From e1ec0ac009676c91dd50571d15af3eb46c7c90b705bdf5ee90082a1cf834612d Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 12 Mar 2021 22:16:08 +0000 Subject: [PATCH] - Update to release 1.12 OBS-URL: https://build.opensuse.org/package/show/Archiving/clzip?expand=0&rev=30 --- clzip-1.11.tar.gz | 3 --- clzip-1.11.tar.gz.sig | Bin 72 -> 0 bytes clzip-1.12.tar.gz | 3 +++ clzip-1.12.tar.gz.sig | Bin 0 -> 72 bytes clzip.changes | 8 ++++++++ clzip.spec | 12 +++++------- 6 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 clzip-1.11.tar.gz delete mode 100644 clzip-1.11.tar.gz.sig create mode 100644 clzip-1.12.tar.gz create mode 100644 clzip-1.12.tar.gz.sig diff --git a/clzip-1.11.tar.gz b/clzip-1.11.tar.gz deleted file mode 100644 index 08dbab6..0000000 --- a/clzip-1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9d51212afa80371dc2546d278ef8ebbb3cd57c06fdd761b7b204497586d24c0 -size 107499 diff --git a/clzip-1.11.tar.gz.sig b/clzip-1.11.tar.gz.sig deleted file mode 100644 index c6a64997709c881135090075a871c35dd30edfc0c606587556ef61929a1ed9db..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$eo8@&F165Rd7V0~0NGLe|UxpLDiewiB*F3ro^569`%Y eH%AwkB>v6j(dOIXL;^x*HO1UYa74- diff --git a/clzip-1.12.tar.gz b/clzip-1.12.tar.gz new file mode 100644 index 0000000..d233b4b --- /dev/null +++ b/clzip-1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcc92b3006d87b7c4affa03fe9dcc4869a802253052653200c26f6ba718bfee8 +size 122196 diff --git a/clzip-1.12.tar.gz.sig b/clzip-1.12.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..682b6fa04c2b137594e8e919ce6b527e7fb5ea78d9cdea2411195cef6260294b GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0$=s;!2k*g5Rd7V0~0NGLKpP_pKB=MPh5)~tCXV + +- Update to release 1.12 + * Make -o behave like -c, but writing to file instead of stdout. + * Make -c and -o check whether the output is a terminal + only once. + ------------------------------------------------------------------- Thu Mar 14 20:48:48 UTC 2019 - Jan Engelhardt diff --git a/clzip.spec b/clzip.spec index 2972386..f6c1b2a 100644 --- a/clzip.spec +++ b/clzip.spec @@ -1,7 +1,7 @@ # # spec file for package clzip # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2011-2013 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -18,9 +18,9 @@ Name: clzip -Version: 1.11 +Version: 1.12 Release: 0 -%define xversion 1.11 +%define xversion 1.12 Summary: Lossless Data Compressor based on LZMA License: GPL-2.0-or-later Group: Productivity/Archiving/Compression @@ -28,7 +28,6 @@ URL: http://www.nongnu.org/lzip/clzip.html Source: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%xversion.tar.gz Source2: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%version.tar.gz.sig Source3: %name.keyring -BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(post): info Requires(preun):info @@ -51,8 +50,8 @@ mkdir build pushd build/ ../configure --prefix="%_prefix" --bindir="%_bindir" --datadir="%_datadir" \ --infodir="%_infodir" --mandir="%_mandir" --sysconfdir="%_sysconfdir" \ - CC="%__cc" CFLAGS="%optflags" -make %{?_smp_flags} + CFLAGS="%optflags" +%make_build popd %install @@ -72,7 +71,6 @@ popd %install_info_delete --info-dir="%_infodir" "%_infodir/clzip.info%ext_info" %files -%defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README %_bindir/clzip %_mandir/man1/clzip.1%ext_man