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:
Andreas Jaeger 2011-10-14 14:10:42 +00:00 committed by Git OBS Bridge
parent 63b5de952e
commit 86425fbd40
5 changed files with 15 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc0c91c07a29d7eed943c4c9ce3b4d1d2c994a275b38238f767d4928101c93ca
size 294633

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dedf0ed5d71ecdd347b5965aa02620b566ffd89a818493f7c45e02533bb33bec
size 314110

View File

@ -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

View File

@ -15,10 +15,12 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: flashrom
Url: http://coreboot.org/
Summary: A universal flash programming utility
Version: 0.9.4_r1394
Version: 0.9.4_r1450
Release: 1
License: GPLv2 ; GPLv2+
Group: Development/Tools/Other

View File

@ -1,6 +1,6 @@
#!/bin/bash
export LC_ALL=C
# get upstream revisions
printf "Checking flashrom revision... "
VERSION=`svn cat svn://flashrom.org/flashrom/trunk/Makefile|grep ^RELEASE\ | cut -f2 -d= |cut -c2-`