diff --git a/.cvsignore b/.cvsignore index 65547d9..2636fe9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -flashrom-0.9.0.tar.bz2 +flashrom-0.9.1.tar.bz2 diff --git a/flashrom--Makefile_cleanup.diff b/flashrom--Makefile_cleanup.diff deleted file mode 100644 index db8ce28..0000000 --- a/flashrom--Makefile_cleanup.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile~ 2009-05-04 03:37:07.000000000 +0400 -+++ Makefile 2009-05-05 10:00:38.680942737 +0400 -@@ -9,9 +9,9 @@ - CC ?= gcc - STRIP = strip - INSTALL = /usr/bin/install --PREFIX = /usr/local -+PREFIX = /usr - #CFLAGS = -O2 -g -Wall -Werror --CFLAGS = -Os -Wall -Werror -+#CFLAGS = -Os -Wall -Werror - LDFLAGS = - - OS_ARCH = $(shell uname) -@@ -43,7 +43,6 @@ - - $(PROGRAM): $(OBJS) - $(CC) -o $(PROGRAM) $(OBJS) $(LDFLAGS) -- $(STRIP) $(STRIP_ARGS) $(PROGRAM) - - flashrom.o: flashrom.c - $(CC) -c $(CFLAGS) $(SVNDEF) $(CPPFLAGS) $< -o $@ diff --git a/flashrom-0.9.1.tar.bz2.asc b/flashrom-0.9.1.tar.bz2.asc new file mode 100644 index 0000000..57c82a2 --- /dev/null +++ b/flashrom-0.9.1.tar.bz2.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.4-svn0 (GNU/Linux) + +iD8DBQBKnov8RdNMz2eF/AERAr2mAJ9mkXCumIdebw0OsjUe+pghuo3huwCg81Pj +lPXfOR1NtZWm/R9G8JN0WWA= +=e1RW +-----END PGP SIGNATURE----- diff --git a/flashrom.spec b/flashrom.spec index bfe91f3..7af7c18 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -1,12 +1,12 @@ Summary: Simple program for reading/writing BIOS chips content Name: flashrom -Version: 0.9.0 -Release: 2%{?dist} +Version: 0.9.1 +Release: 1%{?dist} License: GPLv2 Group: Applications/System -URL: http://coreboot.org/flashrom +URL: http://flashrom.org Source0: http://qa.coreboot.org/releases/%{name}-%{version}.tar.bz2 -Patch0: flashrom--Makefile_cleanup.diff +Source1: http://qa.coreboot.org/releases/%{name}-%{version}.tar.bz2.asc BuildRequires: pciutils-devel BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -20,16 +20,13 @@ and write new contents on the chips ("flash the chip"). %prep %setup -q -%patch0 -p0 -b .Makefile_cleanup %build CFLAGS="%{optflags}" %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT%{_sbindir} -install -p %{name} $RPM_BUILD_ROOT%{_sbindir} -install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8 +%{__make} install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} %clean %{__rm} -rf $RPM_BUILD_ROOT @@ -41,6 +38,12 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8 %{_mandir}/man8/%{name}.* %changelog +* Fri Sep 4 2009 Peter Lemenkov 0.9.1-1 +- Ver. 0.9.1 +- See release notes at http://www.coreboot.org/Flashrom/0.9.1 +- Dropped the only patch (no longer needed) +- Changed project's URL + * Fri Jul 24 2009 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/import.log b/import.log index 9f808bf..a7b2a81 100644 --- a/import.log +++ b/import.log @@ -5,3 +5,4 @@ flashrom-0-0_15_20090112svn3852_fc10:HEAD:flashrom-0-0.15.20090112svn3852.fc10.s flashrom-0-0_17_20090311svn3984_fc10:HEAD:flashrom-0-0.17.20090311svn3984.fc10.src.rpm:1236776289 flashrom-0-0_18_20090414svn4107_fc10:HEAD:flashrom-0-0.18.20090414svn4107.fc10.src.rpm:1239696789 flashrom-0_9_0-1_fc10:HEAD:flashrom-0.9.0-1.fc10.src.rpm:1241503535 +flashrom-0_9_1-1_fc11:HEAD:flashrom-0.9.1-1.fc11.src.rpm:1252055642 diff --git a/sources b/sources index 26275eb..dd23769 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9953bc012b07ce20e83f253e5199c2a flashrom-0.9.0.tar.bz2 +2b7cc0e45a0ac4c6d43c0f7cd05b041a flashrom-0.9.1.tar.bz2