svn ver. 3984

This commit is contained in:
Peter Lemenkov 2009-03-11 12:59:11 +00:00
parent 9a8877c3df
commit afb8899b5c
5 changed files with 19 additions and 13 deletions

View File

@ -1 +1 @@
flashrom-3852.tar.bz2 flashrom-3984.tar.bz2

View File

@ -1,6 +1,6 @@
--- Makefile.Makefile_cleanup 2008-07-02 07:03:58.000000000 +0400 --- Makefile.orig 2009-01-26 09:42:02.000000000 +0300
+++ Makefile 2008-07-07 21:31:20.000000000 +0400 +++ Makefile 2009-03-11 15:46:46.227346626 +0300
@@ -9,15 +9,15 @@ @@ -9,14 +9,14 @@
CC = gcc CC = gcc
STRIP = strip STRIP = strip
INSTALL = /usr/bin/install INSTALL = /usr/bin/install
@ -9,17 +9,16 @@
#CFLAGS = -O2 -g -Wall -Werror #CFLAGS = -O2 -g -Wall -Werror
-CFLAGS = -Os -Wall -Werror -CFLAGS = -Os -Wall -Werror
+#CFLAGS = -Os -Wall -Werror +#CFLAGS = -Os -Wall -Werror
LDFLAGS =
OS_ARCH = $(shell uname) OS_ARCH = $(shell uname)
ifeq ($(OS_ARCH), SunOS) ifneq ($(OS_ARCH), SunOS)
LDFLAGS = -lpci -lz
else
LDFLAGS = -lpci -lz
-STRIP_ARGS = -s -STRIP_ARGS = -s
+#STRIP_ARGS = -s +#STRIP_ARGS = -s
endif endif
ifeq ($(OS_ARCH), FreeBSD) ifeq ($(OS_ARCH), Darwin)
CFLAGS += -I/usr/local/include CFLAGS += -I/usr/local/include
@@ -35,12 +35,11 @@ @@ -40,12 +40,11 @@
# Set the flashrom version string from the highest revision number # Set the flashrom version string from the highest revision number
# of the checked out flashrom files. # of the checked out flashrom files.

View File

@ -1,8 +1,8 @@
%define svnver 3852 %define svnver 3984
Summary: Simple program for reading/writing BIOS chips content Summary: Simple program for reading/writing BIOS chips content
Name: flashrom Name: flashrom
Version: 0 Version: 0
Release: 0.16.20090112svn%{svnver}%{?dist} Release: 0.17.20090311svn%{svnver}%{?dist}
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
# svn -r %{svnver} export svn://coreboot.org/repos/trunk/util/flashrom flashrom # svn -r %{svnver} export svn://coreboot.org/repos/trunk/util/flashrom flashrom
@ -45,6 +45,12 @@ install -D -p -m644 %{name}.8 $RPM_BUILD_ROOT%{_mandir}/man8/%{name}.8
%{_mandir}/man8/%{name}.* %{_mandir}/man8/%{name}.*
%changelog %changelog
* Wed Mar 11 2009 Peter Lemenkov <lemenkov@gmail.com> 0-0.17.20090311svn3984
- MSI MS-7046 board enable
- Intel Desktop Board D201GLY
- Add Am29F080B Am29LV081B SST39VF080 support (untested)
- Board enable for GIGABYTE GA-MA78G-DS3H
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.16.20090112svn3852 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.16.20090112svn3852
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -2,3 +2,4 @@ flashrom-0-0_11_20080607svn3418_fc8:HEAD:flashrom-0-0.11.20080607svn3418.fc8.src
flashrom-0-0_12_20080928svn3602_fc9:HEAD:flashrom-0-0.12.20080928svn3602.fc9.src.rpm:1222549235 flashrom-0-0_12_20080928svn3602_fc9:HEAD:flashrom-0-0.12.20080928svn3602.fc9.src.rpm:1222549235
flashrom-0-0_14_20081103svn3723_fc9:HEAD:flashrom-0-0.14.20081103svn3723.fc9.src.rpm:1225701590 flashrom-0-0_14_20081103svn3723_fc9:HEAD:flashrom-0-0.14.20081103svn3723.fc9.src.rpm:1225701590
flashrom-0-0_15_20090112svn3852_fc10:HEAD:flashrom-0-0.15.20090112svn3852.fc10.src.rpm:1231410331 flashrom-0-0_15_20090112svn3852_fc10:HEAD:flashrom-0-0.15.20090112svn3852.fc10.src.rpm:1231410331
flashrom-0-0_17_20090311svn3984_fc10:HEAD:flashrom-0-0.17.20090311svn3984.fc10.src.rpm:1236776289

View File

@ -1 +1 @@
4253d2a2a70ec3335c4b2a2bf40eefb8 flashrom-3852.tar.bz2 78817263019763c4d08c95f2d4542ef7 flashrom-3984.tar.bz2