diff options
| -rw-r--r-- | php-laminas-mvc.spec | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/php-laminas-mvc.spec b/php-laminas-mvc.spec index 26b4e67..0f36d3d 100644 --- a/php-laminas-mvc.spec +++ b/php-laminas-mvc.spec @@ -23,7 +23,7 @@  Name:           php-%{gh_project}  Version:        3.3.3 -Release:        1%{?dist} +Release:        2%{?dist}  Summary:        %{namespace} Framework %{library} component  License:        BSD @@ -41,12 +41,11 @@ BuildRequires:  php-pcre  BuildRequires:  php-spl  # remirepo:1  %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 -BuildRequires: (php-composer(container-interop/container-interop)        >= 1.2     with php-composer(container-interop/container-interop)        < 2)  BuildRequires: (php-autoloader(%{gh_owner}/laminas-eventmanager)         >= 3.4     with php-autoloader(%{gh_owner}/laminas-eventmanager)         < 4)  BuildRequires: (php-autoloader(%{gh_owner}/laminas-http)                 >= 2.15    with php-autoloader(%{gh_owner}/laminas-http)                 < 3)  BuildRequires: (php-autoloader(%{gh_owner}/laminas-modulemanager)        >= 2.8     with php-autoloader(%{gh_owner}/laminas-modulemanager)        < 3)  BuildRequires: (php-autoloader(%{gh_owner}/laminas-router)               >= 3.5     with php-autoloader(%{gh_owner}/laminas-router)               < 4) -BuildRequires: (php-autoloader(%{gh_owner}/laminas-servicemanager)       >= 3.7     with php-autoloader(%{gh_owner}/laminas-servicemanager)       < 4) +BuildRequires: (php-autoloader(%{gh_owner}/laminas-servicemanager)       >= 3.12    with php-autoloader(%{gh_owner}/laminas-servicemanager)       < 4)  BuildRequires: (php-autoloader(%{gh_owner}/laminas-stdlib)               >= 3.6     with php-autoloader(%{gh_owner}/laminas-stdlib)               < 4)  BuildRequires: (php-autoloader(%{gh_owner}/laminas-view)                 >= 2.14    with php-autoloader(%{gh_owner}/laminas-view)                 < 3)  BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0     with php-autoloader(%{gh_owner}/laminas-zendframework-bridge) < 2) @@ -63,9 +62,8 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-json)                 >= 3.3  BuildRequires: (php-autoloader(%{gh_owner}/laminas-psr7bridge)           >= 1.0     with php-autoloader(%{gh_owner}/laminas-psr7bridge)           < 2)  BuildRequires: (php-autoloader(%{gh_owner}/laminas-stratigility)         >= 2.0.1   with php-autoloader(%{gh_owner}/laminas-stratigility)         < 3)  BuildRequires: (php-composer(phpspec/prophecy-phpunit)                   >= 2.0     with php-composer(phpspec/prophecy-phpunit)                   < 3) -# remirepo:16 +# remirepo:15  %else -BuildRequires:  php-container-interop  BuildRequires:  php-laminas-eventmanager  BuildRequires:  php-laminas-http  BuildRequires:  php-laminas-modulemanager @@ -99,12 +97,11 @@ BuildRequires:  php-fedora-autoloader-devel  Requires:       php(language) >= 5.6  # remirepo:1  %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 -Requires:      (php-composer(container-interop/container-interop)        >= 1.2     with php-composer(container-interop/container-interop)        < 2)  Requires:      (php-autoloader(%{gh_owner}/laminas-eventmanager)         >= 3.4     with php-autoloader(%{gh_owner}/laminas-eventmanager)         < 4)  Requires:      (php-autoloader(%{gh_owner}/laminas-http)                 >= 2.15    with php-autoloader(%{gh_owner}/laminas-http)                 < 3)  Requires:      (php-autoloader(%{gh_owner}/laminas-modulemanager)        >= 2.8     with php-autoloader(%{gh_owner}/laminas-modulemanager)        < 3)  Requires:      (php-autoloader(%{gh_owner}/laminas-router)               >= 3.5     with php-autoloader(%{gh_owner}/laminas-router)               < 4) -Requires:      (php-autoloader(%{gh_owner}/laminas-servicemanager)       >= 3.7     with php-autoloader(%{gh_owner}/laminas-servicemanager)       < 4) +Requires:      (php-autoloader(%{gh_owner}/laminas-servicemanager)       >= 3.12    with php-autoloader(%{gh_owner}/laminas-servicemanager)       < 4)  Requires:      (php-autoloader(%{gh_owner}/laminas-stdlib)               >= 3.6     with php-autoloader(%{gh_owner}/laminas-stdlib)               < 4)  Requires:      (php-autoloader(%{gh_owner}/laminas-view)                 >= 2.14    with php-autoloader(%{gh_owner}/laminas-view)                 < 3)  Requires:      (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0     with php-autoloader(%{gh_owner}/laminas-zendframework-bridge) < 2) @@ -133,7 +130,6 @@ Suggests:       php-autoloader(%{gh_owner}/laminas-paginator)  Suggests:       php-autoloader(%{gh_owner}/laminas-servicemanager-di)  # remirepo:11  %else -Requires:       php-container-interop  Requires:       php-laminas-eventmanager  Requires:       php-laminas-http  Requires:       php-laminas-modulemanager @@ -286,6 +282,10 @@ exit $ret  %changelog +* 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 +  * Tue Feb 22 2022 Remi Collet <remi@remirepo.net> - 3.3.3-1  - update to 3.3.3 (no change)  | 
