diff options
| -rw-r--r-- | failed.txt | 2 | ||||
| -rw-r--r-- | php74.spec | 11 | 
2 files changed, 7 insertions, 6 deletions
@@ -1,4 +1,4 @@ -===== 7.4.28 (2022-02-17) +===== 7.4.29 (2022-04-14)  $ grep -ar 'Tests failed' /var/lib/mock/*/build.log @@ -90,13 +90,13 @@  %global with_libzip  1  %global with_zip     0 -%global upver        7.4.28 +%global upver        7.4.29  #global rcver        RC1  Summary: PHP scripting language for creating dynamic web sites  Name: php  Version: %{upver}%{?rcver:~%{rcver}} -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 @@ -836,7 +836,7 @@ License: PHP and BSD  %endif  Requires: 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) @@ -1184,8 +1184,6 @@ mkdir build-cgi build-apache build-embedded \  # ----- Manage known as failed test -------  # affected by systzdata patch  rm ext/date/tests/timezone_location_get.phpt -rm ext/date/tests/timezone_version_get.phpt -rm ext/date/tests/timezone_version_get_basic1.phpt  %if 0%{?fedora} < 29  # need tzdata 2018i  rm ext/date/tests/bug33414-1.phpt @@ -2166,6 +2164,9 @@ fi  %changelog +* Tue Apr 12 2022 Remi Collet <remi@remirepo.net> - 7.4.29-1 +- Update to 7.4.29 - http://www.php.net/releases/7_4_29.php +  * Tue Feb 22 2022 Remi Collet <remi@remirepo.net> - 7.4.28-2  - retrieve tzdata version  - use oracle client library version 21.5  | 
