summaryrefslogtreecommitdiffstats
path: root/php-zstd.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zstd.spec')
-rw-r--r--php-zstd.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zstd.spec b/php-zstd.spec
index a834555..6f09d81 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.3
%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: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?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 Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.7.3-3
+- rebuild for 7.4.0beta1
+
* Fri May 31 2019 Remi Collet <remi@remirepo.net> - 0.7.3-2
- rebuild using system libzstd, as 1.4.0 is now available