From 2d7bec306202adb917a6a2627bf3296c2ca65e7d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Dec 2019 14:18:09 +0100 Subject: update to 0.7.5 with bundled libzstd 1.4.4 --- php-zstd.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-zstd.spec') diff --git a/php-zstd.spec b/php-zstd.spec index ef1b384..f0f73be 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -22,9 +22,9 @@ %else %global with_libzstd 0 %endif -%global zstdver 1.4.3 +%global zstdver 1.4.4 -%global gh_commit 43a3b41081a3ecf50c6e2ac7bbee9d388de8c1b8 +%global gh_commit b4abc3d75257586841bee4067bcc0ec5343f0220 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner kjdev %global gh_project php-ext-zstd @@ -36,11 +36,11 @@ Summary: Zstd Extension for PHP Name: %{?sub_prefix}php-%{pecl_name} -Version: 0.7.4 +Version: 0.7.5 %if 0%{?gh_date:1} Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif %if %{?with_libzstd} License: MIT @@ -247,6 +247,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Fri Dec 20 2019 Remi Collet - 0.7.5-1 +- update to 0.7.5 with bundled libzstd 1.4.4 + * Tue Sep 03 2019 Remi Collet - 0.7.4-2 - rebuild for 7.4.0RC1 -- cgit