From 0bad0eacf8dc825456cfa7714c9cdf2f412dc360 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Jun 2022 14:31:07 +0200 Subject: update to 4.4.2 --- php-sabre-vobject4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-sabre-vobject4.spec') diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index 1147020..f498015 100644 --- a/php-sabre-vobject4.spec +++ b/php-sabre-vobject4.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sabre-vobject4 # -# Copyright (c) 2013-2021 Remi Collet +# Copyright (c) 2013-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -12,7 +12,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 06feff370141fd3118609f808e86d9315864bf14 +%global gh_commit b8a44ea1610d9b7012e42a7ff6f1cb66f0b757dd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project vobject @@ -25,7 +25,7 @@ Name: php-sabre-vobject4 Summary: Library to parse and manipulate iCalendar and vCard objects -Version: 4.4.1 +Version: 4.4.2 Release: 1%{?dist} URL: http://sabre.io/vobject/ @@ -176,6 +176,9 @@ exit $ret %endif %changelog +* Fri Jun 24 2022 Remi Collet - 4.4.2-1 +- update to 4.4.2 + * Tue Dec 7 2021 Remi Collet - 4.4.1-1 - update to 4.4.1 -- cgit