6 Commits

Author SHA256 Message Date
9f02a15ffe 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
ae7096fac4 - 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
6fd3b79b47 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
4d01d8cf04 Accepting request 1199476 from home:dirkmueller:Factory
- 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/request/show/1199476
OBS-URL: https://build.opensuse.org/package/show/utilities/libcpuid?expand=0&rev=36
2024-09-09 08:04:44 +00:00
5fe291dfdd 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
f9b64978e5 Accepting request 1183825 from home:frantisek.simorda:branches:openSUSE:Factory
- 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/request/show/1183825
OBS-URL: https://build.opensuse.org/package/show/utilities/libcpuid?expand=0&rev=34
2024-07-16 11:09:57 +00:00
4 changed files with 19 additions and 6 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,17 @@
-------------------------------------------------------------------
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

@@ -18,11 +18,10 @@
%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
@@ -56,7 +55,7 @@ Libcpuid provides CPU identification for the x86 (and x86_64)
architectures.
%prep
%setup -q
%autosetup
%build
%configure \