From fdae674fc09cc0e8875a0343b4b605b7d5b10e62 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Dec 2021 12:19:24 +0100 Subject: update to 4.4.1 --- php-sabre-vobject4.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index 48d5c28..1147020 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 0a2e27c797ec0934f376764e1a16567bbbcece0b +%global gh_commit 06feff370141fd3118609f808e86d9315864bf14 %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.0 +Version: 4.4.1 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}" php73 php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} $opt || ret=1 @@ -164,6 +164,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc *md @@ -175,6 +176,9 @@ exit $ret %endif %changelog +* Tue Dec 7 2021 Remi Collet - 4.4.1-1 +- update to 4.4.1 + * Tue Nov 16 2021 Remi Collet - 4.4.0-1 - update to 4.4.0 -- cgit