summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-07-18 21:31:10 +0200
committerRemi Collet <remi@remirepo.net>2017-07-18 21:31:10 +0200
commit31fd6464dd4dabf179a87f1272a697946fa97c4f (patch)
tree796aef375771eb560706637983c32304c10b418e
parentcfc4a9c05ac8a53ecbe9f7b0bc79db15a3b796a7 (diff)
rebuild for 7.2.0beta1
-rw-r--r--php-ast.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-ast.spec b/php-ast.spec
index 25f5588..cafe4d8 100644
--- a/php-ast.spec
+++ b/php-ast.spec
@@ -22,9 +22,9 @@ Summary: Abstract Syntax Tree
Name: %{?scl_prefix}php-ast
Version: 0.1.4
%if 0%{?gh_date:1}
-Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: BSD
Group: Development/Languages
@@ -173,6 +173,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.1.4-4
+- rebuild for PHP 7.2.0beta2 new API
+
* Wed Mar 29 2017 Remi Collet <remi@remirepo.net> - 0.1.4-3
- add upstream patch for PHP 7.1.4RC1, fix FTBFS detected by Koschei