From 5261577bc19c0ba3d07d89beaf8dd72a7139ca5dea6f0d904889da390197b931 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 8 May 2012 10:27:47 +0000 Subject: [PATCH] Accepting request 116458 from devel:libraries:c_c++ Update to 3.4.1 (bugfix release) (forwarded request 116450 from burnus) OBS-URL: https://build.opensuse.org/request/show/116458 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lapack?expand=0&rev=25 --- lapack-3.4.0.tgz | 3 --- lapack-3.4.1.tgz | 3 +++ lapack.changes | 11 +++++++++++ lapack.spec | 46 +++++++++++++++++++++++----------------------- 4 files changed, 37 insertions(+), 26 deletions(-) delete mode 100644 lapack-3.4.0.tgz create mode 100644 lapack-3.4.1.tgz diff --git a/lapack-3.4.0.tgz b/lapack-3.4.0.tgz deleted file mode 100644 index 7f411e3..0000000 --- a/lapack-3.4.0.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7139ef97004d0e3c4c30f1c52d508fd7ae84b5fbaf0dd8e792c167dc306c3e9 -size 6127787 diff --git a/lapack-3.4.1.tgz b/lapack-3.4.1.tgz new file mode 100644 index 0000000..8caa03a --- /dev/null +++ b/lapack-3.4.1.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b910f94f6091a2e71b59809c4db4a14655db527cfc5821ade2e8c8ab75380f +size 6147915 diff --git a/lapack.changes b/lapack.changes index 8491e1f..b94b075 100644 --- a/lapack.changes +++ b/lapack.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri May 4 13:44:58 UTC 2012 - burnus@net-b.de + +- Update to 3.4.1 + * Bug fixes + +------------------------------------------------------------------- +Mon Apr 2 11:47:20 UTC 2012 - rguenther@suse.com + +- Undo spec file obfuscation + ------------------------------------------------------------------- Fri Mar 30 14:11:58 UTC 2012 - toddrme2178@gmail.com diff --git a/lapack.spec b/lapack.spec index 98cf071..8bfe9b9 100644 --- a/lapack.spec +++ b/lapack.spec @@ -15,15 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: lapack -Version: 3.4.0 -%define sonum 3 +Version: 3.4.1 Release: 0 Summary: Linear Algebra Package License: BSD-3-Clause Group: Development/Libraries/Parallel -Url: http://www.netlib.org/%{name}/ -Source0: http://www.netlib.org/%{name}/%{name}-%{version}.tgz +Url: http://www.netlib.org/lapack/ +Source0: http://www.netlib.org/lapack/%{name}-%{version}.tgz Patch1: lapack-3.2.2.patch BuildRequires: doxygen BuildRequires: gcc-fortran @@ -41,11 +41,11 @@ matrices are handled, but not general sparse matrices. In all areas, similar functionality is provided for real and complex matrices, in both single and double precision. -%package -n lib%{name}%{sonum} +%package -n liblapack3 Summary: LAPACK Shared Library Group: Development/Libraries/Parallel -%description -n lib%{name}%{sonum} +%description -n liblapack3 LAPACK provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue problems, and singular value problems. The associated matrix @@ -56,11 +56,11 @@ matrices are handled, but not general sparse matrices. In all areas, similar functionality is provided for real and complex matrices, in both single and double precision. -%package -n libblas%{sonum} +%package -n libblas3 Summary: BLAS Shared Library Group: Development/Libraries/Parallel -%description -n libblas%{sonum} +%description -n libblas3 BLAS (Basic Linear Algebra Subprograms) is a standard library for numerical algebra. BLAS provides a number of basic algorithms for linear algebra. @@ -69,11 +69,11 @@ linear algebra. Summary: Linear Algebra Package Group: Development/Libraries/Parallel Requires: blas-devel = %{version} -Requires: lib%{name}%{sonum} = %{version} -Provides: %{name} = %{version} -Provides: %{name}-devel-static = %{version} +Requires: liblapack3 = %{version} +Provides: lapack = %{version} +Provides: lapack-devel-static = %{version} #TODO: Change back to '<' after next version update: -Obsoletes: %{name} <= %{version} +Obsoletes: lapack <= %{version} %description devel LAPACK provides routines for solving systems of simultaneous linear @@ -89,7 +89,7 @@ both single and double precision. %package -n blas-devel Summary: Basic Linear Algebra Subprograms Group: Development/Libraries/Parallel -Requires: libblas%{sonum} = %{version} +Requires: libblas3 = %{version} Provides: blas = %{version} Provides: blas-devel-static = %{version} #TODO: Change back to '<' after next version update: @@ -105,8 +105,8 @@ blas-man package. %package man Summary: Manpages for LAPACK Group: Development/Libraries/Parallel -Provides: %{name}-manpages = %{version} -Obsoletes: %{name}-manpages < %{version} +Provides: lapack-manpages = %{version} +Obsoletes: lapack-manpages < %{version} %if 0%{?suse_version} >= 1120 BuildArch: noarch %endif @@ -277,23 +277,23 @@ ln -s DLAMCH.3.gz %{buildroot}/%{_mandir}/man3/DLAMC3.3.gz %post -n liblapack3 -p /sbin/ldconfig %postun -n liblapack3 -p /sbin/ldconfig -%files -n lib%{name}%{sonum} +%files -n liblapack3 %defattr(-,root,root) %doc LICENSE README -%{_libdir}/lib%{name}.so.%{version} -%{_libdir}/lib%{name}.so.%{sonum} +%{_libdir}/liblapack.so.%{version} +%{_libdir}/liblapack.so.3 -%files -n libblas%{sonum} +%files -n libblas3 %defattr(-,root,root) %doc LICENSE README %{_libdir}/libblas.so.%{version} -%{_libdir}/libblas.so.%{sonum} +%{_libdir}/libblas.so.3 %files devel %defattr(-,root,root) -%{_libdir}/lib%{name}.so -%{_libdir}/lib%{name}.a -%{_libdir}/lib%{name}_pic.a +%{_libdir}/liblapack.so +%{_libdir}/liblapack.a +%{_libdir}/liblapack_pic.a %files -n blas-devel %defattr(-,root,root)