From 1b09241409f29b7a123eb0ba69019503fc5b1059 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Sep 2021 09:09:38 +0200 Subject: fix intl build on F35 --- php.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 14bc6b1..030dc35 100644 --- a/php.spec +++ b/php.spec @@ -132,7 +132,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: 5.6.40 -Release: 29%{?dist} +Release: 30%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1971,6 +1971,9 @@ EOF %changelog +* Tue Sep 7 2021 Remi Collet - 5.6.40-30 +- fix intl build on F35 + * Thu Aug 26 2021 Remi Collet - 5.6.40-29 - Fix #81211 Symlinks are followed when creating PHAR archive -- cgit