diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-02 12:49:55 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-02 12:49:55 +0100 |
commit | f2e77f6d03bd1ec742c04778e437a6d7cb7f1026 (patch) | |
tree | b6a20e3ba966e7ef8180f62755f61969e39a8572 /php.spec | |
parent | a4507003bd92a112597b8251677d4267a80fd237 (diff) |
update to 8.1.1RC1
use oracle client library version 21.4
ensure libgd 2.3 is used
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -49,7 +49,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 @@ -126,9 +126,9 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%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: %{?scl_prefix}php @@ -718,12 +718,7 @@ License: PHP and BSD %endif Requires: %{?scl_prefix}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) @@ -1850,6 +1845,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 |