Hello community,

here is the log from the commit of package lz4 for openSUSE:Factory checked in 
at 2019-06-22 11:21:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lz4 (Old)
 and      /work/SRC/openSUSE:Factory/.lz4.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lz4"

Sat Jun 22 11:21:29 2019 rev:14 rq:710139 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/lz4/lz4.changes  2018-10-25 08:11:02.128239364 
+0200
+++ /work/SRC/openSUSE:Factory/.lz4.new.4615/lz4.changes        2019-06-22 
11:21:29.241213048 +0200
@@ -1,0 +2,9 @@
+Thu Jun  6 18:26:39 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to new upstream release 1.9.1
+  * Decompression speed was improved by about 12% (x86/x64).
+  * New option `lz4 --list` to inspect the block type, checksum
+    information, compressed and decompressed sizes (if present). The
+    command is limited to single-frame files for the time being.
+
+-------------------------------------------------------------------

Old:
----
  lz4-1.8.3.tar.gz

New:
----
  lz4-1.9.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lz4.spec ++++++
--- /var/tmp/diff_new_pack.1xtgQF/_old  2019-06-22 11:21:29.861213729 +0200
+++ /var/tmp/diff_new_pack.1xtgQF/_new  2019-06-22 11:21:29.865213734 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lz4
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname  liblz4-1
 Name:           lz4
-Version:        1.8.3
+Version:        1.9.1
 Release:        0
 Summary:        Hash-based Predictive Lempel–Ziv compressor
 License:        GPL-2.0-or-later AND BSD-2-Clause
@@ -26,7 +26,7 @@
 Url:            https://lz4.github.io/lz4/
 
 #Git-Clone:    https://github.com/lz4/lz4
-Source:         
https://github.com/lz4/lz4/archive/v%version.tar.gz#/%{name}-%{version}.tar.gz
+Source:         
https://github.com/lz4/lz4/archive/v%version.tar.gz#/%name-%version.tar.gz
 Source99:       baselibs.conf
 Patch2:         lz-export.diff
 BuildRequires:  pkgconfig

++++++ lz-export.diff ++++++
--- /var/tmp/diff_new_pack.1xtgQF/_old  2019-06-22 11:21:29.893213765 +0200
+++ /var/tmp/diff_new_pack.1xtgQF/_new  2019-06-22 11:21:29.893213765 +0200
@@ -6,16 +6,16 @@
  lib/xxhash.h |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: lz4-1.8.0/lib/xxhash.h
+Index: lz4-1.9.1/lib/xxhash.h
 ===================================================================
---- lz4-1.8.0.orig/lib/xxhash.h
-+++ lz4-1.8.0/lib/xxhash.h
-@@ -105,7 +105,7 @@ typedef enum { XXH_OK=0, XXH_ERROR } XXH
- #    define XXH_PUBLIC_API static   /* this version may generate warnings for 
unused static functions; disable the relevant warning */
+--- lz4-1.9.1.orig/lib/xxhash.h
++++ lz4-1.9.1/lib/xxhash.h
+@@ -107,7 +107,7 @@ typedef enum { XXH_OK=0, XXH_ERROR } XXH
+ #    define XXH_PUBLIC_API static
  #  endif
  #else
 -#  define XXH_PUBLIC_API   /* do nothing */
-+#  define XXH_PUBLIC_API __attribute__((visibility("default")))  /* do 
nothing */
- #endif /* XXH_PRIVATE_API */
++#  define XXH_PUBLIC_API __attribute__((visibility("default"))) /* do nothing 
*/
+ #endif /* XXH_INLINE_ALL || XXH_PRIVATE_API */
  
- /*!XXH_NAMESPACE, aka Namespace Emulation :
+ /*! XXH_NAMESPACE, aka Namespace Emulation :

++++++ lz4-1.8.3.tar.gz -> lz4-1.9.1.tar.gz ++++++
++++ 12563 lines of diff (skipped)


Reply via email to