From 73e71ded3a74ce9b60fb63a8afad3d014c3fc7edba6ffc705a72b52e0db80423 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 8 Feb 2024 13:16:49 +0000 Subject: [PATCH] - Update to release 1.14 OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=35 --- clzip-1.13.tar.gz | 3 --- clzip-1.13.tar.gz.sig | Bin 72 -> 0 bytes clzip-1.14.tar.gz | 3 +++ clzip-1.14.tar.gz.sig | Bin 0 -> 72 bytes clzip.changes | 11 +++++++++++ clzip.spec | 6 +++--- 6 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 clzip-1.13.tar.gz delete mode 100644 clzip-1.13.tar.gz.sig create mode 100644 clzip-1.14.tar.gz create mode 100644 clzip-1.14.tar.gz.sig diff --git a/clzip-1.13.tar.gz b/clzip-1.13.tar.gz deleted file mode 100644 index a71130c..0000000 --- a/clzip-1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ac9fbf5036bf50fb0b6a20e84d2293cb0d24d4044eaf33cbe9760bb9e7fea7a -size 123369 diff --git a/clzip-1.13.tar.gz.sig b/clzip-1.13.tar.gz.sig deleted file mode 100644 index ef2bae28f406fba4cd3a32f4f579fa186c0f20bb3cd06491547d19f35bd8e9f0..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0%7%d^8gA75Rd7V0~0NGLT-ovpqh$qgTwM+*TFbbL`T(GjEZtr1qDoe0AOUCx5zENMxF)< e>bLFaUjUvWqp8q*>_ZrP*mX5Zm9YN69Ww=4LL1Zo literal 0 HcmV?d00001 diff --git a/clzip.changes b/clzip.changes index d936b9f..683cd3f 100644 --- a/clzip.changes +++ b/clzip.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Feb 8 13:16:37 UTC 2024 - Jan Engelhardt + +- Update to release 1.14 + * Added the command-line switches --empty-error and + --marking-error + * The option -o/--output now preserves dates, permissions, and + ownership of the file when (de)compressing exactly one file. + * The option -o/--output now creates missing intermediate + directories when writing to a file. + ------------------------------------------------------------------- Sun Feb 13 22:30:09 UTC 2022 - Jan Engelhardt diff --git a/clzip.spec b/clzip.spec index f8e8be2..c02d79f 100644 --- a/clzip.spec +++ b/clzip.spec @@ -1,7 +1,7 @@ # # spec file for package clzip # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2011-2013 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: clzip -Version: 1.13 +Version: 1.14 Release: 0 Summary: Lossless Data Compressor based on LZMA License: GPL-2.0-or-later @@ -60,7 +60,7 @@ popd %check pushd build/ -make %{?_smp_mflags} check +%make_build check popd %post