summaryrefslogtreecommitdiffstats
path: root/php-pecl-yar.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-yar.spec')
-rw-r--r--php-pecl-yar.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec
index 3a00c7c..3576c5f 100644
--- a/php-pecl-yar.spec
+++ b/php-pecl-yar.spec
@@ -25,7 +25,7 @@
Summary: Light, concurrent RPC framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 2.2.1
+Version: 2.3.0
%if 0%{?gh_date:1}
Release: 0.14.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
@@ -125,7 +125,6 @@ extension=%{pecl_name}.so
;yar.expose_info=On
;yar.packager=msgpack
;yar.timeout=5000
-;yar.transport=curl
EOF
@@ -223,6 +222,8 @@ rm ?TS/tests/022.phpt
%if %{with tests}
cd NTS
+: erratic results
+#rm tests/047.phpt
: Create test configuration
export TEST_PHP_EXECUTABLE=%{__php}
@@ -254,6 +255,9 @@ export YAR_API_PORT=$(%{__php} -r 'echo 8960 + PHP_MAJOR_VERSION*100 + PHP_MINOR
%changelog
+* Mon Apr 25 2022 Remi Collet <remi@remirepo.net> - 2.3.0-1
+- update to 2.3.0
+
* Mon Dec 20 2021 Remi Collet <remi@remirepo.net> - 2.2.1-1
- update to 2.2.1