summaryrefslogtreecommitdiffstats
path: root/php-pecl-yaf.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-20 11:53:59 +0200
committerRemi Collet <remi@remirepo.net>2020-04-20 11:53:59 +0200
commit50ba9c1188ef4906e4d45fb043fc8205d0a986f3 (patch)
treeb5022ed19a7e2355211af3d385c563370d6da815 /php-pecl-yaf.spec
parent23853fec0ffb630fccbf19c0362a52b181886f0e (diff)
v3.2.1
Diffstat (limited to 'php-pecl-yaf.spec')
-rw-r--r--php-pecl-yaf.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/php-pecl-yaf.spec b/php-pecl-yaf.spec
index 6177924..c7002a3 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.2.0
+Version: 3.2.1
%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,9 +155,6 @@ 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 \
@@ -223,6 +220,9 @@ fi
%changelog
+* Mon Apr 20 2020 Remi Collet <remi@remirepo.net> - 3.2.1-1
+- update to 3.2.1
+
* Sun Apr 19 2020 Remi Collet <remi@remirepo.net> - 3.2.0-1
- update to 3.2.0 (beta)
- open https://github.com/laruence/yaf/pull/474