commit 5b4b9e9a3f5c885d63adb5b3ce3b14819b5e0047
Author: Jakub Bogusz <[email protected]>
Date:   Mon Nov 18 19:21:29 2013 +0100

    - updated to 0.32.4

 crossmingw32-pixman.spec |  6 ++----
 pixman-ssse3.patch       | 12 ------------
 2 files changed, 2 insertions(+), 16 deletions(-)
---
diff --git a/crossmingw32-pixman.spec b/crossmingw32-pixman.spec
index 0a21598..e2c62e9 100644
--- a/crossmingw32-pixman.spec
+++ b/crossmingw32-pixman.spec
@@ -1,13 +1,12 @@
 Summary:       Pixel manipulation library - cross MinGW32
 Summary(pl.UTF-8):     Biblioteka operacji na pikselach - wersja skrośna 
MinGW32
 Name:          crossmingw32-pixman
-Version:       0.32.2
+Version:       0.32.4
 Release:       1
 License:       MIT
 Group:         Development/Libraries
 Source0:       
http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.bz2
-# Source0-md5: 1e92d239011ea65826026ac15b372e10
-Patch0:                pixman-ssse3.patch
+# Source0-md5: cdb566504fe9daf6728c7b03cc7ea228
 URL:           http://pixman.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -77,7 +76,6 @@ Biblioteka DLL pixman dla Windows.
 
 %prep
 %setup -q -n pixman-%{version}
-%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/crossmingw32-pixman.git/commitdiff/5b4b9e9a3f5c885d63adb5b3ce3b14819b5e0047

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

Reply via email to