From 9a2a86fe5c8f0f7b6bf26c9d4b883ddf3c3a8c9a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Jul 2020 11:38:00 +0200 Subject: update to 7.4.9RC1 build using ICU 65 --- failed.txt | 2 +- php74.spec | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index c10529d..f5a2c3e 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 7.4.8 (2020-07-09) +===== 7.4.9RC1 (2020-07-23) $ grep -ar 'Tests failed' /var/lib/mock/{fc,el}*/build.log diff --git a/php74.spec b/php74.spec index 80763b4..133749b 100644 --- a/php74.spec +++ b/php74.spec @@ -95,14 +95,14 @@ %global with_libzip 1 %global with_zip 0 -%global upver 7.4.8 -#global rcver RC1 -#global lower RC1 +%global upver 7.4.9 +%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 @@ -999,9 +999,9 @@ Group: System Environment/Libraries # All files licensed under PHP version 3.01 License: PHP Requires: php-common%{?_isa} = %{version}-%{release} -BuildRequires: pkgconfig(icu-i18n) >= 50.1 -BuildRequires: pkgconfig(icu-io) >= 50.1 -BuildRequires: pkgconfig(icu-uc) >= 50.1 +BuildRequires: pkgconfig(icu-i18n) >= 65 +BuildRequires: pkgconfig(icu-io) >= 65 +BuildRequires: pkgconfig(icu-uc) >= 65 %if 0%{?rhel} Obsoletes: php53-intl, php53u-intl, php54-intl, php54w-intl, php55u-intl, php55w-intl, php56u-intl, php56w-intl Obsoletes: php70u-intl, php70w-intl, php71u-intl, php71w-intl, php72u-intl, php72w-intl @@ -2157,6 +2157,10 @@ fi %changelog +* Tue Jul 21 2020 Remi Collet - 7.4.9~RC1-1 +- update to 7.4.9RC1 +- build using ICU 65 + * Thu Jul 9 2020 Remi Collet - 7.4.8-2 - Update to 7.4.8 - http://www.php.net/releases/7_4_8.php rebuild from new sources -- cgit