From f97eb541f9098b5d0415045e0ed3d84600f9c0b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Mar 2023 08:21:10 +0100 Subject: update to 5.11.0beta1 drop support for PHP 7 --- php-sqlsrv.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'php-sqlsrv.spec') diff --git a/php-sqlsrv.spec b/php-sqlsrv.spec index 83f00db..39f4c0a 100644 --- a/php-sqlsrv.spec +++ b/php-sqlsrv.spec @@ -26,8 +26,8 @@ Name: %{?scl_prefix}php-sqlsrv Summary: Microsoft Drivers for PHP for SQL Server -%global tarversion 5.11.0beta1 -Version: 5.11.0~beta1 +%global tarversion 5.11.0 +Version: 5.11.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT @@ -42,7 +42,8 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit} BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?dtsprefix}gcc-c++ -BuildRequires: %{?scl_prefix}php-devel >= 7.3 +BuildRequires: libtool-ltdl-devel +BuildRequires: %{?scl_prefix}php-devel >= 8.0 BuildRequires: %{?scl_prefix}php-pdo BuildRequires: %{?scl_prefix}php-pear BuildRequires: unixODBC-devel >= 2.3.1 @@ -269,6 +270,7 @@ fi %changelog * Fri Jan 27 2023 Remi Collet - 5.11.0~beta1-1 - update to 5.11.0beta1 +- drop support for PHP 7 * Tue Aug 9 2022 Remi Collet - 5.10.1-2 - allow msodbcsql18 -- cgit