rpms/liboil/devel liboil-0.3.12-ppc64-configure.patch, NONE, 1.1 liboil.spec, 1.12, 1.13

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Jun 4 12:52:31 UTC 2007


Author: hadess

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

Modified Files:
	liboil.spec 
Added Files:
	liboil-0.3.12-ppc64-configure.patch 
Log Message:
* Mon Jun 04 2007 - Bastien Nocera <bnocera at redhat.com> - 0.3.12-3
- Add patch from David Woodhouse <dwmw2 at redhat.com> to allow building
  on ppc64 systems (#242418)


liboil-0.3.12-ppc64-configure.patch:

--- NEW FILE liboil-0.3.12-ppc64-configure.patch ---
--- configure~  2007-05-29 07:13:44.000000000 +0100
+++ configure   2007-06-04 12:52:00.000000000 +0100
@@ -10317,7 +10317,7 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
       ;;
-    xpowerpc|xppc)
+    xpowerpc|xppc|xpowerpc64|xppc64)
       HAVE_POWERPC=yes
 
 cat >>confdefs.h <<\_ACEOF


Index: liboil.spec
===================================================================
RCS file: /cvs/pkgs/rpms/liboil/devel/liboil.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- liboil.spec	4 Jun 2007 09:25:05 -0000	1.12
+++ liboil.spec	4 Jun 2007 12:51:54 -0000	1.13
@@ -1,19 +1,17 @@
 Summary: Library of Optimized Inner Loops, CPU optimized functions
 Name: liboil
 Version: 0.3.12
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://liboil.freedesktop.org/
 Source: http://liboil.freedesktop.org/download/liboil-%{version}.tar.gz
 Patch1: liboil-0.3.9-s390.patch
+# http://bugzilla.redhat.com/242418
+Patch2: liboil-0.3.12-ppc64-configure.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: glib2-devel, gcc-c++
 
-# Temporary workaround until this works again
-# http://bugzilla.redhat.com/242418
-ExcludeArch: ppc64
-
 %description
 Liboil is a library of simple functions that are optimized for various CPUs.
 These functions are generally loops implementing simple algorithms, such as
@@ -40,6 +38,7 @@
 %prep
 %setup -q
 %patch1 -p1 -b .s390
+%patch2 -p0 -b .ppc64
 
 %build
 %configure
@@ -80,6 +79,10 @@
 
 
 %changelog
+* Mon Jun 04 2007 - Bastien Nocera <bnocera at redhat.com> - 0.3.12-3
+- Add patch from David Woodhouse <dwmw2 at redhat.com> to allow building
+  on ppc64 systems (#242418)
+
 * Mon Jun  4 2007 Christopher Aillon <caillon at redhat.com> - 0.3.12-2
 - ExcludeArch: ppc64 for now as it fails to build (#242418)
 




More information about the scm-commits mailing list