From e3a39fe49fa711f72c31556fd2a901fcf3d7cdd3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Apr 2022 17:36:20 +0200 Subject: Update to 7.4.29 - http://www.php.net/releases/7_4_29.php --- failed.txt | 2 +- php74.spec | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index 473012e..5d36339 100644 --- a/failed.txt +++ b/failed.txt @@ -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 diff --git a/php74.spec b/php74.spec index b0b11c0..44a7099 100644 --- a/php74.spec +++ b/php74.spec @@ -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 - 7.4.29-1 +- Update to 7.4.29 - http://www.php.net/releases/7_4_29.php + * Tue Feb 22 2022 Remi Collet - 7.4.28-2 - retrieve tzdata version - use oracle client library version 21.5 -- cgit