diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-29 08:57:36 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-29 08:57:36 +0100 |
commit | 2728b989c68fbf02c4e6efeb0670fe26fbbf4b56 (patch) | |
tree | 633cfaa7d1a274f0a06a35d9dd602e694caccf76 | |
parent | eca9f4e8a7f8d0905ab7cc8340ac624259c51bf6 (diff) |
v5.0.5
-rw-r--r-- | php-sabre-http5.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sabre-http5.spec b/php-sabre-http5.spec index 2baa6f2..3faa153 100644 --- a/php-sabre-http5.spec +++ b/php-sabre-http5.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 73e2fa1ef894eddff145b698b6b0e2e2c5bf1d72 +%global gh_commit 85962a2ed867e7e5beb9f9d3a15cd53cd521a09b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project http @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: Library for dealing with http requests and responses -Version: 5.0.4 +Version: 5.0.5 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -187,6 +187,9 @@ exit $ret %changelog +* Fri Nov 29 2019 Remi Collet <remi@remirepo.net> - 5.0.5-1 +- update to 5.0.5 + * Thu Oct 10 2019 Remi Collet <remi@remirepo.net> - 5.0.4-1 - update to 5.0.4 |