diff options
Diffstat (limited to 'php-pecl-molten.spec')
-rw-r--r-- | php-pecl-molten.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-molten.spec b/php-pecl-molten.spec index 57d7ee6..c61b6c2 100644 --- a/php-pecl-molten.spec +++ b/php-pecl-molten.spec @@ -28,7 +28,7 @@ Summary: Extension for application tracing Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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;')}} License: ASL 2.0 Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -85,6 +85,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} 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: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -296,6 +300,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.1.2~beta-4 +- rebuild for 7.3.0alpha4 new ABI + * Thu Jun 28 2018 Remi Collet <remi@remirepo.net> - 0.1.2~beta-3 - cleanup |