summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-18 09:11:37 +0200
committerRemi Collet <remi@remirepo.net>2018-07-18 09:11:37 +0200
commit95941569a007e1764383b61cb11ac39cc4fb63f0 (patch)
tree60c90acaa78b232452adedef1f16167933d1d363
parent1fe91f9c6435be0e972eb2201e2c60dd7cd51d61 (diff)
rebuild for 7.3.0alpha4 new ABI
-rw-r--r--php-pinba.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pinba.spec b/php-pinba.spec
index 299268c..e7b1620 100644
--- a/php-pinba.spec
+++ b/php-pinba.spec
@@ -24,9 +24,9 @@ Summary: Client extension for Pinba statistics server
Name: %{?scl_prefix}php-pinba
Version: 1.1.1
%if 0%{?gh_date:1}
-Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.4.%{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
License: LGPLv2+
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -53,6 +53,10 @@ Obsoletes: php71w-%{pecl_name} <= %{version}
Obsoletes: php72u-%{pecl_name} <= %{version}
Obsoletes: php72w-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.3"
+Obsoletes: php73u-%{pecl_name} <= %{version}
+Obsoletes: php73w-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -180,6 +184,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.1.1-3
+- rebuild for 7.3.0alpha4 new ABI
+
* Thu Jun 28 2018 Remi Collet <remi@remirepo.net> - 1.1.1-2
- add upstream patch for PHP 7.3