diff options
Diffstat (limited to 'php74.spec')
-rw-r--r-- | php74.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -94,7 +94,7 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.27 +%global upver 7.4.28 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -1925,7 +1925,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 @@ -2170,6 +2170,9 @@ fi %changelog +* Tue Feb 15 2022 Remi Collet <remi@remirepo.net> - 7.4.28-1 +- Update to 7.4.28 - http://www.php.net/releases/7_4_28.php + * Wed Dec 15 2021 Remi Collet <remi@remirepo.net> - 7.4.27-1 - Update to 7.4.27 - http://www.php.net/releases/7_4_27.php |