Hello community, here is the log from the commit of package lzma-sdk for openSUSE:Factory checked in at 2018-03-12 12:11:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lzma-sdk (Old) and /work/SRC/openSUSE:Factory/.lzma-sdk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lzma-sdk" Mon Mar 12 12:11:51 2018 rev:4 rq:585342 version:18.03 Changes: -------- --- /work/SRC/openSUSE:Factory/lzma-sdk/lzma-sdk.changes 2018-01-30 15:45:13.108322644 +0100 +++ /work/SRC/openSUSE:Factory/.lzma-sdk.new/lzma-sdk.changes 2018-03-12 12:11:53.575106223 +0100 @@ -1,0 +2,12 @@ +Sat Mar 10 18:55:18 UTC 2018 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- lzma1801.7z New: ---- lzma1803.7z ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lzma-sdk.spec ++++++ --- /var/tmp/diff_new_pack.fMMbrN/_old 2018-03-12 12:11:55.243046718 +0100 +++ /var/tmp/diff_new_pack.fMMbrN/_new 2018-03-12 12:11:55.267045861 +0100 @@ -16,11 +16,11 @@ # -%define _sver 1801 +%define _sver 1803 %define _maver 18 -%define _miver 01 +%define _miver 03 Name: lzma-sdk -Version: 18.01 +Version: 18.03 Release: 0 Summary: An implementation of LZMA compression # Actually the site says "Public Domain". See license file. ++++++ lzma-sdk-shlib.patch ++++++ --- /var/tmp/diff_new_pack.fMMbrN/_old 2018-03-12 12:11:55.399041151 +0100 +++ /var/tmp/diff_new_pack.fMMbrN/_new 2018-03-12 12:11:55.399041151 +0100 @@ -27,23 +27,6 @@ #include <string.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 =================================================================== --- /dev/null
