diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php.spec | 16 | 
2 files changed, 11 insertions, 7 deletions
@@ -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 @@ -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 <remi@remirepo.net> - 7.4.9~RC1-1 +- update to 7.4.9RC1 +- build using ICU 65 +  * Thu Jul  9 2020 Remi Collet <remi@remirepo.net> - 7.4.8-2  - Update to 7.4.8 - http://www.php.net/releases/7_4_8.php    rebuild from new sources  | 
