diff options
| -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  | 
