From 09fb91675721e27770ccee464b58dd7bea15aa08 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Nov 2019 09:03:18 +0100 Subject: update to 7.3.12RC1 --- php73.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php73.spec') diff --git a/php73.spec b/php73.spec index c29b987..aa59c4a 100644 --- a/php73.spec +++ b/php73.spec @@ -116,8 +116,8 @@ %global db_devel libdb-devel %endif -%global upver 7.3.11 -#global rcver RC1 +%global upver 7.3.12 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -2100,7 +2100,7 @@ fi %dir %{_libdir}/php-zts/modules %endif %dir %{_localstatedir}/lib/php -%if 0%{?fedora} >= 24 +%if 0%{?fedora} >= 24 || 0%{?rhel} >= 8 %dir %{_localstatedir}/lib/php/peclxml %dir %{_docdir}/pecl %dir %{_datadir}/tests @@ -2245,6 +2245,9 @@ fi %changelog +* Wed Nov 6 2019 Remi Collet - 7.3.12~RC1-1 +- update to 7.3.12RC1 + * Tue Oct 22 2019 Remi Collet - 7.3.11-1 - Update to 7.3.11 - http://www.php.net/releases/7_3_11.php - change dependency on nginx-filesystem to weak -- cgit