diff options
-rw-r--r-- | composer.json | 6 | ||||
-rw-r--r-- | php-laminas-http.spec | 7 |
2 files changed, 5 insertions, 8 deletions
diff --git a/composer.json b/composer.json index e7f5637..bab6e8a 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,6 @@ "config": { "sort-packages": true }, - "extra": { - "branch-alias": { - "dev-master": "2.12.x-dev", - "dev-develop": "2.13.x-dev" - } - }, "require": { "php": "^5.6 || ^7.0", "laminas/laminas-loader": "^2.5.1", diff --git a/php-laminas-http.spec b/php-laminas-http.spec index c11ca8b..05cd718 100644 --- a/php-laminas-http.spec +++ b/php-laminas-http.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 48bd06ffa3a6875e2b77d6852405eb7b1589d575 +%global gh_commit 33b7942f51ce905ce9bfc8bf28badc501d3904b5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-http @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.12.0 +Version: 2.13.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -214,6 +214,9 @@ exit $ret %changelog +* Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 2.13.0-1 +- update to 2.13.0 + * Wed Jun 24 2020 Remi Collet <remi@remirepo.net> - 2.12.0-1 - update to 2.12.0 |