From f32d840b0201b6222e57dee8fdde9cc3f266c56d31c101268b38459315bc6d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 21 Aug 2017 13:48:32 +0000 Subject: [PATCH] - Update to v1.3.1 * License is now BSD + GPL-2.0 * See https://github.com/facebook/zstd/releases for the complete changelog. OBS-URL: https://build.opensuse.org/package/show/Archiving/zstd?expand=0&rev=7 --- zstd-1.1.4.tar.gz | 3 --- zstd-1.3.1.tar.gz | 3 +++ zstd.changes | 8 ++++++++ zstd.spec | 10 ++++++---- 4 files changed, 17 insertions(+), 7 deletions(-) delete mode 100644 zstd-1.1.4.tar.gz create mode 100644 zstd-1.3.1.tar.gz diff --git a/zstd-1.1.4.tar.gz b/zstd-1.1.4.tar.gz deleted file mode 100644 index 8c7cd9f..0000000 --- a/zstd-1.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6aae2b586e359344cb8ecfe6917a407dc7e01b5d7d7388559714de37900fb9fb -size 923381 diff --git a/zstd-1.3.1.tar.gz b/zstd-1.3.1.tar.gz new file mode 100644 index 0000000..f46a9f5 --- /dev/null +++ b/zstd-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312fb9dc75668addbc9c8f33c7fa198b0fc965c576386b8451397e06256eadc6 +size 1513767 diff --git a/zstd.changes b/zstd.changes index f9feadc..4ad5b02 100644 --- a/zstd.changes +++ b/zstd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Aug 21 13:34:50 UTC 2017 - idonmez@suse.com + +- Update to v1.3.1 + * License is now BSD + GPL-2.0 + * See https://github.com/facebook/zstd/releases for the + complete changelog. + ------------------------------------------------------------------- Mon Mar 27 14:04:29 UTC 2017 - idonmez@suse.com diff --git a/zstd.spec b/zstd.spec index 6ec351a..ecbd879 100644 --- a/zstd.spec +++ b/zstd.spec @@ -19,10 +19,10 @@ %define major 1 %define libname lib%{name}%{major} Name: zstd -Version: %{major}.1.4 +Version: %{major}.3.1 Release: 0 Summary: Zstandard compression tools -License: BSD-3-Clause and MIT +License: BSD-3-Clause and GPL-2.0 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 @@ -85,19 +85,21 @@ rm %{buildroot}/%{_libdir}/libzstd.a %{_bindir}/zstdcat %{_bindir}/zstdgrep %{_bindir}/zstdless +%{_bindir}/zstdmt %{_bindir}/unzstd %{_mandir}/man1/zstd.1* %{_mandir}/man1/unzstd.1* %{_mandir}/man1/zstdcat.1* -%doc LICENSE PATENTS +%doc COPYING LICENSE %files -n %{libname} %defattr(-,root,root,-) %{_libdir}/libzstd.so.* -%doc LICENSE PATENTS +%doc COPYING LICENSE %files -n lib%{name}-devel %defattr(-,root,root,-) +%doc COPYING LICENSE %{_includedir}/zbuff.h %{_includedir}/zdict.h %{_includedir}/zstd.h