summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-17 17:35:42 +0200
committerRemi Collet <remi@remirepo.net>2018-07-17 17:35:42 +0200
commita74376dd621629facf6cc96fee779101eb9e3e0e (patch)
treef9f89e1c89086314aeb296720fefe7ec6bddd03e
parentaca8c02683af36e391c701f4109048f01f4338b5 (diff)
rebuld for 7.3.0alpha4 new ABI
-rw-r--r--php-componere.spec13
1 files changed, 11 insertions, 2 deletions
diff --git a/php-componere.spec b/php-componere.spec
index b60448e..9e83d96 100644
--- a/php-componere.spec
+++ b/php-componere.spec
@@ -25,9 +25,9 @@ Summary: Composing PHP classes at runtime
Name: %{?scl_prefix}php-componere
Version: 2.1.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: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: PHP
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -71,6 +71,12 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.3"
+Obsoletes: php73u-%{pecl_name} <= %{version}
+Obsoletes: php73u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php73w-%{pecl_name} <= %{version}
+Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
@@ -212,6 +218,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 2.1.3-2
+- rebuld for 7.3.0alpha4 new ABI
+
* Wed Mar 14 2018 Remi Collet <remi@remirepo.net> - 2.1.3-1
- update to 2.1.3
- sources from pecl