From 13574c57db0671bb456c44b5b303d9a46085a742 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Aug 2017 08:56:10 +0200 Subject: v0.4.4 --- php-pecl-ref.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'php-pecl-ref.spec') diff --git a/php-pecl-ref.spec b/php-pecl-ref.spec index 4dff192..b0bd406 100644 --- a/php-pecl-ref.spec +++ b/php-pecl-ref.spec @@ -18,8 +18,8 @@ Summary: Soft and Weak references support in PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.4.3 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 0.4.4 +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 @@ -166,11 +166,6 @@ fi %check -%if "%{php_version}" > "7.2" -rm ?TS/tests/004-SoftReference-notified_prevent_destoying_forever.phpt -rm ?TS/tests/004-SoftReference-notified_prevent_destoying_with_weak.phpt -%endif - cd NTS : Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -223,6 +218,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Aug 1 2017 Remi Collet - 0.4.4-1 +- Update to 0.4.4 + * Tue Jul 18 2017 Remi Collet - 0.4.3-2 - rebuild for PHP 7.2.0beta1 new API - open https://github.com/pinepain/php-ref/issues/23 -- cgit