summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--php-laminas-mvc.spec11
2 files changed, 9 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 1ab5c4f..01f0400 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
+clog
package-*.xml
*.tgz
+*.tar.bz2
*.tar.gz
*.tar.xz
*.tar.xz.asc
diff --git a/php-laminas-mvc.spec b/php-laminas-mvc.spec
index c5f136a..0146057 100644
--- a/php-laminas-mvc.spec
+++ b/php-laminas-mvc.spec
@@ -1,13 +1,13 @@
# remirepo/Fedora spec file for php-laminas-mvc
#
-# Copyright (c) 2015-2021 Remi Collet
+# Copyright (c) 2015-2022 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 215d0ff1b504bfbc299346aae20acb362c38d139
+%global gh_commit e00129958df85fb071e1ff5c931d01df05485c7f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-mvc
@@ -22,7 +22,7 @@
%endif
Name: php-%{gh_project}
-Version: 3.3.0
+Version: 3.3.1
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -263,7 +263,7 @@ rm test/MiddlewareListenerTest.php
: upstream test suite
ret=0
-for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do
+for cmdarg in "php %{phpunit}" php74 php80 php81; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1
@@ -286,6 +286,9 @@ exit $ret
%changelog
+* Thu Feb 3 2022 Remi Collet <remi@remirepo.net> - 3.3.1-1
+- update to 3.3.1
+
* Thu Oct 14 2021 Remi Collet <remi@remirepo.net> - 3.3.0-1
- update to 3.3.0
- keep compatibility using laminas-zendframework-bridge