Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcpuid for openSUSE:Factory checked in at 2026-06-01 18:01:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcpuid (Old) and /work/SRC/openSUSE:Factory/.libcpuid.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcpuid" Mon Jun 1 18:01:50 2026 rev:21 rq:1356228 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libcpuid/libcpuid.changes 2026-01-22 17:58:40.917821547 +0100 +++ /work/SRC/openSUSE:Factory/.libcpuid.new.1937/libcpuid.changes 2026-06-01 18:03:08.512162818 +0200 @@ -1,0 +2,15 @@ +Sun May 31 19:10:24 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 0.8.1 (includes 0.8.0): + * Add detection for many new CPUs: Intel Lunar Lake, Arrow Lake + (incl. -HX/-U/-H), Twin Lake, Granite Rapids-SP, newer Raptor + Lake variants; AMD Turin Dense, Strix Halo, Krackan Point; + plus more ARM CPUs and ARMv9.5-A support + * Add technology_node field to struct cpu_id_t + * 0.8.0 is a backwards-incompatible release: the size of + cpu_raw_data_t and cpu_id_t changed + * Build the Python bindings without requiring wheel + * Several build-warning and portability fixes + * Massive CPU database updates + +------------------------------------------------------------------- Old: ---- libcpuid-0.7.1.tar.gz New: ---- libcpuid-0.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcpuid.spec ++++++ --- /var/tmp/diff_new_pack.74NPFm/_old 2026-06-01 18:03:09.904220426 +0200 +++ /var/tmp/diff_new_pack.74NPFm/_new 2026-06-01 18:03:09.904220426 +0200 @@ -1,7 +1,7 @@ # # spec file for package libcpuid # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define so_ver 17 Name: libcpuid -Version: 0.7.1 +Version: 0.8.1 Release: 0 Summary: Library providing x86 CPU identification License: BSD-2-Clause @@ -27,7 +27,7 @@ BuildRequires: help2man BuildRequires: pkgconfig BuildRequires: python3-base -ExclusiveArch: %arm64 %arm32 %ix86 %x86_64 riscv64 +ExclusiveArch: %{arm64} %{arm32} %{ix86} %{x86_64} riscv64 %description Libcpuid provides CPU identification for the x86 (and x86_64) architectures. @@ -58,6 +58,11 @@ %prep %autosetup +# The upstream release tarball ships the *.test.xz test-data files as +# git-LFS pointer stubs (not the real compressed data), so the test +# harness can't decompress them; drop them and run the rest. +find tests -name '*.test.xz' -delete + %build %configure \ --enable-static=no ++++++ libcpuid-0.7.1.tar.gz -> libcpuid-0.8.1.tar.gz ++++++ ++++ 365228 lines of diff (skipped)
