diff options
-rw-r--r-- | php-componere.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-componere.spec b/php-componere.spec index b8c67ab..b1bd584 100644 --- a/php-componere.spec +++ b/php-componere.spec @@ -19,7 +19,7 @@ Summary: Composing PHP classes at runtime Name: %{?scl_prefix}php-componere Version: 3.1.0 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://github.com/%{gh_owner}/%{gh_project} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -201,6 +201,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 3.1.0-2 +- rebuild for 7.4.0beta1 + * Thu May 30 2019 Remi Collet <remi@remirepo.net> - 3.1.0-1 - update to 3.1.0 |