From 0c270191ce4452945b8cfcaad637e636532eda38 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Feb 2022 09:28:45 +0100 Subject: Update to 8.1.3 - http://www.php.net/releases/8_1_3.php --- php81.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php81.spec') diff --git a/php81.spec b/php81.spec index 96cebea..4944501 100644 --- a/php81.spec +++ b/php81.spec @@ -112,13 +112,13 @@ %bcond_with zip %global upver 8.1.3 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php Version: %{upver}%{?rcver:~%{lower}} -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 @@ -1939,7 +1939,7 @@ sed -e "s/@PHP_APIVER@/%{apiver}-%{__isa_bits}/" \ %endif < %{SOURCE3} > macros.php %if 0%{?fedora} >= 24 || 0%{?rhel} >= 8 -echo '%pecl_xmldir %{_localstatedir}/lib/php/peclxml' >>macros.php +echo '%%pecl_xmldir %{_localstatedir}/lib/php/peclxml' >>macros.php %endif install -m 644 -D macros.php \ $RPM_BUILD_ROOT%{macrosdir}/macros.php @@ -2179,6 +2179,9 @@ fi %changelog +* Wed Feb 16 2022 Remi Collet - 8.1.3-1 +- Update to 8.1.3 - http://www.php.net/releases/8_1_3.php + * Tue Feb 8 2022 Remi Collet - 8.1.3~RC1-2 - fix GH-8059 arginfo not regenerated for extension -- cgit