Hello community, here is the log from the commit of package dmidecode for openSUSE:Factory checked in at 2015-09-13 09:44:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dmidecode (Old) and /work/SRC/openSUSE:Factory/.dmidecode.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dmidecode" Changes: -------- --- /work/SRC/openSUSE:Factory/dmidecode/dmidecode.changes 2015-02-27 11:03:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dmidecode.new/dmidecode.changes 2015-09-13 09:44:48.000000000 +0200 @@ -1,0 +2,19 @@ +Thu Sep 3 10:57:15 CEST 2015 - jdelv...@suse.de + +- Update to upstream version 3.0: + * Adds support for SMBIOS 3.0. This includes a new (64-bit) entry + point format and new enumerated values for recent hardware. + * Adds support for the new kernel interface (as of Linux v4.2) as + an alternative to relying on /dev/mem to access the entry point + and DMI table. + * Adds decoding of Acer-specific DMI type 170 and HP-specific DMI + types 212, 219 and 233. + * Obsoletes dmidecode-1.173-drop-cast.patch, + dmidecode-1.175-fix-SMBIOS-2.8.0.patch, + dmidecode-1.176-SMBIOS-2.8-is-supported.patch, + dmidecode-1.177-decode-pcie3-slot-id.patch, + dmidecode-1.181-decode-CPUID-recent-AMD.patch, and + dmidecode-1.182-decode-ddr4-memory-type.patch. + * Various minor fixes and clean-ups. + +------------------------------------------------------------------- Old: ---- dmidecode-1.173-drop-cast.patch dmidecode-1.175-fix-SMBIOS-2.8.0.patch dmidecode-1.176-SMBIOS-2.8-is-supported.patch dmidecode-1.177-decode-pcie3-slot-id.patch dmidecode-1.181-decode-CPUID-recent-AMD.patch dmidecode-1.182-decode-ddr4-memory-type.patch dmidecode-2.12.tar.bz2 dmidecode-2.12.tar.bz2.sig New: ---- dmidecode-3.0.tar.xz dmidecode-3.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dmidecode.spec ++++++ --- /var/tmp/diff_new_pack.yjyxdi/_old 2015-09-13 09:44:49.000000000 +0200 +++ /var/tmp/diff_new_pack.yjyxdi/_new 2015-09-13 09:44:49.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package dmidecode # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,21 @@ Name: dmidecode -Version: 2.12 +Version: 3.0 Release: 0 Summary: DMI table decoder License: GPL-2.0+ Group: System/Console Url: http://www.nongnu.org/dmidecode/ -Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.bz2 -Source1: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.bz2.sig +Source0: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz +Source1: http://download.savannah.gnu.org/releases/%{name}/%{name}-%{version}.tar.xz.sig # would be, but tarball is signed by someone else without signatures. # https://savannah.nongnu.org/project/memberlist-gpgkeys.php?group=dmidecode # Source2: %{name}.keyring -Patch1: dmidecode-1.173-drop-cast.patch -Patch2: dmidecode-1.175-fix-SMBIOS-2.8.0.patch -Patch3: dmidecode-1.176-SMBIOS-2.8-is-supported.patch -Patch4: dmidecode-1.177-decode-pcie3-slot-id.patch -Patch5: dmidecode-1.181-decode-CPUID-recent-AMD.patch -Patch6: dmidecode-1.182-decode-ddr4-memory-type.patch Provides: pmtools:%{_sbindir}/dmidecode Obsoletes: pmtools < 20071117 BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: xz ExclusiveArch: %ix86 ia64 x86_64 %arm aarch64 %description @@ -55,12 +50,6 @@ %prep %setup -q -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 %build make CFLAGS="%{optflags}" %{?_smp_mflags}