summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-07-23 13:56:19 +0200
committerRemi Collet <remi@remirepo.net>2019-07-23 13:56:19 +0200
commitb055567dd1bc03c76aa58967639c0847d4db0af1 (patch)
treecdf3a2278b5ebf6540bd166e76f7e501251b79bb
parent2e7405ab15e3c07dc214d8d4fb791c510143f53d (diff)
rebuild for 7.4.0beta1
-rw-r--r--php-pinba.spec15
1 files changed, 11 insertions, 4 deletions
diff --git a/php-pinba.spec b/php-pinba.spec
index f27e333..42ea1e9 100644
--- a/php-pinba.spec
+++ b/php-pinba.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pinba
#
-# Copyright (c) 2017-2018 Remi Collet
+# Copyright (c) 2017-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -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.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;')}}
%else
-Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: LGPLv2+
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -54,9 +54,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
@@ -184,6 +188,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.1.1-5
+- rebuild for 7.4.0beta1
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.1.1-4
- rebuild for 7.3.0beta2 new ABI