From 37385093b80612cd492a77d4818967baf4dd5dc5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Jul 2020 11:34:59 +0200 Subject: update to 7.4.9RC1 build using ICU 65 --- failed.txt | 2 +- php.spec | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 5bf1e21..e61b5b6 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/scl74*/build.log diff --git a/php.spec b/php.spec index 9bcf1b7..0126e49 100644 --- a/php.spec +++ b/php.spec @@ -101,13 +101,13 @@ #global gh_date 20190612 %global gh_owner php %global gh_project php-src -%global upver 7.4.8 -#global rcver RC1 +%global upver 7.4.9 +%global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}}%{?gh_date:.%{gh_date}} -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 @@ -819,9 +819,9 @@ Group: System Environment/Libraries # All files licensed under PHP version 3.01 License: PHP Requires: %{?scl_prefix}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 %description intl The %{?scl_prefix}php-intl package contains a dynamic shared object that will add @@ -1805,6 +1805,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