summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-03 15:14:46 +0200
committerRemi Collet <remi@remirepo.net>2019-09-03 15:14:46 +0200
commit1db85a17224bb7a030f334dd6e1430d69206cf65 (patch)
tree11b4f6fd9e7e3bdf9d773e422207b7efe42b966c
parent0d8b463999ab742c1ab2af4f659f098f73eeec52 (diff)
rebuild for 7.4.0RC1
-rw-r--r--php-zstd.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zstd.spec b/php-zstd.spec
index dd0671a..ef1b384 100644
--- a/php-zstd.spec
+++ b/php-zstd.spec
@@ -38,9 +38,9 @@ Summary: Zstd Extension for PHP
Name: %{?sub_prefix}php-%{pecl_name}
Version: 0.7.4
%if 0%{?gh_date:1}
-Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?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
+* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.7.4-2
+- rebuild for 7.4.0RC1
+
* Tue Aug 27 2019 Remi Collet <remi@remirepo.net> - 0.7.4-1
- update to 0.7.4 with bundled libzstd 1.4.3
- drop patch merged upstream