rpms/liboil/devel .cvsignore,1.4,1.5 liboil.spec,1.11,1.12

Christopher Aillon (caillon) fedora-extras-commits at redhat.com
Mon Jun 4 09:25:48 UTC 2007


Author: caillon

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

Modified Files:
	.cvsignore liboil.spec 
Log Message:
* Mon Jun  4 2007 Christopher Aillon <caillon at redhat.com> - 0.3.12-2
- ExcludeArch: ppc64 for now as it fails to build (#242418)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/liboil/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	21 Nov 2006 20:11:07 -0000	1.4
+++ .cvsignore	4 Jun 2007 09:25:05 -0000	1.5
@@ -1 +1 @@
-liboil-0.3.10.tar.gz
+liboil-0.3.12.tar.gz


Index: liboil.spec
===================================================================
RCS file: /cvs/extras/rpms/liboil/devel/liboil.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- liboil.spec	4 Jun 2007 08:15:20 -0000	1.11
+++ liboil.spec	4 Jun 2007 09:25:05 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: Library of Optimized Inner Loops, CPU optimized functions
 Name: liboil
 Version: 0.3.12
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 URL: http://liboil.freedesktop.org/
@@ -10,6 +10,10 @@
 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
@@ -76,6 +80,9 @@
 
 
 %changelog
+* Mon Jun  4 2007 Christopher Aillon <caillon at redhat.com> - 0.3.12-2
+- ExcludeArch: ppc64 for now as it fails to build (#242418)
+
 * Mon Jun  4 2007 Christopher Aillon <caillon at redhat.com> - 0.3.12-1
 - Update to 0.3.12
 




More information about the fedora-extras-commits mailing list