Hello community,

here is the log from the commit of package gsl for openSUSE:Factory checked in 
at 2016-07-30 00:26:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsl (Old)
 and      /work/SRC/openSUSE:Factory/.gsl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsl/gsl.changes  2016-07-26 12:55:45.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gsl.new/gsl.changes     2016-07-30 
00:26:06.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Jul 29 11:08:14 UTC 2016 - adam.ma...@suse.de
+
+- Add missing Requires in -devel following package split
+
+-------------------------------------------------------------------
+Fri Jul 29 07:48:04 UTC 2016 - dmitr...@opensuse.org
+
+- Move gslcblas library to separate package [boo#991155]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gsl.spec ++++++
--- /var/tmp/diff_new_pack.V5Nx42/_old  2016-07-30 00:26:07.000000000 +0200
+++ /var/tmp/diff_new_pack.V5Nx42/_new  2016-07-30 00:26:07.000000000 +0200
@@ -17,6 +17,7 @@
 
 
 %define lname   libgsl19
+%define lcblasname libgslcblas0
 Name:           gsl
 Version:        2.1
 Release:        0
@@ -75,11 +76,22 @@
 Discrete Hankel Transforms - Root-Finding - Minimization -
 Least-Squares Fitting - Physical Constants - IEEE Floating-Point
 
+%package     -n %{lcblasname}
+Summary:        A standard C language APIs for BLAS from GNU Scientific Library
+License:        GPL-3.0+
+Group:          System/Libraries
+# file conflict, see boo#991155
+Obsoletes:      libgsl0
+
+%description -n %{lcblasname}
+This library provides a native C interface to BLAS routines. This is part of
+GNU Scientific Library.
+
 %package        devel
 Summary:        GNU Scientific Library - development files
 License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
-Requires:       %{lname} = %{version}
+Requires:       %{lname} = %{version}, %{lcblasname} = %{version}
 Requires(pre):  %{install_info_prereq}
 
 %description devel
@@ -168,6 +180,10 @@
 
 %postun -n %{lname} -p /sbin/ldconfig
 
+%post   -n %{lcblasname} -p /sbin/ldconfig
+
+%postun -n %{lcblasname} -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root)
 %{_bindir}/gsl-histogram
@@ -178,8 +194,11 @@
 
 %files -n %{lname}
 %defattr(-,root,root)
-%doc COPYING
-%{_libdir}/libgsl*.so.*
+%{_libdir}/libgsl.so.*
+
+%files -n %{lcblasname}
+%defattr(-,root,root)
+%{_libdir}/libgslcblas.so.*
 
 %files devel
 %defattr(-,root,root)




Reply via email to