summaryrefslogtreecommitdiffstats
path: root/php82.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-11 11:41:35 +0200
committerRemi Collet <remi@php.net>2022-10-11 11:41:35 +0200
commit035b81d3e3182d65c928272215d3a0efbf7d44ca (patch)
treea3ea1ee3ecd832dabc42697fb8fcd9e35df8e9ec /php82.spec
parent4b0ab103fdaab25729630a5b77765fdb22fb07e0 (diff)
update to 8.2.0RC4
Diffstat (limited to 'php82.spec')
-rw-r--r--php82.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php82.spec b/php82.spec
index 04e7d95..86601f5 100644
--- a/php82.spec
+++ b/php82.spec
@@ -108,13 +108,13 @@
%bcond_with zip
%global upver 8.2.0
-%global rcver RC3
-%global lower RC3
+%global rcver RC4
+%global lower RC4
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 4%{?dist}
+Release: 5%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -485,7 +485,7 @@ Obsoletes: php74-devel, php74w-devel
Obsoletes: php80-devel
%endif
%if 0%{?fedora} || 0%{?rhel} >= 8
-Recommends: php-nikic-php-parser4 >= 4.13.1
+Recommends: php-nikic-php-parser4 >= 4.15.1
%endif
%description devel
@@ -2181,9 +2181,12 @@ fi
%changelog
-* Wed Sep 28 2022 Remi Collet <remi@remirepo.net> - 8.2.0~RC3-4
+* Tue Oct 11 2022 Remi Collet <remi@remirepo.net> - 8.2.0~RC4-5
- update to 8.2.0RC4
+* Wed Sep 28 2022 Remi Collet <remi@remirepo.net> - 8.2.0~RC3-4
+- update to 8.2.0RC3
+
* Wed Sep 14 2022 Remi Collet <remi@remirepo.net> - 8.2.0~RC2-3
- update to 8.2.0RC2 (new tag)
- add patch from https://github.com/php/php-src/pull/9537