Hello community,

here is the log from the commit of package libestr for openSUSE:Factory checked 
in at 2018-11-06 15:20:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libestr (Old)
 and      /work/SRC/openSUSE:Factory/.libestr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libestr"

Tue Nov  6 15:20:10 2018 rev:11 rq:645527 version:0.1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/libestr/libestr.changes  2014-12-10 
23:44:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libestr.new/libestr.changes     2018-11-06 
15:21:18.888879629 +0100
@@ -1,0 +2,6 @@
+Tue Oct 30 12:39:08 UTC 2018 - [email protected]
+
+- libestr 0.1.11:
+  * bugfix: es_str2num mishandled empty strings
+
+-------------------------------------------------------------------

Old:
----
  libestr-0.1.10.tar.gz

New:
----
  libestr-0.1.11.tar.gz

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

Other differences:
------------------
++++++ libestr.spec ++++++
--- /var/tmp/diff_new_pack.ldneJ2/_old  2018-11-06 15:21:21.464875906 +0100
+++ /var/tmp/diff_new_pack.ldneJ2/_new  2018-11-06 15:21:21.468875900 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libestr
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:           libestr
-Version:        0.1.10
+Version:        0.1.11
 Release:        0
 Summary:        String handling essentials library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
-Url:            http://libestr.adiscon.com/
+URL:            http://libestr.adiscon.com/
 Source0:        
http://libestr.adiscon.com/files/download/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
 
 %description
@@ -53,27 +52,27 @@
 
 %build
 %configure --disable-static
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %check
-%__make check
+make %{?_smp_mflags} check
 
 %install
-%makeinstall
-rm -f "%buildroot/%_libdir"/*.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libestr0 -p /sbin/ldconfig
-
 %postun -n libestr0 -p /sbin/ldconfig
 
 %files -n libestr0
-%defattr(-,root,root)
+%license COPYING
 %{_libdir}/libestr.so.0*
 
 %files devel
-%defattr(-,root,root)
-%_libdir/libestr.so
-%_libdir/pkgconfig/libestr.pc
-%_includedir/libestr.h
+%license COPYING
+%doc AUTHORS NEWS README ChangeLog
+%{_libdir}/libestr.so
+%{_libdir}/pkgconfig/libestr.pc
+%{_includedir}/libestr.h
 
 %changelog

++++++ libestr-0.1.10.tar.gz -> libestr-0.1.11.tar.gz ++++++
++++ 24587 lines of diff (skipped)


Reply via email to