summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-08-19 08:32:01 +0200
committerRemi Collet <remi@remirepo.net>2020-08-19 08:32:01 +0200
commit3b2796c77abcfd576581936564dcb7c0e46a1fe5 (patch)
tree544a394490ef5d933b2bd07d9eee772c67be22aa
parent4886d9e6c5b9374206ff68aede82796967da2141 (diff)
update to 2.13.0
-rw-r--r--composer.json6
-rw-r--r--php-laminas-http.spec7
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