summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-01 10:08:51 +0200
committerRemi Collet <remi@php.net>2022-09-01 10:08:51 +0200
commit62576ceebf44b423887bb4733ae642b2450eab81 (patch)
treee9facd42e7e82128df80f5b18a520bc6e4eb7f9c
parentefa0f18d4fc47b7cd81372384ab494504eb42ad1 (diff)
rebuild for PHP 8.2.0RC1
-rw-r--r--php-ast.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-ast.spec b/php-ast.spec
index 30d72fc..0914c1d 100644
--- a/php-ast.spec
+++ b/php-ast.spec
@@ -25,7 +25,7 @@ Version: 1.1.0
%if 0%{?gh_date:1}
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
@@ -222,6 +222,9 @@ fi
%changelog
+* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 1.1.0-2
+- rebuild for PHP 8.2.0RC1
+
* Wed Aug 10 2022 Remi Collet <remi@remirepo.net> - 1.1.0-1
- update to 1.1.0
- raise dependency on PHP 7.2