automatic version update by autodist [release 20250316-1mamba;Sun Mar 23 2025]

This commit is contained in:
2025-03-23 10:07:45 +01:00
parent 46c3bbf712
commit 196f81a790
2 changed files with 5 additions and 2 deletions

View File

@ -3,3 +3,4 @@
cpuid dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s).
It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC, NexGen, Rise, and SiS CPUs.

View File

@ -1,5 +1,5 @@
Name: cpuid
Version: 20241023
Version: 20250316
Release: 1mamba
Summary: Linux tool to dump x86 CPUID information about the CPU(s)
Group: System/Kernel and Hardware
@ -18,7 +18,6 @@ BuildRequires: perl-devel
cpuid dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s).
It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC, NexGen, Rise, and SiS CPUs.
%debug_package
%prep
%setup -q
@ -45,6 +44,9 @@ It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC, Ne
%doc LICENSE
%changelog
* Sun Mar 23 2025 Automatic Build System <autodist@openmamba.org> 20250316-1mamba
- automatic version update by autodist
* Fri Oct 25 2024 Automatic Build System <autodist@openmamba.org> 20241023-1mamba
- automatic version update by autodist