From 23853fec0ffb630fccbf19c0362a52b181886f0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 19 Apr 2020 09:32:33 +0200 Subject: update to 3.2.0 (beta) open https://github.com/laruence/yaf/pull/474 relax test, don't rely on sources path --- php-pecl-yaf.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php-pecl-yaf.spec') diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec index 9f27fdd..6177924 100644 --- a/php-pecl-yaf.spec +++ b/php-pecl-yaf.spec @@ -26,7 +26,7 @@ Summary: Yet Another Framework Name: %{?sub_prefix}php-pecl-yaf -Version: 3.1.4 +Version: 3.2.0 %if 0%{?gh_date:1} Release: 0.12.%{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 @@ -155,6 +155,9 @@ done %check +# fix path +sed -e '/base_uri:protected/s/syaf/s/' -i ?TS/tests/issue231.phpt + cd NTS : Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -220,6 +223,11 @@ fi %changelog +* Sun Apr 19 2020 Remi Collet - 3.2.0-1 +- update to 3.2.0 (beta) +- open https://github.com/laruence/yaf/pull/474 + relax test, don't rely on sources path + * Wed Apr 1 2020 Remi Collet - 3.1.4-1 - update to 3.1.4 -- cgit