[packages/zstd] - updated to 1.4.0 - updated noquiet patch
qboosh
qboosh at pld-linux.org
Sun Apr 28 09:02:33 CEST 2019
commit 86f2100ef43618a7e4e67391e9890f16bb26e514
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Apr 28 09:02:46 2019 +0200
- updated to 1.4.0
- updated noquiet patch
zstd-noquiet.patch | 9 ---------
zstd.spec | 4 ++--
2 files changed, 2 insertions(+), 11 deletions(-)
---
diff --git a/zstd.spec b/zstd.spec
index d494a4f..fdf481c 100644
--- a/zstd.spec
+++ b/zstd.spec
@@ -1,13 +1,13 @@
Summary: Zstandard - fast lossless compression algorithm
Summary(pl.UTF-8): Zstandard - szybki, bezstratny algorytm kompresji
Name: zstd
-Version: 1.3.8
+Version: 1.4.0
Release: 1
License: BSD
Group: Libraries
#Source0Download: https://github.com/facebook/zstd/releases
Source0: https://github.com/facebook/zstd/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 0e85b062003729776c6114cd9632cf75
+# Source0-md5: 340c837db48354f8d5eafe74c6077120
Patch0: %{name}-noquiet.patch
URL: https://github.com/facebook/zstd
BuildRequires: gcc >= 5:3.2
diff --git a/zstd-noquiet.patch b/zstd-noquiet.patch
index 9dd94fe..93b5c5b 100644
--- a/zstd-noquiet.patch
+++ b/zstd-noquiet.patch
@@ -9,15 +9,6 @@
libzstd.a-mt: CPPFLAGS += -DZSTD_MULTITHREAD
libzstd.a-mt: libzstd.a
-@@ -116,7 +116,7 @@
- LIBZSTD = dll\libzstd.dll
- $(LIBZSTD): $(ZSTD_FILES)
- @echo compiling dynamic library $(LIBVER)
-- @$(CC) $(FLAGS) -DZSTD_DLL_EXPORT=1 -shared $^ -o $@
-+ $(CC) $(FLAGS) -DZSTD_DLL_EXPORT=1 -shared $^ -o $@
- dlltool -D $@ -d dll\libzstd.def -l dll\libzstd.lib
-
- else
@@ -125,10 +125,10 @@
$(LIBZSTD): LDFLAGS += -shared -fPIC -fvisibility=hidden
$(LIBZSTD): $(ZSTD_FILES)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/zstd.git/commitdiff/86f2100ef43618a7e4e67391e9890f16bb26e514
More information about the pld-cvs-commit
mailing list