diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-14 09:04:31 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-14 09:04:31 +0100 |
commit | ee4efe00cb226b64eede27176c65347129d984dc (patch) | |
tree | 51b2317ff163cbee549a5e6c316a3f108d93d00c /php-zephir-parser.spec | |
parent | eba576c4b4dc6478be6537ff4872d51ed997fb8a (diff) |
update to 1.2.0
raise minimal PHP version to 7
Diffstat (limited to 'php-zephir-parser.spec')
-rw-r--r-- | php-zephir-parser.spec | 14 |
1 files changed, 9 insertions, 5 deletions
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 |