summaryrefslogtreecommitdiffstats
path: root/php-pecl-druid.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-26 15:33:36 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-26 15:33:36 +0100
commitd71444cf5d73a44466864772613b4ca6cddb70a6 (patch)
tree543a2d6c61d4547f0fcde8e77bfc2e63041135e0 /php-pecl-druid.spec
parentd5839ace772264216bd8f3daa4856a49a47bf238 (diff)
php-pecl-druid: 0.6.0
Diffstat (limited to 'php-pecl-druid.spec')
-rw-r--r--php-pecl-druid.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/php-pecl-druid.spec b/php-pecl-druid.spec
index de6f194..ce5e43e 100644
--- a/php-pecl-druid.spec
+++ b/php-pecl-druid.spec
@@ -24,7 +24,7 @@
Summary: A Druid driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 0.3.0
+Version: 0.6.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
Group: Development/Languages
@@ -127,10 +127,15 @@ extension=%{pecl_name}.so
;druid.base_auth_passport = ''
;druid.tpl_path = '/data/php-druid/tpl'
;druid.debug = 0
+;druid.curl_dns_cache_timeout=1
+;druid.curl_connect_timeout=3
+;druid.curl_timeout=5
EOF
%build
+%{?dtsenable}
+
cd NTS
%{_bindir}/phpize
%configure \
@@ -154,6 +159,7 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
+%{?dtsenable}
make -C NTS install INSTALL_ROOT=%{buildroot}
@@ -233,6 +239,10 @@ rm -rf %{buildroot}
%changelog
+* Mon Dec 26 2016 Remi Collet <remi@fedoraproject.org> - 0.6.0-1
+- update to 0.6.0 (stable)
+- open https://github.com/Neeke/PHP-Druid/issues/5 PHP 7 broken
+
* Wed Dec 21 2016 Remi Collet <remi@fedoraproject.org> - 0.3.0-1
- initial package, version 0.3.0 (php 5, beta)
- open https://github.com/Neeke/PHP-Druid/issues/1 mising reflection