Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
eb9bb94eae |
@ -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
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
BIN
lzlib-1.15.tar.gz.sig
Normal file
Binary file not shown.
@ -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>
|
Thu Feb 8 13:28:55 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lzlib
|
# spec file for package lzlib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define lname liblz1
|
%define lname liblz1
|
||||||
Name: lzlib
|
Name: lzlib
|
||||||
Version: 1.14
|
Version: 1.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: LZMA Compression and Decompression Library
|
Summary: LZMA Compression and Decompression Library
|
||||||
License: BSD-2-Clause AND GPL-2.0-or-later
|
License: BSD-2-Clause AND GPL-2.0-or-later
|
||||||
@ -90,8 +90,7 @@ pushd build/
|
|||||||
%make_build check
|
%make_build check
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%install_info --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
|
%install_info --info-dir="%_infodir" "%_infodir/%name.info%ext_info"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user