Compare commits

...

1 Commits

Author SHA256 Message Date
eb9bb94eae lzlib 1.15 2025-01-19 16:12:45 +01:00
6 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f
size 131624

Binary file not shown.

BIN
lzlib-1.15.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
lzlib-1.15.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 19 14:56:51 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.15
* Lzlib now reports a nonzero first LZMA byte as a
LZ_data_error.
* LZ_Errno, LZ_Encoder, and LZ_Decoder are now declared in
lzlib.h as typedef.
-------------------------------------------------------------------
Thu Feb 8 13:28:55 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package lzlib
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
@ -19,7 +19,7 @@
%define lname liblz1
Name: lzlib
Version: 1.14
Version: 1.15
Release: 0
Summary: LZMA Compression and Decompression Library
License: BSD-2-Clause AND GPL-2.0-or-later
@ -90,8 +90,7 @@ pushd build/
%make_build check
popd
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%ldconfig_scriptlets -n %lname
%post devel
%install_info --info-dir="%_infodir" "%_infodir/%name.info%ext_info"