rpms/liboil/devel liboil-0.3.12-disable-altivec.patch, 1.1, 1.2 liboil.spec, 1.25, 1.26

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Sat Feb 23 04:12:43 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/liboil/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27161

Modified Files:
	liboil-0.3.12-disable-altivec.patch liboil.spec 
Log Message:
fix up file lists, disable patches


liboil-0.3.12-disable-altivec.patch:

Index: liboil-0.3.12-disable-altivec.patch
===================================================================
RCS file: /cvs/extras/rpms/liboil/devel/liboil-0.3.12-disable-altivec.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- liboil-0.3.12-disable-altivec.patch	23 Aug 2007 11:21:36 -0000	1.1
+++ liboil-0.3.12-disable-altivec.patch	23 Feb 2008 04:12:10 -0000	1.2
@@ -9,8 +9,8 @@
        HAVE_POWERPC=yes
  
  cat >>confdefs.h <<\_ACEOF
---- liboil/liboilcpu.c.old	2007-08-23 13:02:54.000000000 +0200
-+++ liboil/liboilcpu.c	2007-08-23 13:03:23.000000000 +0200
+--- liboil/liboilcpu-misc.c.old	2007-08-23 13:02:54.000000000 +0200
++++ liboil/liboilcpu-misc.c	2007-08-23 13:03:23.000000000 +0200
 @@ -636,7 +636,7 @@ oil_cpu_detect_i386(void)
  
  /***** powerpc *****/


Index: liboil.spec
===================================================================
RCS file: /cvs/extras/rpms/liboil/devel/liboil.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- liboil.spec	23 Feb 2008 03:41:17 -0000	1.25
+++ liboil.spec	23 Feb 2008 04:12:10 -0000	1.26
@@ -16,12 +16,12 @@
 # Disable PPC altogether, as oil_prototype_from_string() crashes in malloc
 # otherwise
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=252179#c16
-Patch2: liboil-0.3.12-disable-altivec.patch
+#Patch2: liboil-0.3.12-disable-altivec.patch
 
 # Fix SIGILL handling for CPU tests
 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=252179
-Patch3: liboil-0.3.12-altivec-sigill.patch
-Patch4: liboil-0.3.12-altivec-sigill-2.patch
+#Patch3: liboil-0.3.12-altivec-sigill.patch
+#Patch4: liboil-0.3.12-altivec-sigill-2.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: glib2-devel
 
@@ -50,11 +50,11 @@
 %prep
 %setup -q
 %patch1 -p1 -b .s390
-%patch2 -p0 -b .ppc64
-pushd liboil
-%patch3 -p0 -b .altivec
-%patch4 -p0 -b .altivec2
-popd
+#%patch2 -p0 -b .ppc64
+#pushd liboil
+#%patch3 -p0 -b .altivec
+#%patch4 -p0 -b .altivec2
+#popd
 
 # Disable Altivec, so that liboil doesn't SIGILL on non-Altivec PPCs
 # See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=252179#c15
@@ -90,7 +90,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog
+%doc AUTHORS COPYING BUG-REPORTING NEWS README
 %{_libdir}/*.so.*
 
 %files devel




More information about the fedora-extras-commits mailing list