Author: pluto                        Date: Thu Feb  1 20:49:35 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- sse2 expects memory references to be 16-byte aligned
  but liboil uses non-16-byte aligned u32* operands,
  so just disable it on x86-32.
- release 2.

---- Files affected:
SPECS:
   liboil.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/liboil.spec
diff -u SPECS/liboil.spec:1.21 SPECS/liboil.spec:1.22
--- SPECS/liboil.spec:1.21      Tue Nov 14 22:11:06 2006
+++ SPECS/liboil.spec   Thu Feb  1 21:49:29 2007
@@ -8,7 +8,7 @@
 Summary(pl):   Biblioteka zoptymalizowanych wewnętrznych pętli
 Name:          liboil
 Version:       0.3.10
-Release:       1
+Release:       2
 Epoch:         1
 License:       BSD
 Group:         Libraries
@@ -16,6 +16,7 @@
 # Source0-md5: 770f656bca8166dab33b322d5886a4bf
 Patch0:                %{name}-opt.patch
 Patch1:                %{name}-no_altivec.patch
+Patch2:                %{name}-no_sse2_on_i386.patch
 URL:           http://liboil.freedesktop.org/wiki/
 BuildRequires: autoconf >= 2.58
 BuildRequires: automake >= 1.6
@@ -86,6 +87,7 @@
 %setup -q
 %patch0 -p1
 %{!?with_altivec:%patch1 -p1}
+%patch2 -p0
 
 %build
 %{__libtoolize}
@@ -143,6 +145,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2007/02/01 20:49:29  pluto
+- sse2 expects memory references to be 16-byte aligned
+  but liboil uses non-16-byte aligned u32* operands,
+  so just disable it on x86-32.
+- release 2.
+
 Revision 1.21  2006/11/14 21:11:06  qboosh
 - updated to 0.3.10
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/liboil.spec?r1=1.21&r2=1.22&f=u

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

Reply via email to