From eca9f4e8a7f8d0905ab7cc8340ac624259c51bf6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Oct 2019 07:44:52 +0200 Subject: v5.0.4 --- php-sabre-http5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-sabre-http5.spec') diff --git a/php-sabre-http5.spec b/php-sabre-http5.spec index 5506221..2baa6f2 100644 --- a/php-sabre-http5.spec +++ b/php-sabre-http5.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 59359212b84138ddb93167d67733fe5d06ba9b6b +%global gh_commit 73e2fa1ef894eddff145b698b6b0e2e2c5bf1d72 %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.3 +Version: 5.0.4 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -187,6 +187,9 @@ exit $ret %changelog +* Thu Oct 10 2019 Remi Collet - 5.0.4-1 +- update to 5.0.4 + * Tue Oct 8 2019 Remi Collet - 5.0.3-1 - update to 5.0.3 -- cgit