svn ver. 3984
This commit is contained in:
parent
9a8877c3df
commit
afb8899b5c
@ -1 +1 @@
|
||||
flashrom-3852.tar.bz2
|
||||
flashrom-3984.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
--- Makefile.Makefile_cleanup 2008-07-02 07:03:58.000000000 +0400
|
||||
+++ Makefile 2008-07-07 21:31:20.000000000 +0400
|
||||
@@ -9,15 +9,15 @@
|
||||
--- Makefile.orig 2009-01-26 09:42:02.000000000 +0300
|
||||
+++ Makefile 2009-03-11 15:46:46.227346626 +0300
|
||||
@@ -9,14 +9,14 @@
|
||||
CC = gcc
|
||||
STRIP = strip
|
||||
INSTALL = /usr/bin/install
|
||||
@ -9,17 +9,16 @@
|
||||
#CFLAGS = -O2 -g -Wall -Werror
|
||||
-CFLAGS = -Os -Wall -Werror
|
||||
+#CFLAGS = -Os -Wall -Werror
|
||||
LDFLAGS =
|
||||
|
||||
OS_ARCH = $(shell uname)
|
||||
ifeq ($(OS_ARCH), SunOS)
|
||||
LDFLAGS = -lpci -lz
|
||||
else
|
||||
LDFLAGS = -lpci -lz
|
||||
ifneq ($(OS_ARCH), SunOS)
|
||||
-STRIP_ARGS = -s
|
||||
+#STRIP_ARGS = -s
|
||||
endif
|
||||
ifeq ($(OS_ARCH), FreeBSD)
|
||||
ifeq ($(OS_ARCH), Darwin)
|
||||
CFLAGS += -I/usr/local/include
|
||||
@@ -35,12 +35,11 @@
|
||||
@@ -40,12 +40,11 @@
|
||||
|
||||
# Set the flashrom version string from the highest revision number
|
||||
# of the checked out flashrom files.
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%define svnver 3852
|
||||
%define svnver 3984
|
||||
Summary: Simple program for reading/writing BIOS chips content
|
||||
Name: flashrom
|
||||
Version: 0
|
||||
Release: 0.16.20090112svn%{svnver}%{?dist}
|
||||
Release: 0.17.20090311svn%{svnver}%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
# 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}.*
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
||||
@ -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_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_17_20090311svn3984_fc10:HEAD:flashrom-0-0.17.20090311svn3984.fc10.src.rpm:1236776289
|
||||
|
||||
Loading…
Reference in New Issue
Block a user