From 9e93fd183d7b03d446444e991bdb8426037e3e3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Aug 2022 07:43:20 +0200 Subject: update to 4.5.0 --- php-sabre-vobject4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index e698bab..69d6bdb 100644 --- a/php-sabre-vobject4.spec +++ b/php-sabre-vobject4.spec @@ -12,7 +12,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 2a043b994fa8d8a655c3d50d73c1ad443d31d677 +%global gh_commit d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e %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.3 +Version: 4.5.0 Release: 1%{?dist} URL: http://sabre.io/vobject/ @@ -151,7 +151,7 @@ fi : Run upstream test suite against installed library ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} $opt || ret=1 @@ -176,6 +176,9 @@ exit $ret %endif %changelog +* Thu Aug 18 2022 Remi Collet - 4.5.0-1 +- update to 4.5.0 + * Mon Jul 18 2022 Remi Collet - 4.4.3-1 - update to 4.4.3 -- cgit