diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 08:09:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 08:09:31 +0200 |
commit | da26f242b167029e5fcdb37a3be74b88a453053e (patch) | |
tree | 2c194e0cce16cd5667483884fc7140a374176b63 | |
parent | a74376dd621629facf6cc96fee779101eb9e3e0e (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-componere.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-componere.spec b/php-componere.spec index 9e83d96..216901c 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: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{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: PHP URL: https://github.com/%{gh_owner}/%{gh_project} @@ -218,6 +218,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.1.3-3 +- rebuild for 7.3.0beta2 new ABI + * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 2.1.3-2 - rebuld for 7.3.0alpha4 new ABI |