diff options
Diffstat (limited to 'php-zephir-parser.spec')
-rw-r--r-- | php-zephir-parser.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 56a0dfd..5b3b19a 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -21,7 +21,7 @@ Name: %{?scl_prefix}%{gh_project} Version: 1.3.1 -Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Zephir parser extension License: MIT @@ -114,6 +114,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.3.1-2 +- rebuild for 7.4.0RC1 + * Thu May 2 2019 Remi Collet <remi@remirepo.net> - 1.3.1-1 - update to 1.3.1 |