From 0bfd00cc6c92c04dc2764c841aaf264aae1d8ab3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jun 2022 16:09:49 +0200 Subject: [PATCH] fix patch41 not applied (use system nikic/php-parser when available) Related: #2095752 --- php.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 487fd99..a032fb2 100644 --- a/php.spec +++ b/php.spec @@ -62,7 +62,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -712,6 +712,7 @@ in pure PHP. %patch8 -p1 -b .libdb %patch9 -p1 -b .deprecated +%patch41 -p1 -b .syslib %patch42 -p1 -b .systzdata %patch43 -p1 -b .headers %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 @@ -1536,6 +1537,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Mon Jun 13 2022 Remi Collet - 8.0.20-2 +- fix patch41 not applied (use system nikic/php-parser when available) + * Mon Jun 13 2022 Remi Collet - 8.0.20-1 - rebase to 8.0.20 #2095752 - clean unneeded dependency on useradd command #2095447