From fff63040145181beac3a9e4dab16c097918808c8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Sep 2022 14:47:45 +0200 Subject: update to 2.3.2 --- php-sabre-uri2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-sabre-uri2.spec b/php-sabre-uri2.spec index 93d18aa..465a025 100644 --- a/php-sabre-uri2.spec +++ b/php-sabre-uri2.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 2ec3dcec9e1586893c9820a12f573f73a71200f4 +%global gh_commit eceb4a1b8b680b45e215574222d6ca00be541970 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project uri @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: Functions for making sense out of URIs -Version: 2.3.1 +Version: 2.3.2 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -136,6 +136,9 @@ exit $ret %changelog +* Mon Sep 19 2022 Remi Collet - 2.3.2-1 +- update to 2.3.2 + * Mon Sep 12 2022 Remi Collet - 2.3.1-1 - update to 2.3.1 -- cgit