Accepting request 399078 from home:pluskalm:branches:Archiving
- Update to version 1.8: * decoder.c (LZd_verify_trailer): Removed test of final code. * main.c: Added new option '-a, --trailing-error'. * main.c (main): Delete '--output' file if infd is a terminal. * main.c (main): Don't use stdin more than once. * configure: Avoid warning on some shells when testing for gcc. * Makefile.in: Detect the existence of install-info. * testsuite/check.sh: A POSIX shell is required to run the tests. * testsuite/check.sh: Don't check error messages. - Move info scriplet to preun OBS-URL: https://build.opensuse.org/request/show/399078 OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=14
This commit is contained in:
parent
5d4d267724
commit
e831b2a118
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88c919dbb16a8b5409fc8ccec31d3c604551d73e84cec8c964fd639452536214
|
||||
size 94257
|
Binary file not shown.
3
lzlib-1.8.tar.gz
Normal file
3
lzlib-1.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41bfa82c6ee184ed0884437dc4074ad505e64cb747432cefa97976b89045cbad
|
||||
size 96324
|
BIN
lzlib-1.8.tar.gz.sig
Normal file
BIN
lzlib-1.8.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 31 08:57:47 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to version 1.8:
|
||||
* decoder.c (LZd_verify_trailer): Removed test of final code.
|
||||
* main.c: Added new option '-a, --trailing-error'.
|
||||
* main.c (main): Delete '--output' file if infd is a terminal.
|
||||
* main.c (main): Don't use stdin more than once.
|
||||
* configure: Avoid warning on some shells when testing for gcc.
|
||||
* Makefile.in: Detect the existence of install-info.
|
||||
* testsuite/check.sh: A POSIX shell is required to run the tests.
|
||||
* testsuite/check.sh: Don't check error messages.
|
||||
- Move info scriplet to preun
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 6 08:22:07 UTC 2015 - jengelh@inai.de
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
#
|
||||
# spec file for package lzlib
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: lzlib
|
||||
%define lname liblz1
|
||||
Version: 1.7
|
||||
Version: 1.8
|
||||
Release: 0
|
||||
Summary: LZMA Compression and Decompression Library
|
||||
License: GPL-2.0+
|
||||
@ -102,7 +102,7 @@ make check
|
||||
%post devel
|
||||
%install_info --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
|
||||
|
||||
%postun devel
|
||||
%preun devel
|
||||
%install_info_delete --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
|
||||
|
||||
%files -n %lname
|
||||
|
Loading…
x
Reference in New Issue
Block a user