From 70029d5158f0fe4627a21c75236a2de51a99e28f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 May 2023 17:15:04 +0200 Subject: Update to 8.1.19 - http://www.php.net/releases/8_1_19.php --- php.spec | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 4d58189..94aaf27 100644 --- a/php.spec +++ b/php.spec @@ -123,12 +123,12 @@ %global gh_owner php %global gh_project php-src %global upver 8.1.19 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -948,34 +948,32 @@ in pure PHP. %setup -q -n php-%{upver}%{?rcver} %endif -%patch1 -p1 -b .mpmcheck -%patch5 -p1 -b .includedir -%patch6 -p1 -b .embed -%patch8 -p1 -b .libdb -%if 0%{?rhel} -%patch10 -p1 -b .curltls +%patch -P1 -p1 -b .mpmcheck +%patch -P5 -p1 -b .includedir +%patch -P6 -p1 -b .embed +%patch -P8 -p1 -b .libdb +%if 0%{?rhel} == 7 +%patch -P10 -p1 -b .curltls %endif -%patch41 -p1 -b .syslib +%patch -P41 -p1 -b .syslib %if %{with tzdata} -%patch43 -p1 -b .systzdata +%patch -P43 -p1 -b .systzdata %endif -%patch44 -p1 -b .headers +%patch -P44 -p1 -b .headers sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in -%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 -%patch45 -p1 -b .ldap_r -%endif -%patch46 -p1 -b .argon2 -%patch47 -p1 -b .phpinfo +%patch -P45 -p1 -b .ldap_r +%patch -P46 -p1 -b .argon2 +%patch -P47 -p1 -b .phpinfo -%patch91 -p1 -b .remi-oci8 +%patch -P91 -p1 -b .remi-oci8 # upstream patches # security patches # Fixes for tests -%patch300 -p1 -b .datetests +%patch -P300 -p1 -b .datetests # WIP patch @@ -1853,6 +1851,9 @@ fi %changelog +* Wed May 10 2023 Remi Collet - 8.1.19-1 +- Update to 8.1.19 - http://www.php.net/releases/8_1_19.php + * Tue Apr 25 2023 Remi Collet - 8.1.19~RC1-2 - define %%php81___phpize and %%php81___phpconfig -- cgit