diff options
| author | Remi Collet <remi@remirepo.net> | 2022-03-31 08:49:47 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-03-31 08:49:47 +0200 | 
| commit | 5f9f835efdb63797805d5f607739317ee88ccd6a (patch) | |
| tree | 1c07361089cfe78122227da87acf6e8eb17bb88f | |
| parent | 6858bbc0e07aa4b88caa0d3e0d6ca44628d404f3 (diff) | |
update to 8.0.18RC1
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
| @@ -1,4 +1,4 @@ -===== 8.0.17 (2022-03-17) +===== 8.0.18RC1 (2022-03-31)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -114,8 +114,8 @@  #global gh_date      20200615  %global gh_owner     php  %global gh_project   php-src -%global upver        8.0.17 -#global rcver        RC1 +%global upver        8.0.18 +%global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name:    %{?scl_prefix}php @@ -712,7 +712,7 @@ License: PHP and BSD  %endif  Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release}  %if %{with libgd} -BuildRequires: pkgconfig(gdlib) >= 2.3 +BuildRequires: pkgconfig(gdlib) >= 2.3.3  %else  # Required to build the bundled GD library  BuildRequires: pkgconfig(zlib) @@ -1846,6 +1846,9 @@ fi  %changelog +* Thu Mar 31 2022 Remi Collet <remi@remirepo.net> - 8.0.18~RC1-1 +- update to 8.0.18RC1 +  * Tue Mar 15 2022 Remi Collet <remi@remirepo.net> - 8.0.17-1  - Update to 8.0.17 - http://www.php.net/releases/8_0_17.php | 
