diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:34:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:34:53 +0200 |
commit | 2e7405ab15e3c07dc214d8d4fb791c510143f53d (patch) | |
tree | 35b09dea4aa3e94cd4d2d5f3bb6c83a4e6f82280 | |
parent | 95941569a007e1764383b61cb11ac39cc4fb63f0 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pinba.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pinba.spec b/php-pinba.spec index e7b1620..f27e333 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.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %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;')}} %endif License: LGPLv2+ URL: https://github.com/%{gh_owner}/%{gh_project} @@ -184,6 +184,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.1.1-4 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.1.1-3 - rebuild for 7.3.0alpha4 new ABI |