diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-laminas-psr7bridge.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index f5120e8..ca0ff8f 100644 --- a/composer.json +++ b/composer.json @@ -61,6 +61,6 @@          "test-coverage": "phpunit --colors=always --coverage-clover clover.xml"      },      "replace": { -        "zendframework/zend-psr7bridge": "self.version" +        "zendframework/zend-psr7bridge": "^1.2.0"      }  } diff --git a/php-laminas-psr7bridge.spec b/php-laminas-psr7bridge.spec index 56eb0ba..be18107 100644 --- a/php-laminas-psr7bridge.spec +++ b/php-laminas-psr7bridge.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    405b41b33a66f62787a675090804e0c085797766 +%global gh_commit    d310ce73aae9ff4723f7561539e33c79c38602fe  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-psr7bridge @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project} -Version:        1.2.1 +Version:        1.2.2  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -180,6 +180,9 @@ exit $ret  %changelog +* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 1.2.2-1 +- update to 1.2.2 (no change) +  * Sat Jan 25 2020 Remi Collet <remi@remirepo.net> - 1.2.1-1  - update to 1.2.1  - switch to phpunit7  | 
