diff options
Diffstat (limited to 'php-zephir-parser.spec')
-rw-r--r-- | php-zephir-parser.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec index 557e537..346fcc1 100644 --- a/php-zephir-parser.spec +++ b/php-zephir-parser.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-zephir-parser # -# Copyright (c) 2016-2023 Remi Collet +# Copyright (c) 2016-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -25,8 +25,8 @@ %global _configure ../%{sources}/configure Name: %{?scl_prefix}%{gh_project} -Version: 1.6.0 -Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.6.1 +Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Zephir code parser License: MIT @@ -213,6 +213,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jun 4 2024 Remi Collet <remi@remirepo.net> - 1.6.1-1 +- update to 1.6.1 (no change) + * Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.6.0-2 - rebuild for PHP 8.3.0RC1 |