Ver. 0.9.2
This commit is contained in:
parent
f0b4de5302
commit
a675bfca17
@ -1 +1 @@
|
||||
flashrom-0.9.1.tar.bz2
|
||||
flashrom-0.9.2.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
|
||||
|
||||
iD8DBQBKnov8RdNMz2eF/AERAr2mAJ9mkXCumIdebw0OsjUe+pghuo3huwCg81Pj
|
||||
lPXfOR1NtZWm/R9G8JN0WWA=
|
||||
=e1RW
|
||||
iD8DBQBMBr4iRdNMz2eF/AERApwwAKDmS3Vic3XoKJ8AfcheBy39wNcWGwCgzMK/
|
||||
EmgHzE4fu1YkkTi1zfpnO9g=
|
||||
=U3pC
|
||||
-----END PGP SIGNATURE-----
|
23477
flashrom-r710-r995.diff
23477
flashrom-r710-r995.diff
File diff suppressed because it is too large
Load Diff
@ -1,15 +1,15 @@
|
||||
%global svnrev 995
|
||||
%global svnrev 1001
|
||||
|
||||
Summary: Simple program for reading/writing BIOS chips content
|
||||
Name: flashrom
|
||||
Version: 0.9.1
|
||||
Release: 4.svn%{svnrev}%{?dist}
|
||||
Version: 0.9.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
URL: http://flashrom.org
|
||||
Source0: http://qa.coreboot.org/releases/%{name}-%{version}.tar.bz2
|
||||
Source1: http://qa.coreboot.org/releases/%{name}-%{version}.tar.bz2.asc
|
||||
Patch0: flashrom-r710-r%{svnrev}.diff
|
||||
#Patch0: flashrom-r710-r%{svnrev}.diff
|
||||
BuildRequires: pciutils-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -23,7 +23,7 @@ and write new contents on the chips ("flash the chip").
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__make} %{?_smp_mflags}
|
||||
@ -42,6 +42,15 @@ CFLAGS="%{optflags}" %{__make} %{?_smp_mflags}
|
||||
%{_mandir}/man8/%{name}.*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 3 2010 Peter Lemenkov <lemenkov@gmail.com> 0.9.2-1
|
||||
- Support for new external flashers
|
||||
- Dozens of added flash chips, chipsets, mainboards
|
||||
- Selective blockwise erase
|
||||
- Improved user interface
|
||||
- Reliability fixes
|
||||
- Mainboard matching via DMI strings
|
||||
- Laptop detection which triggers safety measures
|
||||
|
||||
* Wed Apr 28 2010 Peter Lemenkov <lemenkov@gmail.com> 0.9.1-4.svn995
|
||||
- Updated to latest svn ver. 995
|
||||
- Lots of new chips and m/b
|
||||
|
@ -9,3 +9,4 @@ flashrom-0_9_1-1_fc11:HEAD:flashrom-0.9.1-1.fc11.src.rpm:1252055642
|
||||
flashrom-0_9_1-2_svn893_fc12:HEAD:flashrom-0.9.1-2.svn893.fc12.src.rpm:1265623249
|
||||
flashrom-0_9_1-3_svn931_fc12:HEAD:flashrom-0.9.1-3.svn931.fc12.src.rpm:1268395198
|
||||
flashrom-0_9_1-4_svn995_fc12:HEAD:flashrom-0.9.1-4.svn995.fc12.src.rpm:1272467717
|
||||
flashrom-0_9_2-1_fc12:HEAD:flashrom-0.9.2-1.fc12.src.rpm:1275551189
|
||||
|
Loading…
Reference in New Issue
Block a user