summaryrefslogtreecommitdiffstats
path: root/php-sqlsrv.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-04 11:11:32 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-04 11:11:32 +0100
commit0a161aa5c7272d937b7b65676a2a209e57e1b003 (patch)
tree987943eb54e21a13a47c03f22052166453e7ce76 /php-sqlsrv.spec
parent74ceb3581ffa0c816aef9b46163d1ba1518d753c (diff)
php-sqlsrv: 4.1.6 (php7, devel)
Diffstat (limited to 'php-sqlsrv.spec')
-rw-r--r--php-sqlsrv.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-sqlsrv.spec b/php-sqlsrv.spec
index cc41373..e4fd260 100644
--- a/php-sqlsrv.spec
+++ b/php-sqlsrv.spec
@@ -21,7 +21,7 @@
Name: %{?scl_prefix}php-sqlsrv
Summary: Microsoft Drivers for PHP for SQL Server
-Version: 4.0.8
+Version: 4.1.6
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
Group: Development/Languages
@@ -141,6 +141,8 @@ cp -pr NTS ZTS
%build
+%{?dtsenable}
+
: =================== sqlsrv NTS ===================
cd NTS/%{extname}
%{_bindir}/phpize
@@ -177,6 +179,8 @@ make %{?_smp_mflags}
%install
+%{?dtsenable}
+
install -Dpm 644 NTS/%{extname}/package.xml %{buildroot}%{pecl_xmldir}/php-pecl-%{extname}.xml
install -Dpm 644 NTS/pdo_%{extname}/package.xml %{buildroot}%{pecl_xmldir}/php-pecl-pdo-%{extname}.xml
@@ -253,6 +257,9 @@ fi
%changelog
+* Sat Feb 4 2017 Remi Collet <remi@remirepo.net> - 4.1.6-1
+- update to 4.1.6 (devel)
+
* Tue Dec 20 2016 Remi Collet <remi@remirepo.net> - 4.0.8-1
- update to 4.0.8 (stable)