diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-09 17:31:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-09 17:31:48 +0100 |
commit | ee4d6389bb67f5252b0612c2c3c57a1733b6f4c4 (patch) | |
tree | 1201f4835ebbeba15785730032d1395c3bb1710e | |
parent | 28051350f9b1523b964399c06013d24d8cea85ba (diff) |
php-fig-http-message-util: 1.1.2
-rw-r--r-- | php-fig-http-message-util.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-fig-http-message-util.spec b/php-fig-http-message-util.spec index 12f70ec..0187998 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 2794f0e6a2566c9cd6a9a521a729da8963a52ca4 +%global gh_commit 20b2c280cb6914b7b83089720df44e490f4b42f0 %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.1 +Version: 1.1.2 Release: 1%{?dist} Summary: PSR Http Message Util @@ -101,6 +101,9 @@ rm -rf %{buildroot} %changelog +* Thu Feb 9 2017 Remi Collet <remi@remirepo.net> - 1.1.2-1 +- update to 1.1.2 + * Tue Feb 7 2017 Remi Collet <remi@remirepo.net> - 1.1.1-1 - update to 1.1.1 |