summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-view.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zendframework-zend-view.spec')
-rw-r--r--php-zendframework-zend-view.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-zendframework-zend-view.spec b/php-zendframework-zend-view.spec
index a231f84..00c4b7a 100644
--- a/php-zendframework-zend-view.spec
+++ b/php-zendframework-zend-view.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-zendframework-zend-view
#
-# Copyright (c) 2015-2017 Remi Collet
+# Copyright (c) 2015-2018 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 3b6342c381c4437a03fc81d0064c0bb8924914d3
+%global gh_commit 804b503689eba98d0afcd555b8f2c6eeb6fea33e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zendframework
%global gh_project zend-view
@@ -20,7 +20,7 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.9.0
+Version: 2.9.1
Release: 1%{?dist}
Summary: Zend Framework %{library} component
@@ -215,7 +215,7 @@ require_once '%{php_home}/Zend/autoload.php';
EOF
ret=0
-for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72; do
+for cmd in "php %{phpunit}" php70 php71 php72; do
if which $cmd; then
set $cmd
$1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1
@@ -237,6 +237,9 @@ exit $ret
%changelog
+* Thu Jan 18 2018 Remi Collet <remi@remirepo.net> - 2.9.1-1
+- Update to 2.9.1
+
* Tue Mar 21 2017 Remi Collet <remi@remirepo.net> - 2.9.0-1
- Update to 2.9.0
- raise dependency on PHP 5.6