summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-psr-http-factory.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-psr-http-factory.spec b/php-psr-http-factory.spec
index 919eca2..adbd7c4 100644
--- a/php-psr-http-factory.spec
+++ b/php-psr-http-factory.spec
@@ -1,13 +1,13 @@
# remirepo/fedora spec file for php-psr-http-factory
#
-# Copyright (c) 2018 Remi Collet
+# Copyright (c) 2018-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 378bfe27931ecc54ff824a20d6f6bfc303bbd04c
+%global gh_commit 12ac7fcd07e5b077433f5f2bee95b3a771bf61be
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner php-fig
%global gh_project http-factory
@@ -16,7 +16,7 @@
%global pk_project %{gh_project}
Name: php-%{pk_vendor}-%{pk_project}
-Version: 1.0.0
+Version: 1.0.1
Release: 1%{?dist}
Summary: Common interfaces for PSR-7 HTTP message factories
@@ -106,6 +106,9 @@ exit (interface_exists("Psr\\Http\\Message\\RequestFactoryInterface") ? 0 : 1);
%changelog
+* Thu May 2 2019 Remi Collet <remi@remirepo.net> - 1.0.1-1
+- update to 1.0.1
+
* Thu Dec 13 2018 Remi Collet <remi@remirepo.net> - 1.0.0-1
- Initial package, version 1.0.0