SHA256
1
0
forked from pool/lzma-sdk

Accepting request 585341 from home:alois:branches:Archiving

- Update to version 18.03
  * Asm\x86\LzmaDecOpt.asm: new optimized LZMA decoder written in
    asm for x64 with about 30% higher speed than main version of
    LZMA decoder written in C.
  * The speed for single-thread LZMA/LZMA2 decoder written in C
    was increased by 3%.
- Refreshed lzma-sdk-shlib.patch

OBS-URL: https://build.opensuse.org/request/show/585341
OBS-URL: https://build.opensuse.org/package/show/Archiving/lzma-sdk?expand=0&rev=10
This commit is contained in:
Luigi Baldoni 2018-03-10 19:13:07 +00:00 committed by Git OBS Bridge
parent 03284879c4
commit ef6c3ad0c8
5 changed files with 18 additions and 23 deletions

View File

@ -27,23 +27,6 @@ Index: 1/C/Bcj2Enc.c
#include <string.h> #include <string.h>
#include "Bcj2.h" #include "Bcj2.h"
Index: 1/C/Lzma2Enc.c
===================================================================
--- 1.orig/C/Lzma2Enc.c
+++ 1/C/Lzma2Enc.c
@@ -720,10 +720,10 @@ SRes Lzma2Enc_Encode2(CLzma2EncHandle pp
CLzma2Enc *p = (CLzma2Enc *)pp;
if (inStream && inData)
- return E_INVALIDARG;
+ return SZ_ERROR_PARAM;
if (outStream && outBuf)
- return E_INVALIDARG;
+ return SZ_ERROR_PARAM;
{
unsigned i;
Index: 1/Makefile.am Index: 1/Makefile.am
=================================================================== ===================================================================
--- /dev/null --- /dev/null

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Mar 10 18:55:18 UTC 2018 - aloisio@gmx.com
- Update to version 18.03
* Asm\x86\LzmaDecOpt.asm: new optimized LZMA decoder written in
asm for x64 with about 30% higher speed than main version of
LZMA decoder written in C.
* The speed for single-thread LZMA/LZMA2 decoder written in C
was increased by 3%.
- Refreshed lzma-sdk-shlib.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jan 29 20:45:47 UTC 2018 - aloisio@gmx.com Mon Jan 29 20:45:47 UTC 2018 - aloisio@gmx.com

View File

@ -16,11 +16,11 @@
# #
%define _sver 1801 %define _sver 1803
%define _maver 18 %define _maver 18
%define _miver 01 %define _miver 03
Name: lzma-sdk Name: lzma-sdk
Version: 18.01 Version: 18.03
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:630f2534f73633011d60c6724cd8c1b3e549edd844dc09f54aae358d64089802
size 1007853

3
lzma1803.7z Normal file
View File

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