From 86425fbd405173185bcd81ff5e2fa52f50a2f62fb8b770c37b5ce919770c6836 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 14 Oct 2011 14:10:42 +0000 Subject: [PATCH] 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 --- flashrom-0.9.4_r1394.tar.bz2 | 3 --- flashrom-0.9.4_r1450.tar.bz2 | 3 +++ flashrom.changes | 8 ++++++++ flashrom.spec | 4 +++- update-snapshots.sh | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 flashrom-0.9.4_r1394.tar.bz2 create mode 100644 flashrom-0.9.4_r1450.tar.bz2 diff --git a/flashrom-0.9.4_r1394.tar.bz2 b/flashrom-0.9.4_r1394.tar.bz2 deleted file mode 100644 index 37fc894..0000000 --- a/flashrom-0.9.4_r1394.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc0c91c07a29d7eed943c4c9ce3b4d1d2c994a275b38238f767d4928101c93ca -size 294633 diff --git a/flashrom-0.9.4_r1450.tar.bz2 b/flashrom-0.9.4_r1450.tar.bz2 new file mode 100644 index 0000000..a3ea551 --- /dev/null +++ b/flashrom-0.9.4_r1450.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedf0ed5d71ecdd347b5965aa02620b566ffd89a818493f7c45e02533bb33bec +size 314110 diff --git a/flashrom.changes b/flashrom.changes index e7b3823..a3a2b83 100644 --- a/flashrom.changes +++ b/flashrom.changes @@ -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 diff --git a/flashrom.spec b/flashrom.spec index b8d830c..03a1038 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -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 diff --git a/update-snapshots.sh b/update-snapshots.sh index 60f03a1..c81af9d 100644 --- a/update-snapshots.sh +++ b/update-snapshots.sh @@ -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-`