SHA256
1
0
forked from pool/lzma-sdk
Dominique Leuenberger 2018-05-01 21:41:34 +00:00 committed by Git OBS Bridge
commit 4413663f65
5 changed files with 21 additions and 23 deletions

View File

@ -6,27 +6,11 @@ requires too much Windows or Windows-like APIs) as a library for use by
other packages. other packages.
--- ---
C/Bcj2Enc.c | 2 ++
C/Lzma2Enc.c | 4 ++--
Makefile.am | 11 +++++++++++ Makefile.am | 11 +++++++++++
clzma.pc.in | 10 ++++++++++ clzma.pc.in | 10 ++++++++++
configure.ac | 6 ++++++ 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 Index: 1/Makefile.am
=================================================================== ===================================================================
--- /dev/null --- /dev/null

View File

@ -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 Sat Mar 10 18:55:18 UTC 2018 - aloisio@gmx.com

View File

@ -16,11 +16,11 @@
# #
%define _sver 1803 %define _sver 1805
%define _maver 18 %define _maver 18
%define _miver 03 %define _miver 05
Name: lzma-sdk Name: lzma-sdk
Version: 18.03 Version: 18.05
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.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99394653023c4f4d62ef9d98557406d31aa60610e37537e97bba109018a02f02
size 1051411

3
lzma1805.7z Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4ad382070d20edde117a8e544e7149ab6c84fdedd220aafe75454056a924732
size 1073455