Hello community,

here is the log from the commit of package fastlzlib for openSUSE:Factory 
checked in at 2018-06-02 12:10:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fastlzlib (Old)
 and      /work/SRC/openSUSE:Factory/.fastlzlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fastlzlib"

Sat Jun  2 12:10:08 2018 rev:2 rq:613081 version:0.0+git.20150524

Changes:
--------
--- /work/SRC/openSUSE:Factory/fastlzlib/fastlzlib.changes      2018-05-29 
16:53:27.169218073 +0200
+++ /work/SRC/openSUSE:Factory/.fastlzlib.new/fastlzlib.changes 2018-06-02 
12:10:18.832026789 +0200
@@ -1,0 +2,7 @@
+Wed May 30 13:29:17 UTC 2018 - jeng...@inai.de
+
+- Update descriptions to reflect this is not just an interface,
+  but a library on its own.
+- Rename %soname to %sover to better reflect its use.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fastlzlib.spec ++++++
--- /var/tmp/diff_new_pack.P6EyE3/_old  2018-06-02 12:10:19.927986593 +0200
+++ /var/tmp/diff_new_pack.P6EyE3/_new  2018-06-02 12:10:19.927986593 +0200
@@ -16,12 +16,15 @@
 #
 
 
-%define soname 1
-%define libname libfastlz%{soname}
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+%define sover 1
+%define libname libfastlz%{sover}
 Name:           fastlzlib
 Version:        0.0+git.20150524
 Release:        0
-Summary:        Zlib-like interface to fast block compression libraries
+Summary:        Zlib-like encapsulation interface to LZ4/FastLZ
 License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/bareos/fastlzlib
@@ -29,24 +32,24 @@
 BuildRequires:  zlib-devel
 
 %description
-Zlib-like interface to fast block compression (LZ4 or FastLZ) libraries.
+A library that bundles and wraps LZ4 and FastLZ in a zlib-like interface.
 
 %package -n %{libname}
-Summary:        Zlib-like interface to fast block compression libraries
+Summary:        Zlib-like encapsulation interface to LZ4/FastLZ
 Group:          Development/Libraries/C and C++
 
 %description -n %{libname}
-Zlib-like interface to fast block compression (LZ4 or FastLZ) libraries.
+A library that bundles and wraps LZ4 and FastLZ in a zlib-like interface.
 
 %package devel
-Summary:        Zlib-like interface to fast block compression libraries
+Summary:        Development files for the "fastlzlib" compression library
 Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
 Conflicts:      liblz4-devel
 
 %description devel
-Zlib-like interface to fast block compression (LZ4 or FastLZ) libraries -
-devel package.
+Header files for the fastlzlib library, a library that bundles and
+wraps LZ4 and FastLZ in a zlib-like interface.
 
 %prep
 %setup -q
@@ -70,7 +73,7 @@
 %files -n %{libname}
 %license COPYING
 %doc README
-%{_libdir}/libfastlz.so.%{soname}*
+%{_libdir}/libfastlz.so.%{sover}*
 
 %files devel
 %license COPYING


Reply via email to