From 6107f243af830d431fa5b06bad11e172eff4cdbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 15 Jan 2020 12:18:22 +0100 Subject: [PATCH] - up to 1.4.4 --- zstd-noquiet.patch | 6 +++--- zstd.spec | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zstd-noquiet.patch b/zstd-noquiet.patch index 93b5c5b..ef036cb 100644 --- a/zstd-noquiet.patch +++ b/zstd-noquiet.patch @@ -42,15 +42,15 @@ @echo Cleaning library completed #----------------------------------------------------------------------------- -@@ -199,7 +199,7 @@ +@@ -203,7 +203,7 @@ INSTALL_DATA ?= $(INSTALL) -m 644 libzstd.pc: libzstd.pc: libzstd.pc.in @echo creating pkgconfig - @sed -e 's|@PREFIX@|$(PREFIX)|' \ + sed -e 's|@PREFIX@|$(PREFIX)|' \ - -e 's|@LIBDIR@|$(LIBDIR)|' \ - -e 's|@INCLUDEDIR@|$(INCLUDEDIR)|' \ -e 's|@VERSION@|$(VERSION)|' \ + $< >$@ + @@ -209,39 +209,39 @@ @echo zstd static and shared library installed diff --git a/zstd.spec b/zstd.spec index 94fdbfb..d607c85 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.4.3 +Version: 1.4.4 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: dd73dd3b6e5efd8946e6c5e7fe7cb1d2 +# Source0-md5: 532aa7b3a873e144bbbedd9c0ea87694 Patch0: %{name}-noquiet.patch URL: https://github.com/facebook/zstd BuildRequires: gcc >= 5:3.2 -- 2.44.0