From 91686022effeeaf060d93ec1ea9b72f708f30df2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Nov 2021 08:01:47 +0100 Subject: update to 4.3.6 --- 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 a788a4c..f7ea9a9 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 d8a0a9ae215a8acfb51afc29101c7344670b9c83 +%global gh_commit 0bd8c87779d38cc867eea5977fe52c618e6f926b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project vobject @@ -25,8 +25,8 @@ Name: php-sabre-vobject4 Summary: Library to parse and manipulate iCalendar and vCard objects -Version: 4.3.5 -Release: 3%{?dist} +Version: 4.3.6 +Release: 1%{?dist} URL: http://sabre.io/vobject/ License: BSD @@ -143,7 +143,7 @@ fi : Run upstream test suite against installed library ret=0 -for cmdarg in "php %{phpunit}" php73 php74 php80; do +for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} $opt || ret=1 @@ -167,6 +167,9 @@ exit $ret %endif %changelog +* Thu Nov 4 2021 Remi Collet - 4.3.6-1 +- update to 4.3.6 + * Mon Jul 26 2021 Remi Collet - 4.3.5-3 - ignore 1 more test failing on 32-bit -- cgit