From ca61bd41bc684e7e1c65e716072cad05847c9c1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Dec 2021 12:50:05 +0100 Subject: update to 8.1.1RC1 use oracle client library version 21.4 ensure libgd 2.3 is used --- php81.spec | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'php81.spec') diff --git a/php81.spec b/php81.spec index b869f0b..df4ecad 100644 --- a/php81.spec +++ b/php81.spec @@ -24,7 +24,7 @@ %global mysql_sock %(mysql_config --socket 2>/dev/null || echo /var/lib/mysql/mysql.sock) -%global oraclever 21.3 +%global oraclever 21.4 %global oraclelib 21.1 # Build for LiteSpeed Web Server (LSAPI), you can disable using --without tests @@ -111,9 +111,9 @@ %bcond_without libgd %bcond_with zip -%global upver 8.1.0 -#global rcver RC6 -#global lower RC6 +%global upver 8.1.1 +%global rcver RC1 +%global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -859,12 +859,7 @@ License: PHP and BSD %endif Requires: php-common%{?_isa} = %{version}-%{release} %if %{with libgd} -BuildRequires: pkgconfig(gdlib) >= 2.1.1 -%if 0%{?fedora} <= 19 && 0%{?rhel} <= 7 -Requires: gd-last%{?_isa} >= 2.1.1 -%else -Requires: gd%{?_isa} >= 2.1.1 -%endif +BuildRequires: pkgconfig(gdlib) >= 2.3 %else # Required to build the bundled GD library BuildRequires: pkgconfig(zlib) @@ -2182,6 +2177,11 @@ fi %changelog +* Thu Dec 2 2021 Remi Collet - 8.1.1~RC1-1 +- update to 8.1.1RC1 +- use oracle client library version 21.4 +- ensure libgd 2.3 is used + * Wed Nov 24 2021 Remi Collet - 8.1.0-1 - update to 8.1.0 GA -- cgit