From 45b410fb5237538dec1f20646930277e0c6d2e1494651fc923d98430cbcd8845 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Sun, 23 Sep 2012 22:10:35 +0000 Subject: [PATCH] - Update to 0.9.6.1 OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=17 --- flashrom-0.9.4_r1457.tar.bz2 | 3 --- flashrom-0.9.6.1_r1564.tar.bz2 | 3 +++ flashrom.changes | 5 +++++ flashrom.spec | 15 ++++++++------- 4 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 flashrom-0.9.4_r1457.tar.bz2 create mode 100644 flashrom-0.9.6.1_r1564.tar.bz2 diff --git a/flashrom-0.9.4_r1457.tar.bz2 b/flashrom-0.9.4_r1457.tar.bz2 deleted file mode 100644 index 744ab32..0000000 --- a/flashrom-0.9.4_r1457.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b79fb0e3aae5f3b9eaf9dd2db423913a0a7f80b953800354cfbf7f1d489a019b -size 318128 diff --git a/flashrom-0.9.6.1_r1564.tar.bz2 b/flashrom-0.9.6.1_r1564.tar.bz2 new file mode 100644 index 0000000..1c2f0ee --- /dev/null +++ b/flashrom-0.9.6.1_r1564.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7b588cce74c90b4fe9c9c794de105de76e0323442fb5770b1aeab81e9d560a +size 368133 diff --git a/flashrom.changes b/flashrom.changes index e5ccead..e157b31 100644 --- a/flashrom.changes +++ b/flashrom.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Sep 23 22:00:26 UTC 2012 - kernel01@hailfinger.org + +- Update to 0.9.6.1 + ------------------------------------------------------------------- Fri Oct 28 21:59:50 CLST 2011 - crrodriguez@opensuse.org diff --git a/flashrom.spec b/flashrom.spec index 05d0cc5..6d91e29 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -1,7 +1,7 @@ # # spec file for package flashrom # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,20 @@ # - Name: flashrom Url: http://coreboot.org/ Summary: A universal flash programming utility -Version: 0.9.4_r1457 -Release: 1 -License: GPLv2 ; GPLv2+ +License: GPL-2.0 ; GPL-2.0+ Group: Development/Tools/Other +Version: 0.9.6.1_r1564 +Release: 0 Source0: flashrom-%{version}.tar.bz2 Source23: update-snapshots.sh BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pciutils-devel zlib-devel -BuildRequires: libftdi1 libftdi1-devel +BuildRequires: libftdi1 +BuildRequires: libftdi1-devel +BuildRequires: pciutils-devel +BuildRequires: zlib-devel %if 0%{?suse_version} <= 1110 Requires: pmtools %else