From a17daf9ea558e61a60edc8fd22b7e97692720a31086e51925c6576fe02db7df4 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 19 Jan 2025 15:12:57 +0000 Subject: [PATCH] [info=eb9bb94eae34fbe09a7a889796f9f3755e01130a9a34cf710842d2c2f21c75b0] OBS-URL: https://build.opensuse.org/package/show/Archiving/lzlib?expand=0&rev=32 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- lzlib-1.14.tar.gz | 3 --- lzlib-1.14.tar.gz.sig | Bin 72 -> 0 bytes lzlib-1.15.tar.gz | 3 +++ lzlib-1.15.tar.gz.sig | Bin 0 -> 72 bytes lzlib.changes | 9 +++++++++ lzlib.spec | 7 +++---- 8 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 lzlib-1.14.tar.gz delete mode 100644 lzlib-1.14.tar.gz.sig create mode 100644 lzlib-1.15.tar.gz create mode 100644 lzlib-1.15.tar.gz.sig diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 1429603..f66724a 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,3 +1,3 @@ -mtime: 1707415452 -commit: fb33f8fb811e6a30c9e27ebe331a9fc4a03f0be14adcabb613d8e96f3653bde0 +mtime: 1737299565 +commit: eb9bb94eae34fbe09a7a889796f9f3755e01130a9a34cf710842d2c2f21c75b0 url: https://src.opensuse.org/jengelh/lzlib diff --git a/build.specials.obscpio b/build.specials.obscpio index c3c5d44..16c5556 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b103998e79528589b49487753ab0886449329e06bc5e81141d3c5fc328808077 +oid sha256:b3facb4e3337f07957ecba8f890a16c7c44e9ff7a1c49057205d32f780e31253 size 256 diff --git a/lzlib-1.14.tar.gz b/lzlib-1.14.tar.gz deleted file mode 100644 index c001ca1..0000000 --- a/lzlib-1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f -size 131624 diff --git a/lzlib-1.14.tar.gz.sig b/lzlib-1.14.tar.gz.sig deleted file mode 100644 index 620a7b83cde2ad69c1f3fcbd640f78584ab0837ce949b931fb400cbf581e15f0..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0%fj+R{#nL5Rd7V0~0NGLL00Ao*=jxSw_wjt$@b@p0{@4 e9YNVP6#$^H@aOy1PisnIiHBvc9Ka70{6K3vy&EwA diff --git a/lzlib-1.15.tar.gz b/lzlib-1.15.tar.gz new file mode 100644 index 0000000..8614302 --- /dev/null +++ b/lzlib-1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afab907a46d5a7d14e927a1080c3f4d7e3ca5a0f9aea81747d8fed0292377ff +size 115185 diff --git a/lzlib-1.15.tar.gz.sig b/lzlib-1.15.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..653895ff2c33dbb0650b0c644e03055060d8ef1710b6ba111370e0f3c3f44246 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0%wIsOaKZA5Rd7V0~0NGLf0Gso;;jQE_86*n8Nldv2}Lf elD}RrkpP_*KyF~PT*5Zjd_e6@P6R+KgnmssN*YQ4 literal 0 HcmV?d00001 diff --git a/lzlib.changes b/lzlib.changes index 00fc294..17fdb08 100644 --- a/lzlib.changes +++ b/lzlib.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 19 14:56:51 UTC 2025 - Jan Engelhardt + +- 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 diff --git a/lzlib.spec b/lzlib.spec index bfd5b9b..989e13a 100644 --- a/lzlib.spec +++ b/lzlib.spec @@ -1,7 +1,7 @@ # # spec file for package lzlib # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2012 Pascal Bleser # # 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"