summaryrefslogtreecommitdiffstats
path: root/php-zephir-parser.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-06-04 07:34:11 +0200
committerRemi Collet <remi@php.net>2024-06-04 07:34:11 +0200
commit7f0904dd39a992f2a8ef2f3c8b105a939b3cbb04 (patch)
treed6cf0c64a3212e08c106cc8bf54626d8e36ab159 /php-zephir-parser.spec
parent4551fcdc4eb8318d481546f904fde6144a247910 (diff)
update to 1.6.1 (no change)HEADmaster
Diffstat (limited to 'php-zephir-parser.spec')
-rw-r--r--php-zephir-parser.spec9
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