SHA256
1
0
forked from pool/lzlib

Compare commits

...

3 Commits

8 changed files with 21 additions and 7 deletions

3
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,3 @@
mtime: 1737299565
commit: eb9bb94eae34fbe09a7a889796f9f3755e01130a9a34cf710842d2c2f21c75b0
url: https://src.opensuse.org/jengelh/lzlib

3
build.specials.obscpio Normal file
View File

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

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"