diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-06 07:06:29 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-06 07:06:29 +0100 |
commit | 0616b55bdb352b9538c14845016700279a454508 (patch) | |
tree | f7466c10cd72447dcbc73d5331269e07bda4ab8d | |
parent | e47089246bf25435d1f6699d7a4d2efc1f379e14 (diff) |
php-pecl-ref: 0.4.2
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-ref.spec | 11 |
2 files changed, 10 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 ref version 0.4.1 ] { +Extension [ <persistent> extension #118 ref version 0.4.2 ] { - Functions { Function [ <internal:ref> 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 <remi@remirepo.net> - 0.4.2-1 +- Update to 0.4.2 (stable) + * Mon Jan 16 2017 Remi Collet <remi@fedoraproject.org> - 0.4.1-1 - initial package, version 0.4.1 (stable) |