rpms/qrupdate/EL-5 qrupdate.spec,1.1,1.2 sources,1.2,1.3

Jussi Lehtola jussilehtola at fedoraproject.org
Mon Jan 11 12:34:14 UTC 2010


Author: jussilehtola

Update of /cvs/pkgs/rpms/qrupdate/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18080/EL-5

Modified Files:
	qrupdate.spec sources 
Log Message:
Update to 1.1.0.


Index: qrupdate.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qrupdate/EL-5/qrupdate.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- qrupdate.spec	11 Jul 2009 15:58:19 -0000	1.1
+++ qrupdate.spec	11 Jan 2010 12:34:14 -0000	1.2
@@ -1,5 +1,5 @@
 Name:		qrupdate
-Version:	1.0.1
+Version:	1.1.0
 Release:	1%{?dist}
 Summary:	A Fortran library for fast updates of QR and Cholesky decompositions
 Group:		Development/Libraries
@@ -8,8 +8,10 @@ URL:		http://qrupdate.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires:	blas-devel
 BuildRequires:	gcc-gfortran
+
+# These are needed for the test phase
+BuildRequires:	blas-devel
 BuildRequires:	lapack-devel
 
 %description
@@ -34,7 +36,7 @@ make solib FC=gfortran FFLAGS="%{optflag
 
 %install
 rm -rf %{buildroot}
-make install-shlib DESTDIR=%{buildroot} PREFIX=""
+make install-shlib LIBDIR=%{_libdir} PREFIX="%{buildroot}"
 # Verify attributes
 chmod 755 %{buildroot}%{_libdir}/libqrupdate.*
 
@@ -49,7 +51,7 @@ make test FC=gfortran FFLAGS="%{optflags
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README
+%doc COPYING README ChangeLog
 %{_libdir}/libqrupdate.so.*
 
 %files devel
@@ -58,5 +60,12 @@ make test FC=gfortran FFLAGS="%{optflags
 
 
 %changelog
+* Mon Jan 11 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.1.0-1
+- Update to 1.1.0.
+- Build against ATLAS instead of reference BLAS & LAPACK.
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Sat Jul 11 2009 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.0.1-1
 - First release.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/qrupdate/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Jul 2009 15:58:19 -0000	1.2
+++ sources	11 Jan 2010 12:34:14 -0000	1.3
@@ -1 +1 @@
-73d87b081e6fb89c9dc5b0ef0773b4dc  qrupdate-1.0.1.tar.gz
+c8a028ae9f0a3bd5dfef9d45609dd115  qrupdate-1.1.0.tar.gz



More information about the scm-commits mailing list