diff options
| -rw-r--r-- | composer.json | 5 | ||||
| -rw-r--r-- | php-laminas-mvc.spec | 11 | 
2 files changed, 11 insertions, 5 deletions
diff --git a/composer.json b/composer.json index ed563ed..495df35 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,10 @@          "forum": "https://discourse.laminas.dev"      },      "config": { -        "sort-packages": true +        "sort-packages": true, +        "platform": { +            "php": "7.3.99" +        }      },      "extra": {      }, diff --git a/php-laminas-mvc.spec b/php-laminas-mvc.spec index 77aa0ea..f8d4566 100644 --- a/php-laminas-mvc.spec +++ b/php-laminas-mvc.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    7ff2bfbe64048aa83c6d1c7edcbab849123f0150 +%global gh_commit    46a3be585582788721c3533eb25226787cbd4359  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-mvc @@ -22,8 +22,8 @@  %endif  Name:           php-%{gh_project} -Version:        3.3.3 -Release:        2%{?dist} +Version:        3.3.4 +Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component  License:        BSD @@ -258,7 +258,7 @@ rm test/MiddlewareListenerTest.php  : upstream test suite  ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do    if which $cmdarg; then      set $cmdarg      $1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1 @@ -281,6 +281,9 @@ exit $ret  %changelog +* Tue Sep 20 2022 Remi Collet <remi@remirepo.net> - 3.3.4-1 +- update to 3.3.4 +  * Thu Jun 23 2022 Remi Collet <remi@remirepo.net> - 3.3.3-2  - drop dependency on container-interop/container-interop    replaced by servicemanager >= 3.12  | 
