summaryrefslogtreecommitdiffstats
path: root/php-pecl-ds.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-13 07:20:11 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-13 07:20:11 +0100
commitfd631f4ac039aa5395596cf62490d68ec7e06cf1 (patch)
tree251c8ec13588669f77427c318a602d6067857f06 /php-pecl-ds.spec
parent57f1c25aa29e3e20f3036c493301ba427c27546c (diff)
php-pecl-ds: 1.1.7 (php 7, stable)
Diffstat (limited to 'php-pecl-ds.spec')
-rw-r--r--php-pecl-ds.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec
index dd8fd75..af7a3e6 100644
--- a/php-pecl-ds.spec
+++ b/php-pecl-ds.spec
@@ -29,8 +29,8 @@
Summary: Data Structures for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.1.6
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.1.7
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -113,6 +113,8 @@ EOF
%build
+%{?dtsenable}
+
peclbuild() {
%configure \
--enable-ds \
@@ -133,6 +135,8 @@ peclbuild %{_bindir}/zts-php-config
%install
+%{?dtsenable}
+
make -C NTS \
install INSTALL_ROOT=%{buildroot}
@@ -225,6 +229,9 @@ cd ..
%changelog
+* Mon Feb 13 2017 Remi Collet <remi@fedoraproject.org> - 1.1.7-1
+- Update to 1.1.7
+
* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.1.6-3
- rebuild with PHP 7.1.0 GA