rpms/scalapack/FC-5 scalapack.spec,1.17,1.18

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Sep 15 19:19:56 UTC 2006


Author: spot

Update of /cvs/extras/rpms/scalapack/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20185/FC-5

Modified Files:
	scalapack.spec 
Log Message:

Fix spec error.



Index: scalapack.spec
===================================================================
RCS file: /cvs/extras/rpms/scalapack/FC-5/scalapack.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- scalapack.spec	15 Sep 2006 18:57:35 -0000	1.17
+++ scalapack.spec	15 Sep 2006 19:19:56 -0000	1.18
@@ -1,14 +1,14 @@
 Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers
 Name: scalapack
 Version: 1.7.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: Freely distributable
 Group: Development/Libraries
 URL: http://www.netlib.org/lapack-dev/
 Source0: http://www.netlib.org/scalapack/scalapack-%{version}.tgz
-BuildRequires: lapack-devel, blas-devel, lam, blacs-devel
+BuildRequires: lapack-devel, blas-devel, lam-devel, blacs-devel
 BuildRequires: gcc-gfortran, glibc-devel
-Requires: lapack, blas-devel, lam-devel, blacs-devel
+Requires: lapack, blas-devel, lam, blacs-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0: scalapack-1.7-fedora.patch
 Patch1: scalapack-1.7-64bitlibs.patch
@@ -95,6 +95,9 @@
 %{_libdir}/libscalapack.so
 
 %changelog
+* Fri Sep 15 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.7.4-4
+- I said "BR" not "R". Stupid packager.
+
 * Fri Sep 15 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.7.4-3
 - fix BR: lam-devel
 




More information about the fedora-extras-commits mailing list