summaryrefslogtreecommitdiffstats
path: root/php-fig-http-message-util.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-fig-http-message-util.spec')
-rw-r--r--php-fig-http-message-util.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-fig-http-message-util.spec b/php-fig-http-message-util.spec
index 41c8ae6..aaf33f6 100644
--- a/php-fig-http-message-util.spec
+++ b/php-fig-http-message-util.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
-%global gh_commit 3242caa9da7221a304b8f84eb9eaddae0a7cf422
+%global gh_commit 9d94dc0154230ac39e5bf89398b324a86f63f765
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner php-fig
%global gh_project http-message-util
@@ -15,7 +15,7 @@
%global pk_project %{gh_project}
Name: php-%{pk_owner}-%{pk_project}
-Version: 1.1.4
+Version: 1.1.5
Release: 1%{?dist}
Summary: PSR Http Message Util
@@ -34,7 +34,7 @@ BuildRequires: php-composer(psr/http-message) >= 1.0
BuildRequires: php-composer(fedora/autoloader)
# From composer.json, "require": {
-# "php": "^5.3 || ^7.0",
+# "php": "^5.3 || ^7.0 || ^8.0",
Requires: php(language) > 5.3
# From composer.json, "suggest": {
# "psr/http-message": "^1.0"
@@ -100,6 +100,9 @@ exit ($ok ? 0 : 1);
%changelog
+* Wed Nov 25 2020 Remi Collet <remi@remirepo.net> - 1.1.5-1
+- update to 1.1.5 (no change)
+
* Thu Mar 19 2020 Remi Collet <remi@remirepo.net> - 1.1.4-1
- update to 1.1.4
- psr/http-message is optional