From 933d239ad612ebb59736dd5fa3423c86eeea3160 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Sep 27 2008 21:01:14 +0000 Subject: svn ver. 3602 --- diff --git a/.cvsignore b/.cvsignore index dda501e..bab41bc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -flashrom-3418.tar.bz2 +flashrom-3602.tar.bz2 diff --git a/flashrom.spec b/flashrom.spec index d76c8a9..e96ff9c 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -1,12 +1,13 @@ +%define svnver 3602 Summary: Simple program for reading/writing BIOS chips content Name: flashrom Version: 0 -Release: 0.11.20080607svn3418%{?dist} +Release: 0.12.20080928svn%{svnver}%{?dist} License: GPLv2+ Group: Applications/System -# svn -r 3418 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom -# tar -cjvf flashrom-3418.tar.bz2 flashrom -Source0: flashrom-3418.tar.bz2 +# svn -r %{svnver} export svn://coreboot.org/repos/trunk/util/flashrom flashrom +# tar -cjvf flashrom-%{svnver}.tar.bz2 flashrom +Source0: flashrom-%{svnver}.tar.bz2 Patch0: flashrom--Makefile_cleanup.diff URL: http://linuxbios.org/Flashrom BuildRequires: pciutils-devel @@ -26,7 +27,7 @@ and write new contents on the chips ("flash the chip"). %build # currently disabling DiscOnChip due to instability -CFLAGS="%{optflags} -D'FLASHROM_VERSION=\"3418\"'" %{__make} %{?_smp_mflags} +CFLAGS="%{optflags} -D'FLASHROM_VERSION=\"%{svnver}\"'" %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT @@ -44,6 +45,12 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8 %{_mandir}/man8/%{name}.* %changelog +* Sun Sep 28 2008 Peter Lemenkov 0-0.12.20080928svn3602 +- Proper support for EN29F002(A)(N)[BT] +- Recognize the Intel EP80579 LPC flash interface +- Add support for MSI KT4V +- Support for Winbond W39V040C and MSI K8T Neo2-F + * Sun Jul 6 2008 Peter Lemenkov 0-0.11.20080607svn3418 - AMIC A29002 - flashing system with Nvidia MCP67 diff --git a/import.log b/import.log index adc3eab..5aa0010 100644 --- a/import.log +++ b/import.log @@ -1 +1,2 @@ flashrom-0-0_11_20080607svn3418_fc8:HEAD:flashrom-0-0.11.20080607svn3418.fc8.src.rpm:1215452254 +flashrom-0-0_12_20080928svn3602_fc9:HEAD:flashrom-0-0.12.20080928svn3602.fc9.src.rpm:1222549235 diff --git a/sources b/sources index e44c627..ce0d9f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e5ab291f764f2c54748f5e1bde48dc1 flashrom-3418.tar.bz2 +a29f702042ac8780742d924c5eca153c flashrom-3602.tar.bz2