wrap changelog
modern macros OBS-URL: https://build.opensuse.org/package/show/utilities/cpuid?expand=0&rev=38
This commit is contained in:
parent
fdec99a785
commit
7c0ec593c5
@ -7,17 +7,17 @@ Thu Oct 13 14:05:28 UTC 2022 - Valentin Lefebvre <valentin.lefebvre@suse.com>
|
|||||||
* (0,6),(11,5) Intel Meteor Lake
|
* (0,6),(11,5) Intel Meteor Lake
|
||||||
* (0,6),(11,6) Intel Grand Ridge (Crestmont)
|
* (0,6),(11,6) Intel Grand Ridge (Crestmont)
|
||||||
* (0,6),(11,14) Intel Granite Rapids
|
* (0,6),(11,14) Intel Granite Rapids
|
||||||
* Renamed 7/0/eax enh hardware feedback to simply Thread Director.
|
* Renamed 7/0/eax enh hardware feedback to just "Thread
|
||||||
* Added 7/1/eax instructions ...
|
Director".
|
||||||
|
* Added 7/1/eax instructions.
|
||||||
* Added 0x12/0/eax SGX ENCLU EDECCSA flag.
|
* Added 0x12/0/eax SGX ENCLU EDECCSA flag.
|
||||||
* Added 0x23 Architecture Performance Monitoring Extended leaf decoding.
|
* Added 0x23 Architecture Performance Monitoring Extended leaf
|
||||||
|
decoding.
|
||||||
* Corrected AVX512IFMA description: integer FMA, not just FMA.
|
* Corrected AVX512IFMA description: integer FMA, not just FMA.
|
||||||
- Release 20220927
|
- Release 20220927
|
||||||
* Added synth decoding for (10,15),(6,1) Raphael
|
* Added synth decoding for (10,15),(6,1) Raphael
|
||||||
* Fixed missing return statement in get_nr_cpu_ids()'s default case,
|
* Fixed title for AMD 0x8000001a leaf: Performance Optimization
|
||||||
used by Cygwin.
|
identifiers.
|
||||||
* Fixed title for AMD 0x8000001a leaf: Performance Optimization identifiers.
|
|
||||||
[cpuid-20221003.src.tar.gz]
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 13 10:39:31 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Sat Aug 13 10:39:31 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
@ -35,7 +35,7 @@ the results into English descriptions. It knows about Intel, AMD, and
|
|||||||
Cyrix CPUs, and is fairly complete.
|
Cyrix CPUs, and is fairly complete.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# remove -Werror=format-security which is used on Mandriva, as it produces
|
# remove -Werror=format-security which is used on Mandriva, as it produces
|
||||||
@ -52,6 +52,6 @@ install -pm0644 cpuid.man "%buildroot/%_mandir/man1/cpuid.1"
|
|||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%_bindir/*
|
%_bindir/*
|
||||||
%_mandir/man1/*.1%{?ext_man}
|
%_mandir/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user