summaryrefslogtreecommitdiffstats
path: root/php-sabre-vobject4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-sabre-vobject4.spec')
-rw-r--r--php-sabre-vobject4.spec11
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 4.5.8-1
+- update to 4.5.8
+
* Fri Apr 18 2025 Remi Collet <remi@remirepo.net> - 4.5.7-1
- update to 4.5.7
- re-license spec file to CECILL-2.1