Hello community,

here is the log from the commit of package zstd for openSUSE:Factory checked in 
at 2018-11-06 14:04:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zstd (Old)
 and      /work/SRC/openSUSE:Factory/.zstd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zstd"

Tue Nov  6 14:04:49 2018 rev:9 rq:644210 version:1.3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/zstd/zstd.changes        2018-07-04 
23:54:53.543907914 +0200
+++ /work/SRC/openSUSE:Factory/.zstd.new/zstd.changes   2018-11-06 
14:04:55.271411137 +0100
@@ -1,0 +2,17 @@
+Wed Oct 24 08:29:38 UTC 2018 - [email protected]
+
+- zstd 1.3.7:
+  * fix ratio for dictionary compression at levels 9 and 10
+  * add man pages for zstdless and zstdgrep
+- includes changes from zstd 1.3.6:
+  * faster dictionary builder, also the new default for --train
+  * previous (slower, slightly higher quality) dictionary builder
+    to be selected via --train-cover
+  * Faster dictionary decompression and compression under memory
+    limits with many dictionaries used simultaneously
+  * New command --adapt for compressed network piping of data
+    adjusted to the perceived network conditions
+- drop zstd-1.3.5-fix-list-stdin.patch, upstream
+- switch from git tag snaphshot to bootstrapped tarball
+
+-------------------------------------------------------------------

Old:
----
  zstd-1.3.5-fix-list-stdin.patch
  zstd-1.3.5.tar.gz

New:
----
  zstd-1.3.7.tar.gz

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

Other differences:
------------------
++++++ zstd.spec ++++++
--- /var/tmp/diff_new_pack.17MHGv/_old  2018-11-06 14:04:55.895410322 +0100
+++ /var/tmp/diff_new_pack.17MHGv/_new  2018-11-06 14:04:55.899410317 +0100
@@ -19,16 +19,15 @@
 %define major 1
 %define libname lib%{name}%{major}
 Name:           zstd
-Version:        %{major}.3.5
+Version:        %{major}.3.7
 Release:        0
 Summary:        Zstandard compression tools
 License:        BSD-3-Clause AND GPL-2.0-only
 Group:          Productivity/Archiving/Compression
 URL:            https://github.com/facebook/zstd
-Source0:        
https://github.com/facebook/zstd/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        
https://github.com/facebook/zstd/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Patch1:         pzstd.1.patch
 Patch2:         pzstd-global-gtest.patch
-Patch3:         zstd-1.3.5-fix-list-stdin.patch
 BuildRequires:  gcc
 # C++ is needed for pzstd only
 BuildRequires:  gcc-c++
@@ -83,7 +82,6 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 export CFLAGS="%{optflags}"
@@ -104,34 +102,23 @@
 install -D -m644 programs/zstd.1 %{buildroot}%{_mandir}/man1/pzstd.1
 
 %files
-%doc NEWS README.md
-%{_bindir}/zstd
-%{_bindir}/zstdcat
-%{_bindir}/zstdgrep
-%{_bindir}/zstdless
-%{_bindir}/zstdmt
-%{_bindir}/unzstd
-%{_bindir}/pzstd
-%{_mandir}/man1/zstd.1%{?ext_man}
-%{_mandir}/man1/unzstd.1%{?ext_man}
-%{_mandir}/man1/zstdcat.1%{?ext_man}
-%{_mandir}/man1/pzstd.1%{?ext_man}
 %license COPYING LICENSE
+%doc NEWS README.md
+%{_bindir}/*
+%{_mandir}/man1/*.1%{?ext_man}
 
 %files -n %{libname}
-%{_libdir}/libzstd.so.*
 %license COPYING LICENSE
+%{_libdir}/libzstd.so.*
 
 %files -n lib%{name}-devel
 %license COPYING LICENSE
-%{_includedir}/zbuff.h
-%{_includedir}/zdict.h
-%{_includedir}/zstd.h
-%{_includedir}/zstd_errors.h
+%{_includedir}/*.h
 %{_libdir}/pkgconfig/libzstd.pc
 %{_libdir}/libzstd.so
 
 %files -n lib%{name}-devel-static
+%license COPYING LICENSE
 %{_libdir}/libzstd.a
 
 %post -n %{libname} -p /sbin/ldconfig

++++++ zstd-1.3.5.tar.gz -> zstd-1.3.7.tar.gz ++++++
++++ 22531 lines of diff (skipped)


Reply via email to