diff options
author | Remi Collet <remi@remirepo.net> | 2022-04-01 08:25:59 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-04-01 08:25:59 +0200 |
commit | 9ec27ee5f0bd4ce4f43f139afb7ea74e347672d4 (patch) | |
tree | 3c476dc85b52be90a39b95621d9ebb8a5f798099 /php.spec | |
parent | 5215f85e7de7ab224db6128de46cb7f884cebb3c (diff) |
update to 8.1.5RC1
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -122,9 +122,9 @@ #global gh_date 20210809 %global gh_owner php %global gh_project php-src -%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: %{?scl_prefix}php @@ -714,7 +714,7 @@ License: PHP and BSD %endif Requires: %{?scl_prefix}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) @@ -1840,6 +1840,9 @@ fi %changelog +* Fri Apr 1 2022 Remi Collet <remi@remirepo.net> - 8.1.5~RC1-1 +- update to 8.1.5RC1 + * Wed Mar 16 2022 Remi Collet <remi@remirepo.net> - 8.1.4-1 - Update to 8.1.4 - http://www.php.net/releases/8_1_4.php |