summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-09-01 08:18:58 +0200
committerRemi Collet <remi@remirepo.net>2021-09-01 08:18:58 +0200
commitc8106c2c33fe92d150326c5d65d1e5e40990a687 (patch)
tree3f0a083d57e902ca5ee2e319c3ed5ec3bb4a475d
parentdde9d48a9956d63c58e7570e054f877b6e68527f (diff)
rebuild for 8.1.0RC1
-rw-r--r--php-ast.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-ast.spec b/php-ast.spec
index f732ea9..f7a1990 100644
--- a/php-ast.spec
+++ b/php-ast.spec
@@ -23,9 +23,9 @@ Summary: Abstract Syntax Tree
Name: %{?scl_prefix}php-ast
Version: 1.0.14
%if 0%{?gh_date:1}
-Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: BSD
URL: https://pecl.php.net/package/ast
@@ -224,6 +224,9 @@ fi
%changelog
+* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.0.14-2
+- rebuild for 8.1.0RC1
+
* Sun Jul 25 2021 Remi Collet <remi@remirepo.net> - 1.0.14-1
- update to 1.0.14