commit 71d7b3675e536a86c35c2615683712bb323f2056
Author: Arkadiusz Miśkiewicz <[email protected]>
Date:   Mon Nov 18 07:23:00 2013 +0100

    - up to 0.32.4

 pixman-ssse3.patch | 12 ------------
 pixman.spec        |  6 ++----
 2 files changed, 2 insertions(+), 16 deletions(-)
---
diff --git a/pixman.spec b/pixman.spec
index 95f5478..e2507bf 100644
--- a/pixman.spec
+++ b/pixman.spec
@@ -3,13 +3,12 @@ Summary:      Pixel manipulation library
 Summary(pl.UTF-8):     Biblioteka operacji na pikselach
 Name:          pixman
 # 0.32.x is stable, 0.33.x is unstable
-Version:       0.32.2
+Version:       0.32.4
 Release:       1
 License:       MIT
 Group:         Libraries
 Source0:       
http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
-# Source0-md5: 1e92d239011ea65826026ac15b372e10
-Patch0:                %{name}-ssse3.patch
+# Source0-md5: cdb566504fe9daf6728c7b03cc7ea228
 URL:           http://pixman.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -61,7 +60,6 @@ Ten pakiet zawiera statyczną wersję biblioteki pixman.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/pixman-ssse3.patch b/pixman-ssse3.patch
deleted file mode 100644
index f196c24..0000000
--- a/pixman-ssse3.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Fix SSSE3 detection (use SSSE3, not APIC flag).
---- pixman-0.32.0/pixman/pixman-x86.c.orig     2013-11-07 23:43:03.000000000 
+0100
-+++ pixman-0.32.0/pixman/pixman-x86.c  2013-11-11 09:18:08.030841057 +0100
-@@ -170,7 +170,7 @@
-       features |= X86_SSE;
-     if (d & (1 << 26))
-       features |= X86_SSE2;
--    if (d & (1 << 9))
-+    if (c & (1 << 9))
-       features |= X86_SSSE3;
- 
-     /* Check for AMD specific features */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pixman.git/commitdiff/71d7b3675e536a86c35c2615683712bb323f2056

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to