summaryrefslogtreecommitdiffstats
path: root/php82.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-28 08:31:07 +0200
committerRemi Collet <remi@php.net>2022-09-28 08:31:07 +0200
commit4b0ab103fdaab25729630a5b77765fdb22fb07e0 (patch)
tree18346052102fc54461a4bbe194fa3140cf935521 /php82.spec
parent1a98bc95d31f709e9c4a7ff7e1541980f03a7d32 (diff)
update to 8.2.0RC4
Diffstat (limited to 'php82.spec')
-rw-r--r--php82.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php82.spec b/php82.spec
index aa06b7d..04e7d95 100644
--- a/php82.spec
+++ b/php82.spec
@@ -14,7 +14,7 @@
# Extension version
%global fileinfover 1.0.5
%global oci8ver 3.2.1
-%global zipver 1.21.0
+%global zipver 1.21.1
# Adds -z now to the linker flags
%global _hardened_build 1
@@ -108,13 +108,13 @@
%bcond_with zip
%global upver 8.2.0
-%global rcver RC2
-%global lower RC2
+%global rcver RC3
+%global lower RC3
Summary: PHP scripting language for creating dynamic web sites
Name: php
Version: %{upver}%{?rcver:~%{lower}}
-Release: 3%{?dist}
+Release: 4%{?dist}
# All files licensed under PHP version 3.01, except
# Zend is licensed under Zend
# TSRM is licensed under BSD
@@ -175,7 +175,6 @@ Patch47: php-8.1.0-phpinfo.patch
Patch91: php-7.2.0-oci8conf.patch
# Upstream fixes (100+)
-Patch100: php-pr9537.patch
# Security fixes (200+)
@@ -1186,7 +1185,6 @@ in pure PHP.
%patch91 -p1 -b .remi-oci8
# upstream patches
-%patch100 -p1 -b .pr9537
# security patches
@@ -2183,6 +2181,9 @@ fi
%changelog
+* Wed Sep 28 2022 Remi Collet <remi@remirepo.net> - 8.2.0~RC3-4
+- update to 8.2.0RC4
+
* 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