From 4b0ab103fdaab25729630a5b77765fdb22fb07e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Sep 2022 08:31:07 +0200 Subject: update to 8.2.0RC4 --- php82.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'php82.spec') 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 - 8.2.0~RC3-4 +- update to 8.2.0RC4 + * Wed Sep 14 2022 Remi Collet - 8.2.0~RC2-3 - update to 8.2.0RC2 (new tag) - add patch from https://github.com/php/php-src/pull/9537 -- cgit