summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-12-04 18:55:54 +0100
committerRemi Collet <remi@remirepo.net>2020-12-04 18:55:54 +0100
commit66a299a651762971e8663d8198bf54ba90fc4d5a (patch)
tree2ee5e08a9a504157ba30c3b73aa76701c03dc836
parentc5e504915b5f3b27d489822a3864168a67110184 (diff)
update to 1.3.6
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-zephir-parser.spec15
3 files changed, 10 insertions, 11 deletions
diff --git a/PHPINFO b/PHPINFO
index 4d20000..e200096 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.5
-Build Date => Nov 30 2020 00:00:00
+Version => 1.3.6
+Build Date => Dec 4 2020 00:00:00
diff --git a/REFLECTION b/REFLECTION
index 887220c..f2ad39b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #117 Zephir Parser version 1.3.5 ] {
+Extension [ <persistent> extension #117 Zephir Parser version 1.3.6 ] {
- Functions {
Function [ <internal:Zephir Parser> function zephir_parse_file ] {
diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec
index 65b16be..68ea300 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 dfe766958dcc9758db0a6d4e6da7d30ecff57355
+%global gh_commit 4fd2e572a4f3fead9b062b04fe61ddef0a16cb7e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20161126
%global gh_owner phalcon
@@ -20,21 +20,17 @@
%global ext_name zephir_parser
Name: %{?scl_prefix}%{gh_project}
-Version: 1.3.5
+Version: 1.3.6
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
-URL: https://getcomposer.org/
+URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
BuildRequires: %{?dtsprefix}gcc
-BuildRequires: %{?scl_prefix}php-devel > 7
-%if 0%{?rhel} == 6
-BuildRequires: re2c014
-%else
+BuildRequires: %{?scl_prefix}php-devel >= 7.0
BuildRequires: re2c >= 0.13.6
-%endif
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
@@ -114,6 +110,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Fri Dec 4 2020 Remi Collet <remi@remirepo.net> - 1.3.6-1
+- update to 1.3.6
+
* Mon Nov 30 2020 Remi Collet <remi@remirepo.net> - 1.3.5-1
- update to 1.3.5