diff options
-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 |