[info=eb9bb94eae34fbe09a7a889796f9f3755e01130a9a34cf710842d2c2f21c75b0]

OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=32
This commit is contained in:
OBS User unknown 2025-01-19 15:12:57 +00:00 committed by Git OBS Bridge
parent f37ea53b75
commit a17daf9ea5
8 changed files with 18 additions and 10 deletions

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b103998e79528589b49487753ab0886449329e06bc5e81141d3c5fc328808077
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"