php82: update to 8.2.16

This commit is contained in:
Raven 2024-02-28 10:25:06 +06:00
parent 2374b56d94
commit e21caae626
2 changed files with 3 additions and 4 deletions

View File

@ -24,7 +24,7 @@
Summary: PHP scripting language for creating dynamic web sites
Name: isp-php%{php_ver}
Version: 8.2.15
Version: 8.2.16
Release: 1%{?dist}
License: PHP
Group: Development/Languages
@ -88,19 +88,18 @@ Patch300: php-7.4.0-datetests.patch
BuildRequires: automake1.16
BuildRequires: oniguruma5php-devel
BuildRequires: mysqlclient18-devel >= 5.5.28
BuildRequires: openssl3-devel
BuildRequires: libpq-devel
BuildRequires: libxcrypt-devel
%else
BuildRequires: automake
BuildRequires: postgresql-devel
BuildRequires: openssl-devel
%if 0%{?rhel} == 8
BuildRequires: mysql-devel
%else
BuildRequires: mariadb-devel
%endif
%endif
BuildRequires: pkgconfig(openssl) >= 3.0
BuildRequires: autoconf, m4
BuildRequires: gmp-devel
BuildRequires: libxml2-devel

View File

@ -151,7 +151,7 @@
#global gh_date 20220530
%global gh_owner php
%global gh_project php-src
%global upver 8.2.15
%global upver 8.2.16
#global rcver RC7
Summary: PHP scripting language for creating dynamic web sites