rpms/flashrom/F-9 import.log, NONE, 1.1 .cvsignore, 1.8, 1.9 flashrom--Makefile_cleanup.diff, 1.3, 1.4 flashrom.spec, 1.9, 1.10 sources, 1.8, 1.9

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Mon Jul 7 17:41:17 UTC 2008


Author: peter

Update of /cvs/extras/rpms/flashrom/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10612/F-9

Modified Files:
	.cvsignore flashrom--Makefile_cleanup.diff flashrom.spec 
	sources 
Added Files:
	import.log 
Log Message:
svn ver. 3418


--- NEW FILE import.log ---
flashrom-0-0_11_20080607svn3418_fc8:F-9:flashrom-0-0.11.20080607svn3418.fc8.src.rpm:1215452397


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/flashrom/F-9/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	17 May 2008 19:38:24 -0000	1.8
+++ .cvsignore	7 Jul 2008 17:40:21 -0000	1.9
@@ -1 +1 @@
-flashrom-3332.tar.bz2
+flashrom-3418.tar.bz2

flashrom--Makefile_cleanup.diff:

Index: flashrom--Makefile_cleanup.diff
===================================================================
RCS file: /cvs/extras/rpms/flashrom/F-9/flashrom--Makefile_cleanup.diff,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- flashrom--Makefile_cleanup.diff	17 May 2008 19:38:24 -0000	1.3
+++ flashrom--Makefile_cleanup.diff	7 Jul 2008 17:40:21 -0000	1.4
@@ -1,5 +1,5 @@
---- Makefile.Makefile_cleanup	2008-05-17 05:08:58.000000000 +0400
-+++ Makefile	2008-05-17 23:33:17.000000000 +0400
+--- Makefile.Makefile_cleanup	2008-07-02 07:03:58.000000000 +0400
++++ Makefile	2008-07-07 21:31:20.000000000 +0400
 @@ -9,15 +9,15 @@
  CC      = gcc
  STRIP	= strip
@@ -7,8 +7,8 @@
 -PREFIX  = /usr/local
 +PREFIX  = /usr
  #CFLAGS  = -O2 -g -Wall -Werror
--CFLAGS  = -Os -Wall -Werror -DDISABLE_DOC # -DTS5300
-+#CFLAGS  = -Os -Wall -Werror -DDISABLE_DOC # -DTS5300
+-CFLAGS  = -Os -Wall -Werror # -DTS5300
++#CFLAGS  = -Os -Wall -Werror # -DTS5300
  OS_ARCH	= $(shell uname)
  ifeq ($(OS_ARCH), SunOS)
  LDFLAGS = -lpci -lz
@@ -17,9 +17,9 @@
 -STRIP_ARGS = -s
 +#STRIP_ARGS = -s
  endif
- 
- OBJS = chipset_enable.o board_enable.o udelay.o jedec.o stm50flw0x0x.c \
-@@ -31,12 +31,11 @@
+ ifeq ($(OS_ARCH), FreeBSD)
+ CFLAGS += -I/usr/local/include
+@@ -35,12 +35,11 @@
  
  # Set the flashrom version string from the highest revision number
  # of the checked out flashrom files.


Index: flashrom.spec
===================================================================
RCS file: /cvs/extras/rpms/flashrom/F-9/flashrom.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- flashrom.spec	6 Jun 2008 12:05:22 -0000	1.9
+++ flashrom.spec	7 Jul 2008 17:40:21 -0000	1.10
@@ -1,12 +1,12 @@
 Summary:	Simple program for reading/writing BIOS chips content
 Name:		flashrom
 Version:	0
-Release:	0.10.20080517svn3332%{?dist}
+Release:	0.11.20080607svn3418%{?dist}
 License:	GPLv2+
 Group:		Applications/System
-# svn -r 3332 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
-# tar -cjvf flashrom-3332.tar.bz2 flashrom
-Source0:	flashrom-3332.tar.bz2
+# svn -r 3418 export svn://linuxbios.org/repos/trunk/util/flashrom flashrom
+# tar -cjvf flashrom-3418.tar.bz2 flashrom
+Source0:	flashrom-3418.tar.bz2
 Patch0:		flashrom--Makefile_cleanup.diff
 URL:		http://linuxbios.org/Flashrom
 BuildRequires:	pciutils-devel
@@ -26,7 +26,7 @@
 
 %build
 # currently disabling DiscOnChip due to instability
-CFLAGS="%{optflags} -D'FLASHROM_VERSION=\"3332\"' -DDISABLE_DOC" %{__make} %{?_smp_mflags}
+CFLAGS="%{optflags} -D'FLASHROM_VERSION=\"3418\"'" %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
@@ -44,6 +44,19 @@
 %{_mandir}/man8/%{name}.*
 
 %changelog
+* Sun Jul  6 2008 Peter Lemenkov <lemenkov at gmail.com> 0-0.11.20080607svn3418
+- AMIC A29002
+- flashing system with Nvidia MCP67
+- PCI IDs for EPIA-CN
+- VIA SPI controller on VT8237S
+- ICH7 SPI support
+- support for AMIC Technology A49LF040A
+- Board enable and autodetection for GIGABYTE GA-7VT600
+- Add support for Amic Technology A29040B flash chip
+- Board enable and autodetection for BioStar P4M80-M4
+- Add support for the ASUS P4B266 board
+- Add support for Amic A25L40P SPI flash
+
 * Fri Jun  6 2008 Peter Lemenkov <lemenkov at gmail.com> 0-0.10.20080517svn3332
 - Exclude sparc64
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/flashrom/F-9/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	17 May 2008 19:38:24 -0000	1.8
+++ sources	7 Jul 2008 17:40:21 -0000	1.9
@@ -1 +1 @@
-b41566714bbb93b382836451c06c6e9f  flashrom-3332.tar.bz2
+9e5ab291f764f2c54748f5e1bde48dc1  flashrom-3418.tar.bz2




More information about the fedora-extras-commits mailing list