summaryrefslogtreecommitdiffstats
path: root/php-sqlsrv.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-09-06 10:05:41 +0200
committerRemi Collet <remi@remirepo.net>2019-09-06 10:05:41 +0200
commitb8da95b586a3ed881a49da3a6bacc9943947b8b7 (patch)
treef822afbf5f56b1801c965d785bb6881f1e0acf89 /php-sqlsrv.spec
parentfd98b7a763d8b38a3a07ee7411d502ec0748f4ff (diff)
v5.7.0preview
Diffstat (limited to 'php-sqlsrv.spec')
-rw-r--r--php-sqlsrv.spec14
1 files changed, 6 insertions, 8 deletions
diff --git a/php-sqlsrv.spec b/php-sqlsrv.spec
index 7ac1665..168d9f0 100644
--- a/php-sqlsrv.spec
+++ b/php-sqlsrv.spec
@@ -21,13 +21,13 @@
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
# After 20-pdo.ini
%global ininame 40-%{extname}.ini
-%global msodbcsqlver 17.3
+%global msodbcsqlver 17.4
Name: %{?scl_prefix}php-sqlsrv
Summary: Microsoft Drivers for PHP for SQL Server
-%global tarversion 5.6.1
-Version: 5.6.1
-Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+%global tarversion 5.7.0preview
+Version: 5.7.0~preview
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
URL: https://github.com/Microsoft/msphpsql
@@ -38,8 +38,6 @@ 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
-Patch0: https://patch-diff.githubusercontent.com/raw/microsoft/msphpsql/pull/1013.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?dtsprefix}gcc-c++
BuildRequires: %{?scl_prefix}php-devel > 7.1
@@ -132,9 +130,9 @@ mv %{gh_project}-%{gh_commit}/LICENSE .
cd NTS
cd %{extname}
-%patch0 -p2
+: no patch
cd ../pdo_%{extname}
-%patch0 -p2
+: no patch
cd ..
# Sanity check, really often broken