Hello community,

here is the log from the commit of package lzip for openSUSE:Factory checked in 
at 2018-02-05 10:50:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lzip (Old)
 and      /work/SRC/openSUSE:Factory/.lzip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lzip"

Mon Feb  5 10:50:15 2018 rev:8 rq:571512 version:1.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/lzip/lzip.changes        2016-06-07 
23:48:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lzip.new/lzip.changes   2018-02-05 
10:50:17.599938351 +0100
@@ -1,0 +2,15 @@
+Tue Jan 23 22:42:14 UTC 2018 - avin...@opensuse.org
+
+- Update to version 1.19
+  * The option '-l, --list' has been ported from lziprecover.
+  * Don't allow mixing different operations (-d, -l or -t).
+  * Compression time of option '-0' has been slightly reduced.
+  * Decompression time has been reduced by 2%.
+  * main.cc: Continue testing if any input file is a terminal.
+  * main.cc: Show trailing data in both hexadecimal and ASCII.
+  * encoder.cc (Matchfinder_base): Verify size passed to new.
+  * file_index.cc: Improve detection of bad dict and trailing data.
+  * lzip.h: Unified messages for bad magic, trailing data, etc.
+- switch to https in source urls
+
+-------------------------------------------------------------------

Old:
----
  lzip-1.18.tar.gz
  lzip-1.18.tar.gz.sig

New:
----
  lzip-1.19.tar.gz
  lzip-1.19.tar.gz.sig

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

Other differences:
------------------
++++++ lzip.spec ++++++
--- /var/tmp/diff_new_pack.lFgHBy/_old  2018-02-05 10:50:19.195863640 +0100
+++ /var/tmp/diff_new_pack.lFgHBy/_new  2018-02-05 10:50:19.195863640 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package lzip
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2008-2013 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,17 +19,15 @@
 
 
 Name:           lzip
-Version:        1.18
+Version:        1.19
 Release:        0
 Summary:        Lossless Data Compressor based on the LZMA Algorithm
 License:        GPL-2.0+
 Group:          Productivity/Archiving/Compression
 Url:            http://www.nongnu.org/lzip/lzip.html
-
-Source:         
http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.gz
-Source2:        
http://download.savannah.gnu.org/releases/lzip/%name-%version.tar.gz.sig
+Source:         
https://download.savannah.gnu.org/releases/%name/%name-%version.tar.gz
+Source2:        
https://download.savannah.gnu.org/releases/%name/%name-%version.tar.gz.sig
 Source3:        %name.keyring
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
 PreReq:         %install_info_prereq
 
@@ -60,11 +58,10 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot"
-install -D -m0644 doc/lzip.1 "%buildroot/%_mandir/man1/lzip.1"
+%make_install
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %post
 %install_info --info-dir="%_infodir" "%_infodir/lzip.info%ext_info"
@@ -73,10 +70,9 @@
 %install_info_delete --info-dir="%_infodir" "%_infodir/lzip.info%ext_info"
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%{_bindir}/lzip
-%doc %{_infodir}/lzip.info%{ext_info}
-%doc %{_mandir}/man1/lzip.1%{ext_man}
+%_bindir/lzip
+%_infodir/lzip.info%ext_info
+%_mandir/man1/lzip.1%ext_man
 
 %changelog

++++++ lzip-1.18.tar.gz -> lzip-1.19.tar.gz ++++++
++++ 3802 lines of diff (skipped)


Reply via email to