Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcpuid for openSUSE:Factory 
checked in at 2022-10-12 18:26:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcpuid (Old)
 and      /work/SRC/openSUSE:Factory/.libcpuid.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcpuid"

Wed Oct 12 18:26:56 2022 rev:12 rq:1010188 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcpuid/libcpuid.changes        2022-02-09 
20:41:07.642652576 +0100
+++ /work/SRC/openSUSE:Factory/.libcpuid.new.2275/libcpuid.changes      
2022-10-12 18:28:30.914194916 +0200
@@ -1,0 +2,29 @@
+Wed Oct 12 10:25:10 UTC 2022 - Martin Pluskal <mplus...@suse.com>
+
+- Add missing dependency
+
+-------------------------------------------------------------------
+Sat Oct  1 07:59:30 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 0.6.0:
+  * Support for AMD Rembrandt
+  * Support for AMD Warhol
+  * Remove Debian package from source tree (#165)
+  * Fix build under Clang 15 (#167)
+  * Support for AMD Athlon Godavari
+  * Support for hybrid CPU like Intel Alder Lake (#166)
+  * Detect presence of hypervisor (#169)
+  * Decode deterministic cache info for AMD CPUs (#168)
+  * Add cache instances field in cpu_id_t and system_id_t (#168)
+  * Support AMD Bald Eagle
+  * Support for more AMD Godavari (Athlon)
+  * Rename AMD Bulldozer to Zambezi
+  * Support for AMD Interlagos
+  * Support for AMD Abu Dhabi
+  * Support for AMD Beema
+  * Support for AMD Steppe Eagle
+  * Support for more AMD Kabini (Sempron + Athlon)
+  * Improve msr_serialize_raw_data()
+  * Support for AMD Zen 2 custom APU for Steam Deck 
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  libcpuid-0.5.1+git.1644144775.obscpio
  libcpuid.obsinfo

New:
----
  libcpuid-0.6.0.tar.gz

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

Other differences:
------------------
++++++ libcpuid.spec ++++++
--- /var/tmp/diff_new_pack.DYuJpo/_old  2022-10-12 18:28:31.326195823 +0200
+++ /var/tmp/diff_new_pack.DYuJpo/_new  2022-10-12 18:28:31.330195832 +0200
@@ -16,21 +16,18 @@
 #
 
 
-%define so_ver  15
+%define so_ver  16
 Name:           libcpuid
-Version:        0.5.1+git.1644144775
+Version:        0.6.0
 Release:        0
 Summary:        Library providing x86 CPU identification
 License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/anrieff/libcpuid
-Source0:        %{name}-%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
+Source0:        
https://github.com/anrieff/libcpuid/releases/download/v%{version}/libcpuid-%{version}.tar.gz
 BuildRequires:  help2man
-BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  python2-base
+BuildRequires:  python3-base
 
 %description
 Libcpuid provides CPU identification for the x86 (and x86_64) architectures.
@@ -62,7 +59,6 @@
 %setup -q
 
 %build
-autoreconf -fiv
 %configure \
   --enable-static=no
 %make_build
@@ -79,7 +75,7 @@
   %{buildroot}%{_mandir}/man1/cpuid_tool.1
 
 %check
-make %{?_smp_mflags} test
+%make_build test
 
 %post -n %{name}%{so_ver} -p /sbin/ldconfig
 %postun -n %{name}%{so_ver} -p /sbin/ldconfig

Reply via email to