summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-14 09:04:31 +0100
committerRemi Collet <remi@remirepo.net>2019-01-14 09:04:31 +0100
commitee4efe00cb226b64eede27176c65347129d984dc (patch)
tree51b2317ff163cbee549a5e6c316a3f108d93d00c
parenteba576c4b4dc6478be6537ff4872d51ed997fb8a (diff)
update to 1.2.0
raise minimal PHP version to 7
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-zephir-parser.spec14
3 files changed, 12 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 749b94b..1427eab 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.1.4
-Build Date => Nov 22 2018 08:51:41
+Version => 1.2.0
+Build Date => Jan 14 2019 09:00:50
diff --git a/REFLECTION b/REFLECTION
index 03830da..5186b34 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #198 Zephir Parser version 1.1.4 ] {
+Extension [ <persistent> extension #198 Zephir Parser version 1.2.0 ] {
- Functions {
Function [ <internal:Zephir Parser> function zephir_parse_file ] {
diff --git a/php-zephir-parser.spec b/php-zephir-parser.spec
index d53b829..bc8d5a4 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-2018 Remi Collet
+# Copyright (c) 2016-2019 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 6a0d1f8bf57dad2d84254e37b28252f7d20c763b
+%global gh_commit 71a488bebe17c281e5cc423e61421b7de11eb64a
%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.1.4
+Version: 1.2.0
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
@@ -29,7 +29,7 @@ URL: https://getcomposer.org/
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 > 5.5
+BuildRequires: %{?scl_prefix}php-devel > 7
%if 0%{?rhel} == 6
BuildRequires: re2c014
%else
@@ -103,7 +103,7 @@ REPORT_EXIT_STATUS=1 \
%files
%{!?_licensedir:%global license %%doc}
%license LICENSE
-%doc CREDITS NO_WARRANTY TODO
+%doc CREDITS NO_WARRANTY
%doc *.md
%{php_extdir}/%{ext_name}.so
@@ -114,6 +114,10 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Jan 14 2019 Remi Collet <remi@remirepo.net> - 1.2.0-1
+- update to 1.2.0
+- raise minimal PHP version to 7
+
* Thu Nov 22 2018 Remi Collet <remi@remirepo.net> - 1.1.4-1
- update to 1.1.4