Accepting request 662059 from Archiving
OBS-URL: https://build.opensuse.org/request/show/662059 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=7
This commit is contained in:
commit
ae91580588
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 30 10:13:52 UTC 2018 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 18.06
|
||||||
|
* The speed for LZMA/LZMA2 compressing was increased by 3-10%,
|
||||||
|
and there are minor changes in compression ratio.
|
||||||
|
* Some bugs were fixed.
|
||||||
|
* The bug in 7-Zip 18.02-18.05 was fixed:
|
||||||
|
There was memory leak in multithreading xz decoder -
|
||||||
|
XzDecMt_Decode(), if xz stream contains only one block.
|
||||||
|
* The changes for MSVS compiler makefiles:
|
||||||
|
+ the makefiles now use "PLATFORM" macroname with values
|
||||||
|
(x64, x86, arm64) instead of "CPU" macroname with values
|
||||||
|
(AMD64, ARM64).
|
||||||
|
+ the makefiles by default now use static version of the
|
||||||
|
run-time library.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 11 12:47:46 UTC 2018 - aloisio@gmx.com
|
Mon Jun 11 12:47:46 UTC 2018 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@ -12,21 +12,21 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _sver 1805
|
%define _sver 1806
|
||||||
%define _maver 18
|
%define _maver 18
|
||||||
%define _miver 05
|
%define _miver 05
|
||||||
Name: lzma-sdk
|
Name: lzma-sdk
|
||||||
Version: 18.05
|
Version: 18.06
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An implementation of LZMA compression
|
Summary: An implementation of LZMA compression
|
||||||
# Actually the site says "Public Domain". See license file.
|
# Actually the site says "Public Domain". See license file.
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
Url: http://www.7-zip.org/sdk.html
|
URL: http://www.7-zip.org/sdk.html
|
||||||
Source0: http://www.7-zip.org/a/lzma%{_sver}.7z
|
Source0: http://www.7-zip.org/a/lzma%{_sver}.7z
|
||||||
Source1: lzma-sdk-LICENSE.fedora
|
Source1: lzma-sdk-LICENSE.fedora
|
||||||
Patch1: lzma-sdk-shlib.patch
|
Patch1: lzma-sdk-shlib.patch
|
||||||
@ -85,13 +85,13 @@ rm -f "%buildroot/%_libdir"/*.la
|
|||||||
%postun -n libclzma-suse0 -p /sbin/ldconfig
|
%postun -n libclzma-suse0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libclzma-suse0
|
%files -n libclzma-suse0
|
||||||
%defattr(-,root,root)
|
%license lzma-sdk-LICENSE.fedora
|
||||||
%doc DOC/lzma.txt DOC/lzma-history.txt lzma-sdk-LICENSE.fedora
|
%doc DOC/lzma.txt DOC/lzma-history.txt
|
||||||
%{_libdir}/libclzma-suse.so.0*
|
%{_libdir}/libclzma-suse.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%license lzma-sdk-LICENSE.fedora
|
||||||
%doc DOC/7z*.txt DOC/Methods.txt lzma-sdk-LICENSE.fedora
|
%doc DOC/7z*.txt DOC/Methods.txt
|
||||||
%{_includedir}/clzma/
|
%{_includedir}/clzma/
|
||||||
%{_libdir}/libclzma.so
|
%{_libdir}/libclzma.so
|
||||||
%{_libdir}/pkgconfig/clzma.pc
|
%{_libdir}/pkgconfig/clzma.pc
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d4ad382070d20edde117a8e544e7149ab6c84fdedd220aafe75454056a924732
|
|
||||||
size 1073455
|
|
3
lzma1806.7z
Normal file
3
lzma1806.7z
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:01f8f7afe35b88d652fec3efd02a7ad282d3045d00cbbc3b961cdd2a37489a55
|
||||||
|
size 1079624
|
Loading…
x
Reference in New Issue
Block a user