Hello community,

here is the log from the commit of package flashrom for openSUSE:Factory 
checked in at 2018-01-09 14:56:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/flashrom (Old)
 and      /work/SRC/openSUSE:Factory/.flashrom.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "flashrom"

Tue Jan  9 14:56:39 2018 rev:20 rq:562855 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/flashrom/flashrom.changes        2017-05-16 
14:38:24.639987603 +0200
+++ /work/SRC/openSUSE:Factory/.flashrom.new/flashrom.changes   2018-01-09 
14:56:39.954034564 +0100
@@ -1,0 +2,26 @@
+Wed Jan  3 14:52:38 UTC 2018 - [email protected]
+
+- Update to version 1.0
+  * Support layouts for read and erase commands
+  * New command line switch --noverify-all (-N) allows flashing of
+    individual regions without reading the whole flash chip
+    (particular useful with locked down Intel ME firmware)
+  * New command line switch --ifd to read the layout from an
+    Intel Firmware Descriptor on flash
+  * We got rid of the delay-loop calibration (if the OS provides an
+    accurate timer through clock_gettime())
+  * Reading speed of USB programmers should have increased (reading
+    bigger chunks at once, we reduce the overhead)
+  * Support Intel 100 series PCHs (Sunrise Point, coupled with
+    Skylake and Kaby Lake) and C620 series PCHs (Lewisburg paired
+    with Workstation/Server versions of the former)
+  * New programmers
+    + Intel 100 series / C620 series PCHs
+    + Intel I210 NICs (EEPROM and SPI)
+    + AMD Merlin Falcon (FP4)
+  * New chips
+    + W25Q128.W
+- Specfile cleanup
+- Verify source signature
+
+-------------------------------------------------------------------

Old:
----
  flashrom-0.9.9.tar.bz2
  update-snapshots.sh

New:
----
  flashrom-1.0.tar.bz2
  flashrom-1.0.tar.bz2.sig
  flashrom.keyring

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ flashrom.spec ++++++
--- /var/tmp/diff_new_pack.9tw75H/_old  2018-01-09 14:56:40.717998752 +0100
+++ /var/tmp/diff_new_pack.9tw75H/_new  2018-01-09 14:56:40.721998565 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package flashrom
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,26 +17,23 @@
 
 
 Name:           flashrom
-Version:        0.9.9
+Version:        1.0
 Release:        0
 Summary:        A universal flash programming utility
 License:        GPL-2.0
 Group:          Development/Tools/Other
-Url:            http://flashrom.org/Flashrom
-Source0:        
http://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
-Source23:       update-snapshots.sh
-BuildRequires:  libftdi1
-BuildRequires:  libftdi1-devel
-BuildRequires:  libusb-devel
-BuildRequires:  pciutils-devel
-BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64 %arm aarch64
-%if 0%{?suse_version} <= 1110
-Requires:       pmtools
-%else
+Url:            https://flashrom.org/Flashrom
+Source0:        
https://download.flashrom.org/releases/%{name}-%{version}.tar.bz2
+Source1:        
https://download.flashrom.org/releases/%{name}-%{version}.tar.bz2.asc#/%{name}-%{version}.tar.bz2.sig
+# Got the key from David Hendricks
+Source2:        %{name}.keyring
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(libftdi1)
+BuildRequires:  pkgconfig(libpci)
+BuildRequires:  pkgconfig(libusb)
+BuildRequires:  pkgconfig(zlib)
 Requires:       dmidecode
-%endif
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64
 
 %description
 flashrom is a utility for reading, writing, verifying and erasing flash ROM
@@ -55,20 +52,16 @@
 %build
 make %{?_smp_mflags} \
         CFLAGS="%{optflags}"
-#gzip flashrom.8
 
 %install
-
-mkdir -p %{buildroot}/%{_sbindir}
-mkdir -p %{buildroot}/%{_mandir}/man8
+install -d %{buildroot}/%{_sbindir}
+install -d %{buildroot}/%{_mandir}/man8
 install -m 0755 flashrom %{buildroot}/%{_sbindir}
 install -m 0644 flashrom.8 %{buildroot}/%{_mandir}/man8
 
 %files
-%defattr(-,root,root)
-%doc COPYING
-%doc README
+%doc COPYING README
 %{_sbindir}/flashrom
-%{_mandir}/man8/flashrom.8.gz
+%{_mandir}/man8/flashrom.8%{ext_man}
 
 %changelog

++++++ flashrom-0.9.9.tar.bz2 -> flashrom-1.0.tar.bz2 ++++++
++++ 37962 lines of diff (skipped)


Reply via email to