commit lziprecover for openSUSE:Factory

2019-01-08 Thread root


bin6rH6aUDkBN.bin
Description: Binary data


commit lziprecover for openSUSE:Factory

2018-12-31 Thread root
Hello community,

here is the log from the commit of package lziprecover for openSUSE:Factory 
checked in at 2018-12-31 09:46:22

Comparing /work/SRC/openSUSE:Factory/lziprecover (Old)
 and  /work/SRC/openSUSE:Factory/.lziprecover.new.28833 (New)


Package is "lziprecover"

Mon Dec 31 09:46:22 2018 rev:6 rq:658031 version:1.21~rc1

Changes:

--- /work/SRC/openSUSE:Factory/lziprecover/lziprecover.changes  2018-03-09 
10:43:59.888292392 +0100
+++ /work/SRC/openSUSE:Factory/.lziprecover.new.28833/lziprecover.changes   
2018-12-31 09:47:15.186174035 +0100
@@ -1,0 +2,19 @@
+Fri Dec 14 11:46:20 UTC 2018 - Jan Engelhardt 
+
+- Update to new upstream release 1.21~rc1
+  * The options '--dump', '--remove' and '--strip' have been
+added, mainly as support for the tarlz archive format.
+  * Detection of forbidden combinations of characters in trailing
+data has been improved.
+  * '--split' can now detect trailing data and gaps between
+members, and save each gap in its own file. Trailing data (if
+any) are saved alone in the last file. (Gaps may contain
+garbage or may be members with corrupt headers or trailers).
+  * '--ignore-errors' now makes '--list' show gaps between
+members, ignoring format errors.
+  * '--ignore-errors' now makes '--range-decompress' ignore a
+truncated last member.
+  * '--ignore-errors' now makes '--dump', '--remove' and
+'--strip' ignore format errors.
+
+---

Old:

  lziprecover-1.20.tar.gz
  lziprecover-1.20.tar.gz.sig

New:

  lziprecover-1.21-rc1.tar.gz



Other differences:
--
++ lziprecover.spec ++
--- /var/tmp/diff_new_pack.sobMMh/_old  2018-12-31 09:47:15.666173641 +0100
+++ /var/tmp/diff_new_pack.sobMMh/_new  2018-12-31 09:47:15.666173641 +0100
@@ -13,20 +13,20 @@
 # 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:   lziprecover
-Version:1.20
+Version:1.21~rc1
 Release:0
+%define xversion   1.21-rc1
 Summary:Utility to repair broken lzip files
 License:GPL-2.0-or-later
 Group:  Productivity/Archiving/Compression
-Url:http://www.nongnu.org/lzip/lunzip.html
-
-Source: 
http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz
-Source2:
http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz.sig
+URL:http://www.nongnu.org/lzip/lunzip.html
+Source: 
http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%xversion.tar.gz
+#Source2:
http://download.savannah.gnu.org/releases/lzip/lziprecover/%name-%version.tar.gz.sig
 Source3:%name.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
@@ -53,34 +53,39 @@
 multi-member files.
 
 %prep
-%setup -q
+%autosetup -n %name-%xversion
 
 %build
 # not autoconf
-install -d build
-pushd build
-../configure --srcdir=.. --prefix="%{_prefix}" --bindir="%{_bindir}" \
-   --datarootdir="%{_datadir}" --infodir="%{_infodir}" \
-   --mandir="%{_mandir}" CC="%__cc" CFLAGS="%{optflags}"
+mkdir build
+pushd build/
+../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \
+   --infodir="%_infodir" --mandir="%_mandir" --sysconfdir="%_sysconfdir" \
+   CC="%__cc" CFLAGS="%optflags"
 make %{?_smp_mflags}
 popd
 
 %install
-pushd build
-make install DESTDIR="%buildroot"
+pushd build/
+%make_install
+popd
+
+%check
+pushd build/
+make %{?_smp_mflags} check
 popd
 
 %post
-%install_info --info-dir="%{_infodir}" "%{_infodir}/%{name}".info*
+%install_info --info-dir="%_infodir" "%_infodir/%name".info*
 
 %postun
-%install_info_delete --info-dir="%{_infodir}" "%{_infodir}/%{name}".info*
+%install_info_delete --info-dir="%_infodir" "%_infodir/%name".info*
 
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_bindir}/lziprecover
-%doc %{_mandir}/man1/lziprecover.1*
-%doc %{_infodir}/lziprecover.info*
+%_bindir/lziprecover
+%_mandir/man1/lziprecover.1*
+%_infodir/lziprecover.info*
 
 %changelog




commit lziprecover for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package lziprecover for openSUSE:Factory 
checked in at 2018-03-09 10:43:54

Comparing /work/SRC/openSUSE:Factory/lziprecover (Old)
 and  /work/SRC/openSUSE:Factory/.lziprecover.new (New)


