summaryrefslogtreecommitdiffstats
path: root/php81.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-02 12:50:05 +0100
committerRemi Collet <remi@php.net>2021-12-02 12:50:05 +0100
commitca61bd41bc684e7e1c65e716072cad05847c9c1b (patch)
tree347081c0e34c2fc95cb486ca607872206fef9e23 /php81.spec
parentbe718bee8dd500b89016ae46e38d3837de1b1f7d (diff)
update to 8.1.1RC1
use oracle client library version 21.4 ensure libgd 2.3 is used
Diffstat (limited to 'php81.spec')
-rw-r--r--php81.spec20
1 files changed, 10 insertions, 10 deletions
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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 8.1.0-1
- update to 8.1.0 GA