From e1eca7488f32721572ea692064050e96bbf5a8ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Jan 2026 14:56:25 +0100 Subject: update to 4.5.8 --- php-sabre-vobject4.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-sabre-vobject4.spec') diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index 91ee5ab..1ee5a97 100644 --- a/php-sabre-vobject4.spec +++ b/php-sabre-vobject4.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sabre-vobject4 # -# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2013-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -13,7 +13,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit ff22611a53782e90c97be0d0bc4a5f98a5c0a12c +%global gh_commit d554eb24d64232922e1eab5896cc2f84b3b9ffb1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project vobject @@ -21,7 +21,7 @@ Name: php-sabre-vobject4 Summary: Library to parse and manipulate iCalendar and vCard objects -Version: 4.5.7 +Version: 4.5.8 Release: 1%{?dist} URL: http://sabre.io/vobject/ @@ -146,7 +146,7 @@ fi : Run upstream test suite against installed library ret=0 -for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do +for cmdarg in "php %{phpunit}" php82 php83 php84; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} $opt || ret=1 @@ -169,6 +169,9 @@ exit $ret %endif %changelog +* Mon Jan 12 2026 Remi Collet - 4.5.8-1 +- update to 4.5.8 + * Fri Apr 18 2025 Remi Collet - 4.5.7-1 - update to 4.5.7 - re-license spec file to CECILL-2.1 -- cgit