summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-01 12:12:59 +0200
committerRemi Collet <remi@remirepo.net>2019-10-01 12:12:59 +0200
commit65bbb9000aa92dd0815d405a24de2bc520dd90f8 (patch)
tree7d512c8148fe6c254bf41a0a104ee6f091d1c586
parent7b8d28b56dbed4740729609651fde96d2f50f687 (diff)
v1.3.2
-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 844d696..6b697d5 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.1
-Build Date => May 2 2019 07:08:34
+Version => 1.3.2
+Build Date => Oct 1 2019 12:10:49
diff --git a/REFLECTION b/REFLECTION
index 6fb4be0..3334620 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #203 Zephir Parser version 1.3.1 ] {
+Extension [ <persistent> extension #200 Zephir Parser version 1.3.2 ] {
- Functions {
Function [ <internal:Zephir Parser> function zephir_parse_file ] {
diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec
index 5b3b19a..e9b688b 100644
--- a/php-zephir-parser.spec
+++ b/php-zephir-parser.spec
@@ -12,7 +12,7 @@
%endif
%global with_tests 0%{!?_without_tests:1}
-%global gh_commit f58b66c1bcd34152d650c02287022e46145f1989
+%global gh_commit 8c7be2fbfbbbb0564a3db34b8251e4e29ba45255
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20161126
%global gh_owner phalcon
@@ -20,8 +20,8 @@
%global ext_name zephir_parser
Name: %{?scl_prefix}%{gh_project}
-Version: 1.3.1
-Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.3.2
+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
License: MIT
@@ -114,6 +114,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Oct 1 2019 Remi Collet <remi@remirepo.net> - 1.3.2-1
+- update to 1.3.2
+
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.3.1-2
- rebuild for 7.4.0RC1