summaryrefslogtreecommitdiffstats
path: root/php-sqlsrv.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-sqlsrv.spec')
-rw-r--r--php-sqlsrv.spec17
1 files changed, 8 insertions, 9 deletions
diff --git a/php-sqlsrv.spec b/php-sqlsrv.spec
index 33da0c7..78dcfc1 100644
--- a/php-sqlsrv.spec
+++ b/php-sqlsrv.spec
@@ -23,8 +23,8 @@
Name: %{?scl_prefix}php-sqlsrv
Summary: Microsoft Drivers for PHP for SQL Server
-%global tarversion 5.13.0beta1
-Version: 5.13.0~beta1
+%global tarversion 5.13.0
+Version: 5.13.0
Release: 1%{?dist}
License: MIT
@@ -36,14 +36,11 @@ Source1: http://pecl.php.net/get/pdo_%{extname}-%{tarversion}.tgz
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
%endif
-# See https://github.com/microsoft/msphpsql/pull/1543
-Patch0: php85.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?dtsprefix}gcc-c++
BuildRequires: libtool-ltdl-devel
-BuildRequires: %{?scl_prefix}php-devel >= 8.2
+BuildRequires: %{?scl_prefix}php-devel >= 8.3
BuildRequires: %{?scl_prefix}php-pdo
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: unixODBC-devel >= 2.3.1
@@ -108,7 +105,7 @@ cd NTS
cd %{extname}
: no patch
cd ../pdo_%{extname}
-%patch -P0 -p3
+: no patch
cd ..
# Sanity check, really often broken
@@ -125,12 +122,11 @@ fi
cd ..
cat << 'EOF' | tee %{ininame}
-; Enable '%{summary}' extension module
+; Enable '%{summary}' extensions
extension = %{extname}.so
extension = pdo_%{extname}.so
; Configuration
-
;sqlsrv.WarningsReturnAsErrors = On
;sqlsrv.LogSeverity = 0
;sqlsrv.LogSubsystems = 0
@@ -245,6 +241,9 @@ install -D -m 644 %{ininame} %{buildroot}%{php_ztsinidir}/%{ininame}
%changelog
+* Sat Feb 28 2026 Remi Collet <remi@remirepo.net> - 5.12.0-1
+- update to 5.13.0
+
* Sat Jan 31 2026 Remi Collet <remi@remirepo.net> - 5.12.0~beta1-1
- update to 5.13.0beta1