summaryrefslogtreecommitdiffstats
path: root/php-sqlsrv.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-sqlsrv.spec')
-rw-r--r--php-sqlsrv.spec25
1 files changed, 14 insertions, 11 deletions
diff --git a/php-sqlsrv.spec b/php-sqlsrv.spec
index e80491b..62ec268 100644
--- a/php-sqlsrv.spec
+++ b/php-sqlsrv.spec
@@ -12,21 +12,21 @@
%{?scl: %scl_package php-sqlsrv}
-%global gh_commit 4ccffbbe077e87288bf00cc6327142579da46775
-%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_owner Microsoft
-%global gh_project msphpsql
-%global from_pecl 1
-%global extname sqlsrv
-%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
+%global gh_commit 4ccffbbe077e87288bf00cc6327142579da46775
+%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
+%global gh_owner Microsoft
+%global gh_project msphpsql
+%global from_pecl 1
+%global extname sqlsrv
+%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
# After 20-pdo.ini
-%global ininame 40-%{extname}.ini
-%global msodbcsqlver 13.1
+%global ininame 40-%{extname}.ini
+%global msodbcsqlver 13.1
Name: %{?scl_prefix}php-sqlsrv
Summary: Microsoft Drivers for PHP for SQL Server
-%global tarversion 5.6.0
-Version: 5.6.0
+%global tarversion 5.6.1
+Version: 5.6.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
@@ -275,6 +275,9 @@ fi
%changelog
+* Wed Mar 20 2019 Remi Collet <remi@remirepo.net> - 5.6.1-1
+- update to 5.6.1 (stable)
+
* Fri Feb 22 2019 Remi Collet <remi@remirepo.net> - 5.6.0-1
- update to 5.6.0 (stable)