- Update to version 1.30+git.20180323: * rename release target to tarball * bump minimum for -Werror to gcc 6.3 * add tag target * Make cpuid-freebsd.c:cpuid() handle top word of idx as count (%ecx), same as cpuid-linux.c:cpuid() does. * Make native_cpuid() handle top word of idx as count (%ecx), same as cpuid-linux.c:cpuid() does. * Fix vendor/inte/identify-family6-extended.c::get_namestring() to print cpu mode name correcty. When I tested on Kaby Lake machine, it shows: * amd: Identify Family 17h model CPUs * Makefile: Use pkg-config libpci location - Use more accurate versioning - Update build requirements - Make building more verbose OBS-URL: https://build.opensuse.org/request/show/641249 OBS-URL: https://build.opensuse.org/package/show/Base:System/x86info?expand=0&rev=18
15 lines
526 B
Plaintext
15 lines
526 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/kernelslacker/x86info.git</param>
|
|
<param name="filename">x86info</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="versionformat">1.30+git.%cd</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">x86info-*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|