summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-06 10:28:53 +0200
committerRemi Collet <remi@remirepo.net>2021-09-06 10:28:53 +0200
commit43410323f6659a746a08e6c646634a1fba4a1d36 (patch)
treeb217c2224902874e8c13a4e7be839419ceb5cd05
parent66a299a651762971e8663d8198bf54ba90fc4d5a (diff)
update to 1.3.7
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-zephir-parser.spec9
3 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index e200096..a71bdae 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -5,5 +5,5 @@ Zephir Parser
The Zephir Parser delivered as a C extension for the PHP language.
Zephir Parser => enabled
Author => Zephir Team and contributors
-Version => 1.3.6
-Build Date => Dec 4 2020 00:00:00
+Version => 1.3.7
+Build Date => Sep 6 2021 00:00:00
diff --git a/REFLECTION b/REFLECTION
index f2ad39b..c4f54ba 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 Zephir Parser version 1.3.6 ] {
+Extension [ <persistent> extension #124 Zephir Parser version 1.3.7 ] {
- Functions {
Function [ <internal:Zephir Parser> function zephir_parse_file ] {
diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec
index 68ea300..99303d5 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-2020 Remi Collet
+# Copyright (c) 2016-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -12,7 +12,7 @@
%endif
%global with_tests 0%{!?_without_tests:1}
-%global gh_commit 4fd2e572a4f3fead9b062b04fe61ddef0a16cb7e
+%global gh_commit 9894681f6e1ce1e0437df7d8e051a064632346fb
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20161126
%global gh_owner phalcon
@@ -20,7 +20,7 @@
%global ext_name zephir_parser
Name: %{?scl_prefix}%{gh_project}
-Version: 1.3.6
+Version: 1.3.7
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Zephir parser extension
@@ -110,6 +110,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Sep 6 2021 Remi Collet <remi@remirepo.net> - 1.3.7-1
+- update to 1.3.7
+
* Fri Dec 4 2020 Remi Collet <remi@remirepo.net> - 1.3.6-1
- update to 1.3.6