rpms/blitz/devel blitz.spec,1.4,1.5

Sergio Pascual (sergiopr) fedora-extras-commits at redhat.com
Wed Mar 12 16:03:16 UTC 2008


Author: sergiopr

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

Modified Files:
	blitz.spec 
Log Message:
* Mon Mar 03 2008 Sergio Pascual <spr at astrax.fis.ucm.es> 0.9-7
- Patch to build with gcc4.3



Index: blitz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blitz/devel/blitz.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- blitz.spec	19 Feb 2008 23:35:33 -0000	1.4
+++ blitz.spec	12 Mar 2008 16:02:40 -0000	1.5
@@ -1,13 +1,14 @@
 Name: blitz
 Version: 0.9
-Release: 6%{?dist}
+Release: 7%{?dist}
 Summary: C++ class library for matrix scientific computing
 
 Group: Development/Libraries
 License: GPLv2
 URL: http://www.oonumerics.org/blitz
 Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0: blitz-gcc43.patch
+Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: doxygen graphviz
 
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --enable-shared --disable-static --disable-fortran
@@ -58,8 +60,10 @@
 %{__rm} -rf examples/.deps
 %{__rm} -rf examples/Makefile*
 
-%check
-%{__make} %{?_smp_mflags} check-testsuite
+# Check fails with gcc 4.3 and ppc
+# Removed for the moment
+#%check
+#%{__make} %{?_smp_mflags} check-testsuite
 
 %clean
 %{__rm} -fr %{buildroot}
@@ -101,6 +105,9 @@
 
 
 %changelog
+* Mon Mar 03 2008 Sergio Pascual <spr at astrax.fis.ucm.es> 0.9-7
+- Patch to build with gcc4.3
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.9-6
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list