From 0616b55bdb352b9538c14845016700279a454508 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2017 07:06:29 +0100 Subject: php-pecl-ref: 0.4.2 --- REFLECTION | 2 +- php-pecl-ref.spec | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index a0cbf99..8b167bf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 ref version 0.4.1 ] { +Extension [ extension #118 ref version 0.4.2 ] { - Functions { Function [ function Ref\refcounted ] { diff --git a/php-pecl-ref.spec b/php-pecl-ref.spec index ffd9516..2393c35 100644 --- a/php-pecl-ref.spec +++ b/php-pecl-ref.spec @@ -18,14 +18,14 @@ Summary: Soft and Weak references support in PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.4.1 +Version: 0.4.2 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} -BuildRequires: %{?scl_prefix}php-devel > 7 +BuildRequires: %{?scl_prefix}php-devel >= 7.0.3 BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} @@ -96,6 +96,8 @@ EOF %build +%{?dtsenable} + cd NTS %{_bindir}/phpize %configure \ @@ -116,6 +118,8 @@ make %{?_smp_mflags} %install +%{?dtsenable} + make -C NTS install INSTALL_ROOT=%{buildroot} # install config file @@ -209,6 +213,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Mar 6 2017 Remi Collet - 0.4.2-1 +- Update to 0.4.2 (stable) + * Mon Jan 16 2017 Remi Collet - 0.4.1-1 - initial package, version 0.4.1 (stable) -- cgit