Package is "lziprecover"

Fri Mar  9 10:43:54 2018 rev:5 rq:583127 version:1.20

Changes:

--- /work/SRC/openSUSE:Factory/lziprecover/lziprecover.changes  2017-07-07 
10:17:24.074895722 +0200
+++ /work/SRC/openSUSE:Factory/.lziprecover.new/lziprecover.changes 
2018-03-09 10:43:59.888292392 +0100
@@ -1,0 +2,14 @@
+Mon Mar  5 19:37:23 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 1.20
+  * Splitting was broken for files larger than 64 KiB because of
+a bug introduced in version 1.16.
+  * The options "--dump-tdata", "--remove-tdata", and
+"--strip-tdata" have been added to ease the management of
+metadata stored as trailing data.
+  * The option "--loose-trailing", has been added.
+  * The test used by lziprecover to discriminate trailing data
+from a corrupt header in multimember or concatenated files
+has been improved to a Hamming distance of 3.
+
+---

Old:

  lziprecover-1.19.tar.gz
  lziprecover-1.19.tar.gz.sig

New:

  lziprecover-1.20.tar.gz
  lziprecover-1.20.tar.gz.sig



Other differences:
--
++ lziprecover.spec ++
--- /var/tmp/diff_new_pack.Wop6J7/_old  2018-03-09 10:44:00.524269487 +0100
+++ /var/tmp/diff_new_pack.Wop6J7/_new  2018-03-09 10:44:00.528269342 +0100
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et nu:
 #
 # spec file for package lziprecover
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,10 +18,10 @@
 
 
 Name:   lziprecover
-Version:1.19
+Version:1.20
 Release:0
 Summary:Utility to repair broken lzip files
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Archiving/Compression
 Url:http://www.nongnu.org/lzip/lunzip.html
 
@@ -58,19 +57,12 @@
 
 %build
 # not autoconf
-%__install -d build
+install -d build
 pushd build
-../configure \
---srcdir=.. \
---prefix="%{_prefix}" \
---bindir="%{_bindir}" \
---datarootdir="%{_datadir}" \
---infodir="%{_infodir}" \
---mandir="%{_mandir}" \
-CC="%__cc" \
-CFLAGS="%{optflags}"
-
-%__make %{?_smp_mflags}
+../configure --srcdir=.. --prefix="%{_prefix}" --bindir="%{_bindir}" \
+   --datarootdir="%{_datadir}" --infodir="%{_infodir}" \
+   --mandir="%{_mandir}" CC="%__cc" CFLAGS="%{optflags}"
+make %{?_smp_mflags}
 popd
 
 %install

++ lziprecover-1.19.tar.gz -> lziprecover-1.20.tar.gz ++
 3605 lines of diff (skipped)




commit lziprecover for openSUSE:Factory

2017-07-07 Thread root
Hello community,

here is the log from the commit of package lziprecover for openSUSE:Factory 
checked in at 2017-07-07 10:17:17

Comparing /work/SRC/openSUSE:Factory/lziprecover (Old)
 and  /work/SRC/openSUSE:Factory/.lziprecover.new (New)


Package is "lziprecover"

Fri Jul  7 10:17:17 2017 rev:4 rq:508430 version:1.19

Changes:

--- /work/SRC/openSUSE:Factory/lziprecover/lziprecover.changes  2016-11-21 
14:26:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.lziprecover.new/lziprecover.changes 
2017-07-07 10:17:24.074895722 +0200
@@ -1,0 +2,10 @@
+Wed Jul  5 22:31:51 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 1.19 (2017-04-17)
+  * '--merge' is now able to fix files with thousands of scattered
+errors per member by grouping the errors into clusters and then
+merging the files as if each cluster were a single error.
+  * The option '-a, --trailing-error' now also works with
+'-l, --list' and '-D, --range-decompress'.
+
+---

Old:

  lziprecover-1.18.tar.gz
  lziprecover-1.18.tar.gz.sig

New:

  lziprecover-1.19.tar.gz
  lziprecover-1.19.tar.gz.sig



Other differences:
--
++ lziprecover.spec ++
--- /var/tmp/diff_new_pack.LneDpW/_old  2017-07-07 10:17:26.014621263 +0200
+++ /var/tmp/diff_new_pack.LneDpW/_new  2017-07-07 10:17:26.018620697 +0200
@@ -2,7 +2,7 @@
 #
 # spec file for package lziprecover
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 
 Name:   lziprecover
-Version:1.18
+Version:1.19
 Release:0
 Summary:Utility to repair broken lzip files
 License:GPL-2.0+

++ lziprecover-1.18.tar.gz -> lziprecover-1.19.tar.gz ++
 4391 lines of diff (skipped)




commit lziprecover for openSUSE:Factory

