forked from pool/lzma-sdk
Accepting request 602806 from Archiving
OBS-URL: https://build.opensuse.org/request/show/602806 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzma-sdk?expand=0&rev=5
This commit is contained in:
commit
4413663f65
@ -6,27 +6,11 @@ requires too much Windows or Windows-like APIs) as a library for use by
|
||||
other packages.
|
||||
|
||||
---
|
||||
C/Bcj2Enc.c | 2 ++
|
||||
C/Lzma2Enc.c | 4 ++--
|
||||
Makefile.am | 11 +++++++++++
|
||||
clzma.pc.in | 10 ++++++++++
|
||||
configure.ac | 6 ++++++
|
||||
5 files changed, 31 insertions(+), 2 deletions(-)
|
||||
3 files changed, 27 insertions(+), 0 deletions(-)
|
||||
|
||||
Index: 1/C/Bcj2Enc.c
|
||||
===================================================================
|
||||
--- 1.orig/C/Bcj2Enc.c
|
||||
+++ 1/C/Bcj2Enc.c
|
||||
@@ -12,7 +12,9 @@
|
||||
#define PRF(x)
|
||||
#endif
|
||||
|
||||
+#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
+#endif
|
||||
#include <string.h>
|
||||
|
||||
#include "Bcj2.h"
|
||||
Index: 1/Makefile.am
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 1 11:19:07 UTC 2018 - aloisio@gmx.com
|
||||
|
||||
- Update to version 18.05
|
||||
* The speed for LZMA/LZMA2 compressing was increased
|
||||
by 8% for fastest/fast compression levels and
|
||||
by 3% for normal/maximum compression levels.
|
||||
* The BUG was fixed in Lzma2Enc.c
|
||||
Lzma2Enc_Encode2() function worked incorretly,
|
||||
if (inStream == NULL) and the number of block threads is
|
||||
more than 1.
|
||||
|
||||
- Refreshed lzma-sdk-shlib.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 10 18:55:18 UTC 2018 - aloisio@gmx.com
|
||||
|
||||
|
@ -16,11 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define _sver 1803
|
||||
%define _sver 1805
|
||||
%define _maver 18
|
||||
%define _miver 03
|
||||
%define _miver 05
|
||||
Name: lzma-sdk
|
||||
Version: 18.03
|
||||
Version: 18.05
|
||||
Release: 0
|
||||
Summary: An implementation of LZMA compression
|
||||
# Actually the site says "Public Domain". See license file.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99394653023c4f4d62ef9d98557406d31aa60610e37537e97bba109018a02f02
|
||||
size 1051411
|
3
lzma1805.7z
Normal file
3
lzma1805.7z
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4ad382070d20edde117a8e544e7149ab6c84fdedd220aafe75454056a924732
|
||||
size 1073455
|
Loading…
Reference in New Issue
Block a user