From b765d35a66de53a59dc30946558602517e9a74d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 15:08:01 +0200 Subject: rebuild for 7.4.0RC1 --- php-snappy.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/php-snappy.spec b/php-snappy.spec index 71ad7bf..622630f 100644 --- a/php-snappy.spec +++ b/php-snappy.spec @@ -28,9 +28,9 @@ Summary: Snappy Extension for PHP Name: %{?sub_prefix}php-snappy Version: 0.1.9 %if 0%{?gh_date:1} -Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.6.%{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: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif %if %{?with_libsnappy} License: PHP @@ -80,9 +80,13 @@ Obsoletes: php72u-%{pecl_name} <= %{version} Obsoletes: php72w-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-%{pecl_name} <= %{version} +Obsoletes: php73-%{pecl_name} <= %{version} Obsoletes: php73w-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.4" +Obsoletes: php74-%{pecl_name} <= %{version} +Obsoletes: php74w-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -223,6 +227,12 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet - 0.1.9-4 +- rebuild for 7.4.0RC1 + +* Thu Aug 16 2018 Remi Collet - 0.1.9-3 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet - 0.1.9-2 - rebuild for 7.3.0alpha4 new ABI -- cgit