diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-11 14:00:18 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-11 14:00:18 +0100 |
commit | aa5c7a495ef61930b0f9f92b260b331d99156ea6 (patch) | |
tree | e2832d26949f6627c41c6ed1b62304ff4cfdf17f | |
parent | 14887f9ee13de2723db19e2839a807018b27c287 (diff) |
php-sabre-http-2.0.2
-rw-r--r-- | php-sabre-http.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sabre-http.spec b/php-sabre-http.spec index 179944f..a55e686 100644 --- a/php-sabre-http.spec +++ b/php-sabre-http.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 36930a4c035ce1751834adc7f300dca620d27775 +%global gh_commit 1ba1938d992be6c0eb4129a2fc81550ff4ee2226 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner fruux %global gh_project sabre-http @@ -15,7 +15,7 @@ Name: php-%{gh_project} Summary: Library for dealing with http requests and responses -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -115,6 +115,9 @@ phpunit \ %changelog +* Tue Feb 11 2014 Remi Collet <remi@fedoraproject.org> - 2.0.2-1 +- update to 2.0.2 + * Sat Jan 11 2014 Remi Collet <remi@fedoraproject.org> - 2.0.1-1 - update to 2.0.1 |