diff options
| author | Remi Collet <remi@remirepo.net> | 2019-12-05 09:48:00 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-12-05 09:48:00 +0100 | 
| commit | f88eef328bb1a62057e3605316813f2de6d47bb5 (patch) | |
| tree | 97c84be324f4f6ada3167e97e594424959ffd086 | |
| parent | 5196dccff7b8ec4c4a94fcb779af857f34b2b20d (diff) | |
| -rw-r--r-- | composer.json | 4 | ||||
| -rw-r--r-- | php-zendframework-zend-http.spec | 10 | 
2 files changed, 10 insertions, 4 deletions
| diff --git a/composer.json b/composer.json index 534269a..9574aab 100644 --- a/composer.json +++ b/composer.json @@ -47,8 +47,8 @@      },      "extra": {          "branch-alias": { -            "dev-master": "2.10.x-dev", -            "dev-develop": "2.11.x-dev" +            "dev-master": "2.11.x-dev", +            "dev-develop": "2.12.x-dev"          }      },      "scripts": { diff --git a/php-zendframework-zend-http.spec b/php-zendframework-zend-http.spec index d18a0c4..efe6f56 100644 --- a/php-zendframework-zend-http.spec +++ b/php-zendframework-zend-http.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    d1906132bb0ba48124088721c4a5187af101037b +%global gh_commit    76000da8490b8685d63ff6f6ff8eefa459f6e9e7  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     zendframework  %global gh_project   zend-http @@ -20,7 +20,7 @@  %endif  Name:           php-%{gh_owner}-%{gh_project} -Version:        2.10.1 +Version:        2.11.1  Release:        1%{?dist}  Summary:        Zend Framework %{library} component @@ -186,6 +186,12 @@ exit $ret  %changelog +* Thu Dec  5 2019 Remi Collet <remi@remirepo.net> - 2.11.1-1 +- update to 2.11.1 + +* Tue Dec  3 2019 Remi Collet <remi@remirepo.net> - 2.11.0-1 +- update to 2.11.0 +  * Tue Dec  3 2019 Remi Collet <remi@remirepo.net> - 2.10.1-1  - update to 2.10.1 | 
