Hello community, here is the log from the commit of package lzma-sdk for openSUSE:Factory checked in at 2018-05-01 23:41:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lzma-sdk (Old) and /work/SRC/openSUSE:Factory/.lzma-sdk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lzma-sdk" Tue May 1 23:41:34 2018 rev:5 rq:602806 version:18.05 Changes: -------- --- /work/SRC/openSUSE:Factory/lzma-sdk/lzma-sdk.changes 2018-03-12 12:11:53.575106223 +0100 +++ /work/SRC/openSUSE:Factory/.lzma-sdk.new/lzma-sdk.changes 2018-05-01 23:41:40.825133025 +0200 @@ -1,0 +2,14 @@ +Tue May 1 11:19:07 UTC 2018 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- lzma1803.7z New: ---- lzma1805.7z ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lzma-sdk.spec ++++++ --- /var/tmp/diff_new_pack.7M2Viw/_old 2018-05-01 23:41:45.452964662 +0200 +++ /var/tmp/diff_new_pack.7M2Viw/_new 2018-05-01 23:41:45.456964517 +0200 @@ -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. ++++++ lzma-sdk-shlib.patch ++++++ --- /var/tmp/diff_new_pack.7M2Viw/_old 2018-05-01 23:41:45.496963061 +0200 +++ /var/tmp/diff_new_pack.7M2Viw/_new 2018-05-01 23:41:45.496963061 +0200 @@ -6,27 +6,11 @@ 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
