4 Commits

Author SHA256 Message Date
0fdb579d84 Accepting request 1318588 from utilities
OBS-URL: https://build.opensuse.org/request/show/1318588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcpuid?expand=0&rev=19
2025-11-20 13:49:14 +00:00
5c5740d6cf - Use ExclusiveArch to avoid build failures on unsupported architectures.
OBS-URL: https://build.opensuse.org/package/show/utilities/libcpuid?expand=0&rev=40
2025-11-19 08:22:00 +00:00
5c6675cab9 Accepting request 1228175 from utilities
- Update to version 0.7.1:
  * Fix cpuid kernel module build on ARM
  * Return ERR_NO_CPUID when cpuid kernel module cannot be used on AArch32
  * state
  * Refactor the build of the bindings (#203)
  * Fix build error on AArch64 when HWCAP_CPUID is not defined (#205)
  * Fix build on Windows ARM with MSVC (206)
  * Fix detection of Intel Meteor Lake
  * Support for Intel Arrow Lake
  * Support for AMD Turin

OBS-URL: https://build.opensuse.org/request/show/1228175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcpuid?expand=0&rev=18
2024-12-04 14:27:41 +00:00
6f97d4c906 - Update to version 0.7.1:
* Fix cpuid kernel module build on ARM
  * Return ERR_NO_CPUID when cpuid kernel module cannot be used on AArch32
  * state
  * Refactor the build of the bindings (#203)
  * Fix build error on AArch64 when HWCAP_CPUID is not defined (#205)
  * Fix build on Windows ARM with MSVC (206)
  * Fix detection of Intel Meteor Lake
  * Support for Intel Arrow Lake
  * Support for AMD Turin

OBS-URL: https://build.opensuse.org/package/show/utilities/libcpuid?expand=0&rev=38
2024-12-04 08:15:28 +00:00
4 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:213a2ae6cf6a1d48eeb2115618b603f2b1b56c2e9da8683bb472564525523918
size 710949

3
libcpuid-0.7.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5fc4ba4cf19e93e62d3ed130f47045245d682b10506ad29937dacae1bdccc35
size 720777

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Thu Nov 6 12:48:09 UTC 2025 - Cristian Rodríguez <crrodriguez@opensuse.org>
- Use ExclusiveArch to avoid build failures on unsupported architectures.
-------------------------------------------------------------------
Wed Dec 4 08:14:20 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
- Update to version 0.7.1:
* Fix cpuid kernel module build on ARM
* Return ERR_NO_CPUID when cpuid kernel module cannot be used on AArch32
* state
* Refactor the build of the bindings (#203)
* Fix build error on AArch64 when HWCAP_CPUID is not defined (#205)
* Fix build on Windows ARM with MSVC (206)
* Fix detection of Intel Meteor Lake
* Support for Intel Arrow Lake
* Support for AMD Turin
-------------------------------------------------------------------
Sun Sep 8 15:59:54 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libcpuid
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 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,16 +18,16 @@
%define so_ver 17
Name: libcpuid
Version: 0.7.0
Version: 0.7.1
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: https://github.com/anrieff/libcpuid/releases/download/v%{version}/libcpuid-%{version}.tar.gz
BuildRequires: help2man
BuildRequires: pkgconfig
BuildRequires: python3-base
ExclusiveArch: %arm64 %arm32 %ix86 %x86_64
%description
Libcpuid provides CPU identification for the x86 (and x86_64) architectures.
@@ -56,7 +56,7 @@ Libcpuid provides CPU identification for the x86 (and x86_64)
architectures.
%prep
%setup -q
%autosetup
%build
%configure \