diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-18 08:41:12 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-18 08:41:12 +0200 |
commit | da1709471413ae73cd7701cb49ce249de95485fb (patch) | |
tree | b541a8cfa8cdb3cba1e10f2b862d5b11b4932ab2 | |
parent | 3278bba3679591f554d8d2c96a6e019db530d558 (diff) |
update to 5.1.6
-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 5bdad06..437f671 100644 --- a/php-sabre-http5.spec +++ b/php-sabre-http5.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 164725c2d2e248384e5b6115510c545e9c47cff9 +%global gh_commit 9976ac34ced206bd6579b7b37b401de9fac98dae %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project http @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: Library for dealing with http requests and responses -Version: 5.1.5 +Version: 5.1.6 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -197,6 +197,9 @@ exit $ret %changelog +* Mon Jul 18 2022 Remi Collet <remi@remirepo.net> - 5.1.6-1 +- update to 5.1.6 + * Mon Jul 11 2022 Remi Collet <remi@remirepo.net> - 5.1.5-1 - update to 5.1.5 |