]> git.pld-linux.org Git - packages/cpuid.git/commitdiff
- up to 20170122 auto/th/cpuid-20170122-1
authorAndrzej Zawadzki <zawadaa@pld-linux.org>
Fri, 17 Feb 2017 09:42:05 +0000 (10:42 +0100)
committerAndrzej Zawadzki <zawadaa@pld-linux.org>
Fri, 17 Feb 2017 09:42:05 +0000 (10:42 +0100)
- remove obsolete patch

cpuid-x32.patch [deleted file]
cpuid.spec

diff --git a/cpuid-x32.patch b/cpuid-x32.patch
deleted file mode 100644 (file)
index 0962555..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- cpuid-20150606/cpuid.c.orig        2015-06-07 02:03:14.000000000 +0200
-+++ cpuid-20150606/cpuid.c     2015-06-26 23:16:36.966332168 +0200
-@@ -3367,7 +3367,7 @@
- static int bits_needed(unsigned long  v)
- {
-    int  result;
--#ifdef __x86_64
-+#if defined(__x86_64) && !defined(__ILP32__)
-    asm("movq %[v],%%rax;"
-        "movq $0,%%rcx;"
-        "movl $0,%[result];"
index c8c586e820a9c85cd911ebbc31f87f0c4b852214..7dd713653e168607cf8f4c5643d96868d66cda3e 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       x86 CPUID information display program
 Summary(pl.UTF-8):     Program wyświetlający informacje CPUID dla procesorów x86
 Name:          cpuid
-Version:       20151017
+Version:       20170122
 Release:       1
 License:       GPL v2+
 Group:         Applications/System
 Source0:       http://www.etallen.com/cpuid/%{name}-%{version}.src.tar.gz
-# Source0-md5: 445f4674f0ca7fe10d0a24e0bd34d40d
-Patch0:                %{name}-x32.patch
+# Source0-md5: 1c46a6662626c5a6eaca626f23a5a7d7
 URL:           http://www.etallen.com/cpuid.html
 ExclusiveArch: %{ix86} %{x8664} x32
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -22,7 +21,6 @@ procesora (lub procesorów) x86 zebrane przy użyciu instrukcji CPUID.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
This page took 0.241748 seconds and 4 git commands to generate.