5
0
forked from pool/libcpuid

8 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
ea0fd4eb7d Accepting request 1199594 from utilities
OBS-URL: https://build.opensuse.org/request/show/1199594
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcpuid?expand=0&rev=17
2024-09-09 12:45:24 +00:00
4de21ce107 - update to 0.7.0:
* Version 0.7.0 (2024-08-26):
  * Fix handle leaks in rdmsr.c (#199)
  * Fix cpuid_get_hypervisor when NULL data is provided (#199)
  * Prevent intel_fn11 array overruns (#199)
  * Support for AMD Hawk Point
  * Support for more AMD Phoenix (8000 series)
  * Add cpu_clock_by_tsc() function to the library (#124)
  * Check x86 CPUs MSR support (#185)
  * Add support for ARM CPUs (AArch32 + AArch64) (#200)
  * Add cpu_feature_level_t enumerated values for x86 CPUs (#177)
  * Support up to 4 subleaf entries for CPUID leaf 0x80000026
    (#189)
  * Support for Extended CPU topology subleaf in
    cpuid_identify_purpose_amd() (#189)
  * Support CPU purpose for AMD x86 CPUs (#189)
  * Add cpuid Linux and FreeBSD kernel modules for ARM CPUs
  * Improve errors handling in cpuid_get_all_raw_data() and
    cpuid_get_raw_data_core() (#202)
  * Support get_total_cpus() on DragonFly BSD
  * Improve set_cpu_affinity() on NetBSD
  * Fix build on OpenBSD
  * Improve behavior when CPU affinity cannot be set
  * Fix a regression in cpuid_tool about arguments doing nothing
    (like --rdmsr or --cpuid)
  * Fix a segmentation fault when using --quiet in cpuid_tool
  * Improve error handling in cpu_identify_all()
  * Add Python bindings (#197)
  * Support for AMD Granite Ridge
  * Support for AMD Strix Point

OBS-URL: https://build.opensuse.org/package/show/utilities/libcpuid?expand=0&rev=36
2024-09-09 08:04:44 +00:00
d9e0adba52 Accepting request 1187881 from utilities
OBS-URL: https://build.opensuse.org/request/show/1187881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcpuid?expand=0&rev=16
2024-07-16 20:04:52 +00:00
a6a578e469 - update to release 0.6.5
* Support for Intel Bay Trail-M
  * Support for Intel Bay Trail-T
  * Support for Intel Bay Trail-D
  * Support for AMD Storm Peak
  * Support for Intel Raport Lake Refresh
  * Support heterogeneous RAW dumps in cpu_identify_all()
  * Support for Intel Meteor Lake, including detection of LP E-Cores
  * Support for Intel Emerald Rapids-SP
  * Support for more AMD Van Gogh

OBS-URL: https://build.opensuse.org/package/show/utilities/libcpuid?expand=0&rev=34
2024-07-16 11:09:57 +00:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
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>

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
@@ -27,6 +27,7 @@ Source0: https://github.com/anrieff/libcpuid/releases/download/v%{version
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.