Hello community,

here is the log from the commit of package lapack for openSUSE:Factory checked 
in at 2012-05-08 12:27:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lapack (Old)
 and      /work/SRC/openSUSE:Factory/.lapack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lapack", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lapack/lapack.changes    2012-04-12 
09:36:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lapack.new/lapack.changes       2012-05-08 
12:27:49.000000000 +0200
@@ -1,0 +2,11 @@
+Fri May  4 13:44:58 UTC 2012 - [email protected]
+
+- Update to 3.4.1
+  * Bug fixes
+
+-------------------------------------------------------------------
+Mon Apr  2 11:47:20 UTC 2012 - [email protected]
+
+- Undo spec file obfuscation
+
+-------------------------------------------------------------------

Old:
----
  lapack-3.4.0.tgz

New:
----
  lapack-3.4.1.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lapack.spec ++++++
--- /var/tmp/diff_new_pack.UROPri/_old  2012-05-08 12:27:51.000000000 +0200
+++ /var/tmp/diff_new_pack.UROPri/_new  2012-05-08 12:27:51.000000000 +0200
@@ -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 @@
 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 @@
 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 @@
 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 @@
 %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 @@
 %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 @@
 %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)

++++++ lapack-3.4.0.tgz -> lapack-3.4.1.tgz ++++++
++++ 55766 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to