From 07b29fe767f0a7f98b856fb02879ed595f9be1ac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 15:19:30 +0200 Subject: rebuild for 7.4.0beta1 --- php-zstd.spec | 7 +++++-- 1 file 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 - 0.7.3-3 +- rebuild for 7.4.0beta1 + * Fri May 31 2019 Remi Collet - 0.7.3-2 - rebuild using system libzstd, as 1.4.0 is now available -- cgit