summaryrefslogtreecommitdiffstats
path: root/php-pecl-ref.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-ref.spec')
-rw-r--r--php-pecl-ref.spec12
1 files changed, 5 insertions, 7 deletions
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 <remi@remirepo.net> - 0.4.4-1
+- Update to 0.4.4
+
* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.4.3-2
- rebuild for PHP 7.2.0beta1 new API
- open https://github.com/pinepain/php-ref/issues/23