From 99d08049b306a4ee6ed397d625f1b4159222f82a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Aug 2023 15:24:22 +0200 Subject: update to 5.1.10 --- php-sabre-http5.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-sabre-http5.spec b/php-sabre-http5.spec index 0d4cf42..7d7361e 100644 --- a/php-sabre-http5.spec +++ b/php-sabre-http5.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit b6fa04f42f49156eaab3fb890c79f4c43a9559b7 +%global gh_commit f9f3d1fba8916fa2f4ec25636c4fedc26cb94e02 %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.7 +Version: 5.1.10 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -197,6 +197,9 @@ exit $ret %changelog +* Thu Aug 24 2023 Remi Collet - 5.1.10-1 +- update to 5.1.10 + * Mon Jun 26 2023 Remi Collet - 5.1.7-1 - update to 5.1.7 -- cgit