From ca1ecbc320826c07b552e2add7fe2174b98eaab1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Apr 2022 08:47:44 +0200 Subject: update to 8.1.5RC1 --- failed.txt | 2 +- php81.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/failed.txt b/failed.txt index 3dc1060..9ef46bc 100644 --- a/failed.txt +++ b/failed.txt @@ -1,4 +1,4 @@ -===== 8.1.4 (2022-03-17) +===== 8.1.5RC1 (2022-04-01) $ grep -ar 'Tests failed' /var/lib/mock/*/build.log diff --git a/php81.spec b/php81.spec index 7c44d8e..4a7e571 100644 --- a/php81.spec +++ b/php81.spec @@ -107,9 +107,9 @@ %bcond_without libgd %bcond_with zip -%global upver 8.1.4 -#global rcver RC1 -#global lower RC1 +%global upver 8.1.5 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -855,7 +855,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) @@ -2172,6 +2172,9 @@ fi %changelog +* Fri Apr 1 2022 Remi Collet - 8.1.5~RC1-1 +- update to 8.1.5RC1 + * Wed Mar 16 2022 Remi Collet - 8.1.4-1 - Update to 8.1.4 - http://www.php.net/releases/8_1_4.php -- cgit