Hello community,

here is the log from the commit of package gsl for openSUSE:Factory checked in 
at 2018-07-04 23:48:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsl (Old)
 and      /work/SRC/openSUSE:Factory/.gsl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsl"

Wed Jul  4 23:48:57 2018 rev:39 rq:619107 version:2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsl/gsl.changes  2018-06-08 23:07:51.516544284 
+0200
+++ /work/SRC/openSUSE:Factory/.gsl.new/gsl.changes     2018-07-04 
23:49:00.712297756 +0200
@@ -1,0 +2,46 @@
+Tue Jun 26 07:07:15 UTC 2018 - adam.ma...@suse.de
+
+- updated license tags in spec file
+
+-------------------------------------------------------------------
+Fri Jun 15 07:58:16 UTC 2018 - astie...@suse.com
+
+- gsl 2.5:
+  * doc bug fix in binomial distribution figure
+  * added Wishart distribution
+  * added new module for digital filtering (gsl_filter); current
+    filters include:
+     Gaussian filter
+     median filter
+     recursive median filter
+     impulse detection filter
+  * added new module for moving window statistics (gsl_movstat)
+  * added statistics functions:
+     gsl_stats_median()
+     gsl_stats_select()
+     gsl_stats_mad()
+     gsl_stats_mad0()
+     gsl_stats_Sn_from_sorted_data()
+     gsl_stats_Qn_from_sorted_data()
+     gsl_stats_gastwirth_from_sorted_data()
+     gsl_stats_trmean_from_sorted_data()
+  * added Romberg integration (gsl_integration_romberg)
+  * bug fix in deprecated functions gsl_multifit_wlinear_svd and
+    gsl_multifit_wlinear_usvd (reported by Vlad Koli)
+  * documention corrected to state that gsl_sf_legendre functions
+    do not include Condon-Shortley phase by default
+  * bug fix in exponential fitting example when using larger number
+    of points
+  * changed internal workspace inside gsl_spmatrix to a union to
+    avoid casting
+  * bug fixes in ode-initval2 for very rare solver crashing cases
+  * add histogram2d figure to manual
+  * bug fix in gsl_spmatrix_add for duplicate input arguments
+  * add support for negative arguments nu in gsl_sf_bessel_Jnu and
+    gsl_sf_bessel_Ynu (Konrad Griessinger)
+  * better texinfo documentation for gsl_sf_hyperg functions
+  * fix vector and matrix fread/fwrite testing on windows systems
+    when tmpfile() fails
+- drop rstat_test.patch, is upstream
+
+-------------------------------------------------------------------

Old:
----
  gsl-2.4.tar.gz
  gsl-2.4.tar.gz.sig
  rstat_test.patch

New:
----
  gsl-2.5.tar.gz
  gsl-2.5.tar.gz.sig

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

Other differences:
------------------
++++++ gsl.spec ++++++
--- /var/tmp/diff_new_pack.tDzEFJ/_old  2018-07-04 23:49:01.560296818 +0200
+++ /var/tmp/diff_new_pack.tDzEFJ/_new  2018-07-04 23:49:01.560296818 +0200
@@ -19,17 +19,16 @@
 %define lname   libgsl23
 %define lcblasname libgslcblas0
 Name:           gsl
-Version:        2.4
+Version:        2.5
 Release:        0
 Summary:        GNU Scientific Library
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Scientific/Math
-Url:            https://www.gnu.org/software/gsl/
+URL:            https://www.gnu.org/software/gsl/
 Source0:        https://ftp.gnu.org/pub/gnu/gsl/gsl-%{version}.tar.gz
 Source1:        https://ftp.gnu.org/pub/gnu/gsl/gsl-%{version}.tar.gz.sig
 Source2:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gsl&download=1#/%{name}.keyring
 Patch0:         gsl-1.6-initvars.diff
-Patch1:         rstat_test.patch
 Patch5:         gsl-wrap.diff
 Patch6:         gsl-qawc-test-x86-precision.diff
 Patch7:         gsl-disable-fma.patch
@@ -39,7 +38,6 @@
 BuildRequires:  blas-devel
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The GNU Scientific Library (GSL) is a collection of routines for
@@ -50,7 +48,6 @@
 
 %package     -n %{lname}
 Summary:        GNU Scientific Library
-License:        GPL-3.0+
 Group:          System/Libraries
 
 %description -n %{lname}
@@ -75,7 +72,6 @@
 %package     -n %{lcblasname}
 Summary:        A standard C language APIs for BLAS from GNU Scientific Library
 # file conflict, see boo#991155
-License:        GPL-3.0+
 Group:          System/Libraries
 Obsoletes:      libgsl0
 
@@ -85,9 +81,9 @@
 
 %package        devel
 Summary:        GNU Scientific Library - development files
-License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
-Requires:       %{lname} = %{version}, %{lcblasname} = %{version}
+Requires:       %{lcblasname} = %{version}
+Requires:       %{lname} = %{version}
 Requires(pre):  %{install_info_prereq}
 
 %description devel
@@ -114,10 +110,9 @@
 
 %package       doc
 Summary:        GNU Scientific Library - development files
-License:        GPL-2.0+
 Group:          Documentation/Other
-Requires(preun):  %{install_info_prereq}
 Requires(post):  %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 
 %description   doc
 This package contains documentation for GSL
@@ -143,7 +138,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 %patch5 -p1
 %patch6
 %patch7 -p1
@@ -177,35 +171,31 @@
 %postun -n %{lcblasname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
+%license COPYING
 %{_bindir}/gsl-histogram
 %{_bindir}/gsl-randist
-%{_mandir}/man1/gsl-histogram.1%{ext_man}
-%{_mandir}/man1/gsl-randist.1%{ext_man}
-%doc COPYING
+%{_mandir}/man1/gsl-histogram.1%{?ext_man}
+%{_mandir}/man1/gsl-randist.1%{?ext_man}
 
 %files -n %{lname}
-%defattr(-,root,root)
 %{_libdir}/libgsl.so.*
 
 %files -n %{lcblasname}
-%defattr(-,root,root)
 %{_libdir}/libgslcblas.so.*
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_includedir}/gsl
 %{_libdir}/libgsl*.so
 %{_libdir}/pkgconfig/gsl.pc
 %{_bindir}/gsl-config
 %{_datadir}/aclocal/gsl.m4
-%{_mandir}/man1/gsl-config.1%{ext_man}
-%{_mandir}/man3/gsl.3%{ext_man}
+%{_mandir}/man1/gsl-config.1%{?ext_man}
+%{_mandir}/man3/gsl.3%{?ext_man}
 
 %files doc
-%defattr(-,root,root)
-%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
 %{_infodir}/gsl-ref*
 
 %post doc

++++++ gsl-2.4.tar.gz -> gsl-2.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/gsl/gsl-2.4.tar.gz 
/work/SRC/openSUSE:Factory/.gsl.new/gsl-2.5.tar.gz differ: char 5, line 1

++++++ gsl.keyring ++++++
--- /var/tmp/diff_new_pack.tDzEFJ/_old  2018-07-04 23:49:01.608296765 +0200
+++ /var/tmp/diff_new_pack.tDzEFJ/_new  2018-07-04 23:49:01.608296765 +0200
@@ -29,10 +29,6 @@
 =sAxL
 -----END PGP PUBLIC KEY BLOCK-----
 
-
-
-
-
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 Version: GnuPG v1.2.5 (GNU/Linux)
 
@@ -59,6 +55,3 @@
 =j2pb
 -----END PGP PUBLIC KEY BLOCK-----
 
-
-
-


Reply via email to