Accepting request 954125 from Archiving
- Update to release 1.13 OBS-URL: https://build.opensuse.org/request/show/954125 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/clzip?expand=0&rev=14
This commit is contained in:
commit
c7b4e4753b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcc92b3006d87b7c4affa03fe9dcc4869a802253052653200c26f6ba718bfee8
|
||||
size 122196
|
Binary file not shown.
3
clzip-1.13.tar.gz
Normal file
3
clzip-1.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ac9fbf5036bf50fb0b6a20e84d2293cb0d24d4044eaf33cbe9760bb9e7fea7a
|
||||
size 123369
|
BIN
clzip-1.13.tar.gz.sig
Normal file
BIN
clzip-1.13.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 13 22:30:09 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.13
|
||||
* Decompression time has been reduced by 5-12% depending on the
|
||||
file.
|
||||
* In case of error in a numerical argument to a command line
|
||||
option, clzip now shows the name of the option and the range
|
||||
of valid values.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 12 22:15:31 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
12
clzip.spec
12
clzip.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package clzip
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2011-2013 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,14 +18,13 @@
|
||||
|
||||
|
||||
Name: clzip
|
||||
Version: 1.12
|
||||
Version: 1.13
|
||||
Release: 0
|
||||
%define xversion 1.12
|
||||
Summary: Lossless Data Compressor based on LZMA
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Archiving/Compression
|
||||
URL: http://www.nongnu.org/lzip/clzip.html
|
||||
Source: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%xversion.tar.gz
|
||||
Source: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%version.tar.gz
|
||||
Source2: http://download.savannah.gnu.org/releases/lzip/clzip/%name-%version.tar.gz.sig
|
||||
Source3: %name.keyring
|
||||
Requires(post): info
|
||||
@ -42,7 +41,7 @@ Clzip is, in fact, a C language implementation of lzip, intended for
|
||||
embedded devices or systems lacking a C++ compiler.
|
||||
|
||||
%prep
|
||||
%autosetup -n %name-%xversion
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
# not autoconf
|
||||
@ -71,7 +70,8 @@ popd
|
||||
%install_info_delete --info-dir="%_infodir" "%_infodir/clzip.info%ext_info"
|
||||
|
||||
%files
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%doc ChangeLog README
|
||||
%license COPYING
|
||||
%_bindir/clzip
|
||||
%_mandir/man1/clzip.1%ext_man
|
||||
%_infodir/clzip.info%ext_info
|
||||
|
Loading…
x
Reference in New Issue
Block a user