2016-11-21 Thread h_root
Hello community,

here is the log from the commit of package lziprecover for openSUSE:Factory 
checked in at 2016-11-21 14:26:51

Comparing /work/SRC/openSUSE:Factory/lziprecover (Old)
 and  /work/SRC/openSUSE:Factory/.lziprecover.new (New)


Package is "lziprecover"

Changes:

--- /work/SRC/openSUSE:Factory/lziprecover/lziprecover.changes  2015-11-10 
10:03:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.lziprecover.new/lziprecover.changes 
2016-11-21 14:26:52.0 +0100
@@ -1,0 +2,31 @@
+Mon Nov 21 00:38:40 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 1.18
+  * The option "-a, --trailing-error", which makes lziprecover exit
+with error status 2 if any remaining input is detected after
+decompressing the last member, has been added.
+  * "--merge" now detects identical files by their CRC.
+  * "--repair" now tries to detect gross damage in the file before
+attempting to repair it.
+  * "--repair" now can repair a damaged dictionary size in the header.
+  * When decompressing, the file specified with the "--output"
+option is now deleted if the input is a terminal.
+  * "--merge", "--range-decompress", "--repair" and "--split" now
+preserve dates, permissions, and, when possible, ownership of
+the files created just as "--decompress" does.
+  * The new option "-A, --alone-to-lz", which converts lzma-alone
+files to lzip format without recompressing, just adding a lzip
+header and trailer, has been added. Only streamed files with
+default LZMA properties can be converted; non-streamed
+lzma-alone files lack the end of stream marker required in lzip
+files.
+  * The new option "-W, --debug-decompress=,", which sets
+the byte  to the value  and then decompresses to
+stdout the resulting corrupt data, has been added.
+  * The new option "-X, --show-packets", which shows the LZMA
+packets (coding sequences) coded in a given file, has been
+added.
+  * The new options "-B, --block", "-d, --delta", "-t, --truncate"
+and "-z, --zcmp" have been added to unzcrash.
+
+---

Old:

  lziprecover-1.17.tar.gz
  lziprecover-1.17.tar.gz.sig

New:

  lziprecover-1.18.tar.gz
  lziprecover-1.18.tar.gz.sig



Other differences:
--
++ lziprecover.spec ++
--- /var/tmp/diff_new_pack.MfN93W/_old  2016-11-21 14:26:53.0 +0100
+++ /var/tmp/diff_new_pack.MfN93W/_new  2016-11-21 14:26:53.0 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package lziprecover
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,9 +19,9 @@
 
 
 Name:   lziprecover
-Version:1.17
+Version:1.18
 Release:0
-Summary:Fix Broken lzip Files
+Summary:Utility to repair broken lzip files
 License:GPL-2.0+
 Group:  Productivity/Archiving/Compression
 Url:http://www.nongnu.org/lzip/lunzip.html

++ lziprecover-1.17.tar.gz -> lziprecover-1.18.tar.gz ++
 5926 lines of diff (skipped)




commit lziprecover for openSUSE:Factory

2015-11-10 Thread h_root
Hello community,

here is the log from the commit of package lziprecover for openSUSE:Factory 
checked in at 2015-11-10 10:03:06

Comparing /work/SRC/openSUSE:Factory/lziprecover (Old)
 and  /work/SRC/openSUSE:Factory/.lziprecover.new (New)


Package is "lziprecover"

Changes:

--- /work/SRC/openSUSE:Factory/lziprecover/lziprecover.changes  2014-10-14 
07:10:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.lziprecover.new/lziprecover.changes 
2015-11-10 10:03:10.0 +0100
@@ -1,0 +2,10 @@
+Sat Nov  7 10:21:55 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 1.17
+* Merging files now uses an algorithm similar to the ones used to
+  solve the "Master Mind" game, which makes it much faster. Up to
+  two orders of magnitude faster depending on number of files and
+  number of errors.
+* Repair time has been reduced by 15%.
+
+---

Old:

  lziprecover-1.16.tar.gz
  lziprecover-1.16.tar.gz.sig

New:

  lziprecover-1.17.tar.gz
  lziprecover-1.17.tar.gz.sig



Other differences:
--
++ lziprecover.spec ++
--- /var/tmp/diff_new_pack.lBvm4l/_old  2015-11-10 10:03:10.0 +0100
+++ /var/tmp/diff_new_pack.lBvm4l/_new  2015-11-10 10:03:10.0 +0100
@@ -2,7 +2,7 @@
 #
 # spec file for package lziprecover
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 
 Name:   lziprecover
-Version:1.16
+Version:1.17
 Release:0
 Summary:Fix Broken lzip Files
 License:GPL-2.0+

++ lziprecover-1.16.tar.gz -> lziprecover-1.17.tar.gz ++
 3625 lines of diff (skipped)