summaryrefslogtreecommitdiffstats
path: root/php-zstd.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-20 14:18:09 +0100
committerRemi Collet <remi@remirepo.net>2019-12-20 14:18:09 +0100
commit2d7bec306202adb917a6a2627bf3296c2ca65e7d (patch)
tree03ab2b713d9191230748ded21d585e578bee57b9 /php-zstd.spec
parent1db85a17224bb7a030f334dd6e1430d69206cf65 (diff)
update to 0.7.5 with bundled libzstd 1.4.4
Diffstat (limited to 'php-zstd.spec')
-rw-r--r--php-zstd.spec11
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 0.7.5-1
+- update to 0.7.5 with bundled libzstd 1.4.4
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.7.4-2
- rebuild for 7.4.0RC1