rpms/pixman/F-10 emms.patch,NONE,1.1 pixman.spec,1.23,1.24

Soren Sandmann Pedersen ssp at fedoraproject.org
Tue Apr 28 21:02:50 UTC 2009


Author: ssp

Update of /cvs/pkgs/rpms/pixman/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14767

Modified Files:
	pixman.spec 
Added Files:
	emms.patch 
Log Message:
Fix 497552

emms.patch:

--- NEW FILE emms.patch ---
diff -up pixman-0.12.0/pixman/pixman-sse2.c.emms pixman-0.12.0/pixman/pixman-sse2.c
--- pixman-0.12.0/pixman/pixman-sse2.c.emms	2009-04-28 16:49:03.000000000 -0400
+++ pixman-0.12.0/pixman/pixman-sse2.c	2009-04-28 16:50:10.000000000 -0400
@@ -2357,11 +2357,11 @@ fbComposeSetupSSE2(void)
         pixman_composeFunctions.combineC[PIXMAN_OP_ADD] = sse2CombineAddC;
 
         pixman_composeFunctions.combineMaskU = sse2CombineMaskU;
+
+	_mm_empty();
     }
 
     initialized = TRUE;
-
-    _mm_empty();
 }
 
 


Index: pixman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pixman/F-10/pixman.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- pixman.spec	18 Nov 2008 21:25:27 -0000	1.23
+++ pixman.spec	28 Apr 2009 21:02:20 -0000	1.24
@@ -16,6 +16,7 @@ Source0:        pixman-%{version}.tar.gz
 Source1:	make-pixman-snapshot.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:		pixman-0.11.4-altivec.patch
+Patch1:		emms.patch
 
 # BuildRequires:  automake autoconf libtool pkgconfig
 
@@ -34,6 +35,7 @@ Development library for pixman.
 %prep
 %setup -q
 %patch0 -p1 -b .altivec
+%patch1 -p1 -b .emms
 
 %build
 %configure --disable-static
@@ -63,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/pixman-1.pc
 
 %changelog
+* Tue Apr 28 2009 Soren Sandmann <sandmann at redhat.com> 0.12.0-3
+- Add patch to move emms to right place (rh #497552)
+
 * Tue Nov 18 2008 Dan Williams <dcbw at redhat.com> 0.12.0-2
 - Actually build with the altivec detection fix (rh #472000, #451831)
 




More information about the fedora-extras-commits mailing list