Accepting request 662058 from home:alois:branches:Archiving
- 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. OBS-URL: https://build.opensuse.org/request/show/662058 OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=16
This commit is contained in:
parent
4f10e3c8e5
commit
f311943ff1
@ -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
|
||||
|
||||
|
@ -12,21 +12,21 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# 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 _miver 05
|
||||
Name: lzma-sdk
|
||||
Version: 18.05
|
||||
Version: 18.06
|
||||
Release: 0
|
||||
Summary: An implementation of LZMA compression
|
||||
# Actually the site says "Public Domain". See license file.
|
||||
License: LGPL-2.1-only
|
||||
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
|
||||
Source1: lzma-sdk-LICENSE.fedora
|
||||
Patch1: lzma-sdk-shlib.patch
|
||||
@ -85,13 +85,13 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%postun -n libclzma-suse0 -p /sbin/ldconfig
|
||||
|
||||
%files -n libclzma-suse0
|
||||
%defattr(-,root,root)
|
||||
%doc DOC/lzma.txt DOC/lzma-history.txt lzma-sdk-LICENSE.fedora
|
||||
%license lzma-sdk-LICENSE.fedora
|
||||
%doc DOC/lzma.txt DOC/lzma-history.txt
|
||||
%{_libdir}/libclzma-suse.so.0*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc DOC/7z*.txt DOC/Methods.txt lzma-sdk-LICENSE.fedora
|
||||
%license lzma-sdk-LICENSE.fedora
|
||||
%doc DOC/7z*.txt DOC/Methods.txt
|
||||
%{_includedir}/clzma/
|
||||
%{_libdir}/libclzma.so
|
||||
%{_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