summaryrefslogtreecommitdiffstats
path: root/php-pecl-seaslog.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-23 15:52:12 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-23 15:52:12 +0100
commit346e4e1f53029e6d24e7406010e8ed5848e8a717 (patch)
tree690cdf9adfeece929f08ef0aee637de387e72095 /php-pecl-seaslog.spec
parent000b0e9dd11f29c97ad1831e149056017753c85c (diff)
php-pecl-seaslog: 1.6.9
Diffstat (limited to 'php-pecl-seaslog.spec')
-rw-r--r--php-pecl-seaslog.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-seaslog.spec b/php-pecl-seaslog.spec
index 83e8c90..43018a3 100644
--- a/php-pecl-seaslog.spec
+++ b/php-pecl-seaslog.spec
@@ -25,8 +25,8 @@
Summary: A effective,fast,stable log extension for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.6.8
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.6.9
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
Group: Development/Languages
URL: http://pecl.php.net/package/%{proj_name}
@@ -139,6 +139,8 @@ EOF
%build
+%{?dtsenable}
+
cd NTS
%{_bindir}/phpize
%configure \
@@ -158,6 +160,7 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
+%{?dtsenable}
make -C NTS install INSTALL_ROOT=%{buildroot}
@@ -237,6 +240,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Jan 23 2017 Remi Collet <remi@fedoraproject.org> - 1.6.9-1
+- Update to 1.6.9
+
* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.6.8-2
- rebuild with PHP 7.1.0 GA