From fd631f4ac039aa5395596cf62490d68ec7e06cf1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Feb 2017 07:20:11 +0100 Subject: php-pecl-ds: 1.1.7 (php 7, stable) --- REFLECTION | 2 +- php-pecl-ds.spec | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 2b61e7c..f4feaf9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #79 ds version 1.1.5 ] { +Extension [ 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 - 1.1.7-1 +- Update to 1.1.7 + * Thu Dec 1 2016 Remi Collet - 1.1.6-3 - rebuild with PHP 7.1.0 GA -- cgit