summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-07 06:57:46 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-07 06:57:46 +0100
commit28051350f9b1523b964399c06013d24d8cea85ba (patch)
tree1f6484338e5dfc76a55926fe3ba83d9701735bde
parent0608aab2da03f0742ec747480407945adeaf1e34 (diff)
php-fig-http-message-util: 1.1.1
-rw-r--r--php-fig-http-message-util.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-fig-http-message-util.spec b/php-fig-http-message-util.spec
index 7754e30..12f70ec 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 70899e53776d4d65fec9f90f0f88ba6c4d0f7b88
+%global gh_commit 2794f0e6a2566c9cd6a9a521a729da8963a52ca4
%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.0
+Version: 1.1.1
Release: 1%{?dist}
Summary: PSR Http Message Util
@@ -101,6 +101,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Feb 7 2017 Remi Collet <remi@remirepo.net> - 1.1.1-1
+- update to 1.1.1
+
* Wed Dec 14 2016 Remi Collet <remi@fedoraproject.org> - 1.1.0-1
- initial package