diff options
Diffstat (limited to 'php80.spec')
-rw-r--r-- | php80.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -105,7 +105,7 @@ %bcond_with zip %global upver 8.0.16 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -1946,7 +1946,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 @@ -2186,6 +2186,9 @@ fi %changelog +* Wed Feb 16 2022 Remi Collet <remi@remirepo.net> - 8.0.16-1 +- Update to 8.0.16 - http://www.php.net/releases/8_0_16.php + * Thu Feb 3 2022 Remi Collet <remi@remirepo.net> - 8.0.16~RC1-1 - update to 8.0.16RC1 |