From 95888d5d80cdfe7234a47b303898d4019332004e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 May 2019 15:37:57 +0200 Subject: rebuild --- php-pecl-propro.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/php-pecl-propro.spec b/php-pecl-propro.spec index e6d2e92..cab7ab7 100644 --- a/php-pecl-propro.spec +++ b/php-pecl-propro.spec @@ -32,10 +32,10 @@ Summary: Property proxy Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.1.0 %if 0%{?ghdate} -Release: 0.5.%{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;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 3%{?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;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: BSD @@ -79,9 +79,13 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73-pecl-%{pecl_name} <= %{version} Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.4" +Obsoletes: php74-pecl-%{pecl_name} <= %{version} +Obsoletes: php74w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -259,6 +263,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed May 29 2019 Remi Collet - 2.1.0-4 +- rebuild + * Thu Aug 16 2018 Remi Collet - 2.1.0-3 - rebuild for 7.3.0beta2 new ABI -- cgit