Hello community,

here is the log from the commit of package plzip for openSUSE:Factory checked 
in at 2018-12-31 09:46:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plzip (Old)
 and      /work/SRC/openSUSE:Factory/.plzip.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plzip"

Mon Dec 31 09:46:19 2018 rev:10 rq:658029 version:1.8~rc1

Changes:
--------
--- /work/SRC/openSUSE:Factory/plzip/plzip.changes      2018-03-09 
10:44:03.360167347 +0100
+++ /work/SRC/openSUSE:Factory/.plzip.new.28833/plzip.changes   2018-12-31 
09:47:14.314174750 +0100
@@ -1,0 +2,18 @@
+Fri Dec 14 11:59:01 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to new upstream release 1.8~rc1
+  * The new options '--in-slots' and '--out-slots', setting the
+    number of input and output packets buffered during streamed
+    decompression, have been added. Increasing the number of
+    packets may increase decompression speed, but requires more
+    memory.
+  * The default number of input packets buffered per worker
+    thread when decompressing from non-seekable input has been
+    increased from 2 to 4.
+  * The default number of output packets buffered per worker
+    thread when decompressing to non-seekable output has been
+    increased from 32 to 64.
+  * Detection of forbidden combinations of characters in trailing
+    data has been improved.
+
+-------------------------------------------------------------------

Old:
----
  plzip-1.7.tar.gz
  plzip-1.7.tar.gz.sig

New:
----
  plzip-1.8-rc1.tar.gz

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

Other differences:
------------------
++++++ plzip.spec ++++++
--- /var/tmp/diff_new_pack.EsYisN/_old  2018-12-31 09:47:14.970174213 +0100
+++ /var/tmp/diff_new_pack.EsYisN/_new  2018-12-31 09:47:14.970174213 +0100
@@ -13,23 +13,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           plzip
-Version:        1.7
+Version:        1.8~rc1
 Release:        0
+%define xversion       1.8-rc1
 Summary:        Parallel LZMA Data Compressor
 License:        GPL-2.0-or-later
 Group:          Productivity/Archiving/Compression
-Url:            http://www.nongnu.org/lzip/plzip.html
-
-Source:         
http://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz
-Source2:        
http://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz.sig
+URL:            http://www.nongnu.org/lzip/plzip.html
+Source:         
http://download.savannah.gnu.org/releases/lzip/plzip/%name-%xversion.tar.gz
+#Source2:        
http://download.savannah.gnu.org/releases/lzip/plzip/%name-%version.tar.gz.sig
 Source3:        %name.keyring
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++
+BuildRequires:  c++_compiler
 BuildRequires:  lzlib-devel
 Requires(post):  %install_info_prereq
 Requires(preun):  %install_info_prereq
@@ -47,28 +47,27 @@
 distribution and data archiving.
 
 %prep
-%setup -q
+%autosetup -n %name-%xversion
 
 %build
 mkdir build
-pushd build
+pushd build/
 # not autoconf
-../configure --prefix="%{_prefix}" --bindir="%{_bindir}" \
-       --datadir="%{_datadir}" --includedir="%{_includedir}" \
-       --infodir="%{_infodir}" --libdir="%{_libdir}" --mandir="%{_mandir}" \
-       --sysconfdir="%{_sysconfdir}" --enable-shared \
-       CXX="%__cxx" CPPFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
+../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \
+       --includedir="%_includedir" --infodir="%_infodir" --libdir="%_libdir" \
+       --mandir="%_mandir" --sysconfdir="%_sysconfdir" --enable-shared \
+       CC="%__cc" CFLAGS="%optflags" CXX="%__cxx" CXXFLAGS="%optflags"
 make %{?_smp_flags}
 popd
 
 %install
-pushd build
-%make_install LDCONFIG=echo
+pushd build/
+%make_install LDCONFIG=true
 popd
 
 %check
-pushd build
-make check
+pushd build/
+make %{?_smp_mflags} check
 popd
 
 %post
@@ -80,8 +79,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_bindir}/plzip
-%doc %{_infodir}/plzip.info%{ext_info}
-%doc %{_mandir}/man1/plzip.1%{ext_man}
+%_bindir/plzip
+%_infodir/plzip.info*
+%_mandir/man1/plzip.1*
 
 %changelog


Reply via email to