Hello community,

here is the log from the commit of package libcpuid for openSUSE:Factory 
checked in at 2019-02-27 17:28:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcpuid (Old)
 and      /work/SRC/openSUSE:Factory/.libcpuid.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcpuid"

Wed Feb 27 17:28:25 2019 rev:3 rq:676929 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcpuid/libcpuid.changes        2017-06-09 
15:57:29.190999134 +0200
+++ /work/SRC/openSUSE:Factory/.libcpuid.new.28833/libcpuid.changes     
2019-02-27 17:28:29.263335006 +0100
@@ -1,0 +2,20 @@
+Fri Feb 15 13:00:06 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Use noun phrase in summaries.
+
+-------------------------------------------------------------------
+Thu Feb 14 14:12:46 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 0.4.1:
+       * Better support for Skylake Core i5 (#76)
+       * Misdiagnosis microarchitecture for i3-3220T (#81)
+       * Ability to dump MSR values to a file (PR #82)
+       * AMD Ryzen support (#86)
+       * Support for Coffee and Kaby Lake (#104)
+       * Support for Raven Ridge and Threadripper (#106)
+       * Support for Pinnacle Ridge (#111)
+       * Fix P-III Celeron misdetection
+       * Support for Skylake-X (#116)
+       * Support for Zen+ Threadripper
+
+-------------------------------------------------------------------

Old:
----
  libcpuid-0.4.0.tar.gz

New:
----
  libcpuid-0.4.1.tar.gz

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

Other differences:
------------------
++++++ libcpuid.spec ++++++
--- /var/tmp/diff_new_pack.pHdwxn/_old  2019-02-27 17:28:29.783334820 +0100
+++ /var/tmp/diff_new_pack.pHdwxn/_new  2019-02-27 17:28:29.783334820 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libcpuid
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,34 +12,36 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define so_ver  14
 Name:           libcpuid
-Version:        0.4.0
+Version:        0.4.1
 Release:        0
-Summary:        Provides CPU identification for x86
+Summary:        Library providing x86 CPU identification
 License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/anrieff/libcpuid
-Source0:        
https://github.com/anrieff/libcpuid/releases/download/v%{version}/libcpuid-%{version}.tar.gz
+URL:            https://github.com/anrieff/libcpuid
+Source0:        
https://github.com/anrieff/libcpuid/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  help2man
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python2-base
 ExclusiveArch:  %{ix86} x86_64
 
 %description
-Libcpuid provides CPU identification for the x86 (and x86_64).
+Libcpuid provides CPU identification for the x86 (and x86_64) architectures.
 
 %package tools
 Summary:        Tools based on %{name}
 Group:          Hardware/Other
 
 %description tools
-This package provides tools based on %{name}
+This package provides tools based on %{name}.
 
 %package devel
 Summary:        Development files for %{name}
@@ -53,16 +55,17 @@
 on the project's site (http://libcpuid.sourceforge.net/)
 
 %package -n %{name}%{so_ver}
-Summary:        Provides CPU identification for x86
+Summary:        Library providing CPU identification for x86
 Group:          System/Libraries
 
 %description -n %{name}%{so_ver}
-Libcpuid provides CPU identification for the x86 (and x86_64).
+Libcpuid provides CPU identification for the x86 (and x86_64) architectures.
 
 %prep
 %setup -q
 
 %build
+autoreconf -fiv
 %configure \
   --enable-static=no
 make %{?_smp_mflags} V=1
@@ -85,17 +88,14 @@
 %postun -n %{name}%{so_ver} -p /sbin/ldconfig
 
 %files tools
-%defattr(-,root,root)
 %{_bindir}/cpuid_tool
-%{_mandir}/man1/cpuid_tool.1%{ext_man}
+%{_mandir}/man1/cpuid_tool.1%{?ext_man}
 
 %files -n %{name}%{so_ver}
-%defattr(-,root,root)
-%doc AUTHORS COPYING
+%license COPYING AUTHORS
 %{_libdir}/%{name}.so.%{so_ver}*
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/%{name}
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc

++++++ libcpuid-0.4.0.tar.gz -> libcpuid-0.4.1.tar.gz ++++++
++++ 54799 lines of diff (skipped)


Reply via email to