diff options
| author | Remi Collet <remi@remirepo.net> | 2022-02-03 09:04:08 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-02-03 09:04:08 +0100 | 
| commit | e61c8a54a7f10de70c0c312219565c2fdaa89f7f (patch) | |
| tree | fdd99cf24a77ebbf5428c1948ccf0b4f2cae718b | |
| parent | e0594a104d69b9689af55f31c26196b52d9ed7d3 (diff) | |
update to 3.3.1
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | php-laminas-mvc.spec | 11 | 
2 files changed, 9 insertions, 4 deletions
| @@ -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 | 
