summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-02-25 07:26:27 +0100
committerRemi Collet <remi@remirepo.net>2021-02-25 07:26:27 +0100
commitf8dc92a9d21cf2b46c9e8674271de0ee52e22a24 (patch)
treedfc7d3ac725b304c2bdcc7300c54a35395b62695
parentdc70d67214e423a9bcb668548315b021dd4b7702 (diff)
update to 2.14.3 (no change)
-rw-r--r--php-laminas-http.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-http.spec b/php-laminas-http.spec
index ad3f199..f2141ef 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 298f732e1acb031db70ea4fd2133a283b2a4a65e
+%global gh_commit bfaab8093e382274efed7fdc3ceb15f09ba352bb
%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.14.2
+Version: 2.14.3
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -214,6 +214,9 @@ exit $ret
%changelog
+* Thu Feb 25 2021 Remi Collet <remi@remirepo.net> - 2.14.3-1
+- update to 2.14.3 (no change)
+
* Thu Jan 7 2021 Remi Collet <remi@remirepo.net> - 2.14.2-1
- update to 2.14.2
- raise dependency on PHP 7.3