diff options
| author | Remi Collet <remi@remirepo.net> | 2020-03-30 10:20:07 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-03-30 10:20:07 +0200 | 
| commit | 34ebe3611c25556c81e0b311ecb1152b1801f0ad (patch) | |
| tree | 74f2e929f33a40cf89f09b308001493a1a6d898d | |
| parent | b007912edc0f62565a46ed313edd8620f08e9b25 (diff) | |
update to 2.2.2p2 (no change)
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-laminas-stratigility.spec | 11 | 
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 99d6a48..ffda801 100644 --- a/composer.json +++ b/composer.json @@ -73,6 +73,6 @@          "test-coverage": "phpunit --colors=always --coverage-clover clover.xml"      },      "replace": { -        "zendframework/zend-stratigility": "self.version" +        "zendframework/zend-stratigility": "~2.2.2.0"      }  } diff --git a/php-laminas-stratigility.spec b/php-laminas-stratigility.spec index 860357c..7fc0d6d 100644 --- a/php-laminas-stratigility.spec +++ b/php-laminas-stratigility.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    a1918566361aada1b7a56ac206e2f2ac697a204a +%global gh_commit    cc6f48fd9cedb446debe9c4a1710b31ff7e6a62d  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-stratigility @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project} -Version:        2.2.2p1 +Version:        2.2.2p2  Release:        1%{?dist}  Summary:        Middleware for PHP @@ -75,7 +75,7 @@ Requires:       php(language) >= 5.6  Requires:      (php-autoloader(%{gh_owner}/laminas-escaper)              >= 2.3    with php-autoloader(%{gh_owner}/laminas-escaper)              < 3)  Requires:      (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0    with php-autoloader(%{gh_owner}/laminas-zendframework-bridge) < 2)  Requires:      (php-composer(psr/http-message)                           >= 1.0    with php-composer(psr/http-message)                           < 2) -# remirepo:6 +# remirepo:5  %else  Requires:       php-laminas-escaper  Requires:       php-laminas-zendframework-bridge @@ -191,7 +191,10 @@ exit $ret  %changelog -* Fri Jan 10 2020 Remi Collet <remi@remirepo.net> - 2.8.0-1 +* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 2.2.2p2-1 +- update to 2.2.2p2 (no change) + +* Fri Jan 10 2020 Remi Collet <remi@remirepo.net> - 2.2.2p1-1  - switch to Laminas  - update to 2.2.2p1  - raise dependency on http-interop/http-middleware 0.5  | 
