From 655f9a906852603ed9df39009548c8a0cf73f07e06514003d9dbdab9e6228084 Mon Sep 17 00:00:00 2001
From: Martin Pluskal <mpluskal@suse.com>
Date: Mon, 22 Jul 2019 11:15:50 +0000
Subject: [PATCH] Accepting request 717540 from
 home:pluskalm:branches:Archiving

Update to 1.4.1

OBS-URL: https://build.opensuse.org/request/show/717540
OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=37
---
 zstd-1.4.0.tar.gz |  3 ---
 zstd-1.4.1.tar.gz |  3 +++
 zstd.changes      | 33 +++++++++++++++++++++++++++++++++
 zstd.spec         |  2 +-
 4 files changed, 37 insertions(+), 4 deletions(-)
 delete mode 100644 zstd-1.4.0.tar.gz
 create mode 100644 zstd-1.4.1.tar.gz

diff --git a/zstd-1.4.0.tar.gz b/zstd-1.4.0.tar.gz
deleted file mode 100644
index fad39ef..0000000
--- a/zstd-1.4.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7f323f0e0c18488748f3d9b2d4353f00e904ea2ccd0372ea04d7f77aa1156557
-size 1886068
diff --git a/zstd-1.4.1.tar.gz b/zstd-1.4.1.tar.gz
new file mode 100644
index 0000000..e6666ad
--- /dev/null
+++ b/zstd-1.4.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:535020867eb3af61fbadfcb402335af7f52dfe44f081ccfa201e961f01751aa0
+size 1895842
diff --git a/zstd.changes b/zstd.changes
index b29b91f..3c37042 100644
--- a/zstd.changes
+++ b/zstd.changes
@@ -1,3 +1,36 @@
+-------------------------------------------------------------------
+Mon Jul 22 10:58:28 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
+
+- Update to version 1.4.1:
+  * bug: Fix data corruption in niche use cases by @terrelln (#1659)
+  * bug: Fuzz legacy modes, fix uncovered bugs by @terrelln (#1593, #1594, #1595)
+  * bug: Fix out of bounds read by @terrelln (#1590)
+  * perf: Improve decode speed by ~7% @mgrice (#1668)
+  * perf: Slightly improved compression ratio of level 3 and 4 (ZSTD_dfast) by @cyan4973 (#1681)
+  * perf: Slightly faster compression speed when re-using a context by @cyan4973 (#1658)
+  * perf: Improve compression ratio for small windowLog by @cyan4973 (#1624)
+  * perf: Faster compression speed in high compression mode for repetitive data by @terrelln (#1635)
+  * api: Add parameter to generate smaller dictionaries by @tyler-tran (#1656)
+  * cli: Recognize symlinks when built in C99 mode by @felixhandte (#1640)
+  * cli: Expose cpu load indicator for each file on -vv mode by @ephiepark (#1631)
+  * cli: Restrict read permissions on destination files by @chungy (#1644)
+  * cli: zstdgrep: handle -f flag by @felixhandte (#1618)
+  * cli: zstdcat: follow symlinks by @vejnar (#1604)
+  * doc: Remove extra size limit on compressed blocks by @felixhandte (#1689)
+  * doc: Fix typo by @yk-tanigawa (#1633)
+  * doc: Improve documentation on streaming buffer sizes by @cyan4973 (#1629)
+  * build: CMake: support building with LZ4 @leeyoung624 (#1626)
+  * build: CMake: install zstdless and zstdgrep by @leeyoung624 (#1647)
+  * build: CMake: respect existing uninstall target by @j301scott (#1619)
+  * build: Make: skip multithread tests when built without support by @michaelforney (#1620)
+  * build: Make: Fix examples/ test target by @sjnam (#1603)
+  * build: Meson: rename options out of deprecated namespace by @lzutao (#1665)
+  * build: Meson: fix build by @lzutao (#1602)
+  * build: Visual Studio: don't export symbols in static lib by @scharan (#1650)
+  * build: Visual Studio: fix linking by @absotively (#1639)
+  * build: Fix MinGW-W64 build by @myzhang1029 (#1600)
+  * misc: Expand decodecorpus coverage by @ephiepark (#1664)
+
 -------------------------------------------------------------------
 Thu Jul 11 08:17:23 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
 
diff --git a/zstd.spec b/zstd.spec
index 59b4b8b..7d65f51 100644
--- a/zstd.spec
+++ b/zstd.spec
@@ -19,7 +19,7 @@
 %define major 1
 %define libname lib%{name}%{major}
 Name:           zstd
-Version:        %{major}.4.0
+Version:        %{major}.4.1
 Release:        0
 Summary:        Zstandard compression tools
 License:        BSD-3-Clause AND GPL-2.0-only