diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-13 07:20:11 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-13 07:20:11 +0100 |
commit | fd631f4ac039aa5395596cf62490d68ec7e06cf1 (patch) | |
tree | 251c8ec13588669f77427c318a602d6067857f06 | |
parent | 57f1c25aa29e3e20f3036c493301ba427c27546c (diff) |
php-pecl-ds: 1.1.7 (php 7, stable)
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-ds.spec | 11 |
2 files changed, 10 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #79 ds version 1.1.5 ] { +Extension [ <persistent> extension #81 ds version 1.1.7 ] { - Dependencies { Dependency [ json (Required) ] 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 |