Accepting request 87775 from home:elvigia:branches:hardware
- update to 0.9.4 r1450. * support more devices - Fix update-snapshots script when running svn with locales other than english. OBS-URL: https://build.opensuse.org/request/show/87775 OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=13
This commit is contained in:
parent
63b5de952e
commit
86425fbd40
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc0c91c07a29d7eed943c4c9ce3b4d1d2c994a275b38238f767d4928101c93ca
|
|
||||||
size 294633
|
|
3
flashrom-0.9.4_r1450.tar.bz2
Normal file
3
flashrom-0.9.4_r1450.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dedf0ed5d71ecdd347b5965aa02620b566ffd89a818493f7c45e02533bb33bec
|
||||||
|
size 314110
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 14 00:02:55 CLST 2011 - stepan@coresystems.de
|
||||||
|
|
||||||
|
- update to 0.9.4 r1450.
|
||||||
|
* support more devices
|
||||||
|
- Fix update-snapshots script when running svn with locales other
|
||||||
|
than english.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 4 22:34:26 UTC 2011 - kernel01@hailfinger.org
|
Tue Oct 4 22:34:26 UTC 2011 - kernel01@hailfinger.org
|
||||||
|
|
||||||
|
@ -15,10 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: flashrom
|
Name: flashrom
|
||||||
Url: http://coreboot.org/
|
Url: http://coreboot.org/
|
||||||
Summary: A universal flash programming utility
|
Summary: A universal flash programming utility
|
||||||
Version: 0.9.4_r1394
|
Version: 0.9.4_r1450
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2 ; GPLv2+
|
License: GPLv2 ; GPLv2+
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
export LC_ALL=C
|
||||||
# get upstream revisions
|
# get upstream revisions
|
||||||
printf "Checking flashrom revision... "
|
printf "Checking flashrom revision... "
|
||||||
VERSION=`svn cat svn://flashrom.org/flashrom/trunk/Makefile|grep ^RELEASE\ | cut -f2 -d= |cut -c2-`
|
VERSION=`svn cat svn://flashrom.org/flashrom/trunk/Makefile|grep ^RELEASE\ | cut -f2 -d= |cut -c2-`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user