From 789a7af034289409c16316d2b418bec538366886ac62f87f1509e6e49bfdcfd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 26 Jul 2016 09:54:02 +0000 Subject: [PATCH] Accepting request 415207 from home:gary_lin:branches:hardware - Update to 0.9.9 OBS-URL: https://build.opensuse.org/request/show/415207 OBS-URL: https://build.opensuse.org/package/show/hardware/flashrom?expand=0&rev=29 --- flashrom-0.9.8.tar.bz2 | 3 --- flashrom-0.9.9.tar.bz2 | 3 +++ flashrom.changes | 30 ++++++++++++++++++++++++++++++ flashrom.spec | 7 +++---- 4 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 flashrom-0.9.8.tar.bz2 create mode 100644 flashrom-0.9.9.tar.bz2 diff --git a/flashrom-0.9.8.tar.bz2 b/flashrom-0.9.8.tar.bz2 deleted file mode 100644 index 786d443..0000000 --- a/flashrom-0.9.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934 -size 473902 diff --git a/flashrom-0.9.9.tar.bz2 b/flashrom-0.9.9.tar.bz2 new file mode 100644 index 0000000..de40c3e --- /dev/null +++ b/flashrom-0.9.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3156b0f63eb192024b76c0814135930297aac41f80761a5d293de769783c45 +size 495199 diff --git a/flashrom.changes b/flashrom.changes index b7c46bc..f58d08c 100644 --- a/flashrom.changes +++ b/flashrom.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Jul 26 07:50:06 UTC 2016 - glin@suse.com + +- Update to 0.9.9 + * Enable the dediprog module by default, add support for Dediprog + SF600 and the new communication protocol of the SF100 with + newer firmware + * Add support to update the firmware of Promise UltraATA + controllers + * Support new programers: WCH CH341A, VIA VT8251 + * Support new chips: + + ESI ES25P40, ES25P80, ES25P16 + + GigaDevice GD25VQ41B, GD25Q128C, GD25VQ21B, GD25VQ40C, + GD25VQ80C and GD25VQ16C, GD25LQ40, GD25LQ80, GD25LQ16, + GD25LQ64(B), GD25LQ128 + + PMC Pm25LQ020, Pm25LQ040, Pm25LQ080, Pm25LQ016, Pm25LQ032C + + Sanyo LE25FU406C/LE25U40CMC + + SST SST25WF020A, SST25WF040B, SST25WF080B + + Winbond W29C512A/W29EE512 + * Allow to link flashrom statically (with make CONFIG_STATIC=yes) + * Ease debugging of build problems with libraries + * Ignore 0x00 as a flash chip manufacturer ID in the generic + match to avoid ambiguous messages + * Various improvements for serprog-based programmers + * Add support for libftdi1 + * Add infrastructure for libusb1 and use it for new programmers + * Rigorously check integrity of I/O stream data + * Add make parameters for easier disabling/enabling of various + classes of programmers + ------------------------------------------------------------------- Fri Apr 3 07:22:52 UTC 2015 - mpluskal@suse.com diff --git a/flashrom.spec b/flashrom.spec index 79800c6..2bb3e39 100644 --- a/flashrom.spec +++ b/flashrom.spec @@ -1,7 +1,7 @@ # # spec file for package flashrom # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: flashrom -Version: 0.9.8 +Version: 0.9.9 Release: 0 Summary: A universal flash programming utility License: GPL-2.0 @@ -54,8 +54,7 @@ or SPI. %build make %{?_smp_mflags} \ - CFLAGS="%{optflags}" \ - CONFIG_DEDIPROG=yes + CFLAGS="%{optflags}" #gzip flashrom.8 %install