summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-10 14:27:05 +0200
committerRemi Collet <remi@php.net>2022-10-10 14:27:05 +0200
commit7b12d46e5ca8ab6b048c4c0b14322570ceeb1cc6 (patch)
treee54b9e16d92c5e367184090b75329907a3d3cdf3
parent9e93fd183d7b03d446444e991bdb8426037e3e3a (diff)
update to 4.5.1
-rw-r--r--php-sabre-vobject4.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec
index 69d6bdb..f391906 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 d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e
+%global gh_commit 1f836740c88bac483f3b572a332eb8fd1cd04981
%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.5.0
+Version: 4.5.1
Release: 1%{?dist}
URL: http://sabre.io/vobject/
@@ -146,7 +146,7 @@ exit (Sabre\VObject\Version::VERSION === "%{version}" ? 0 : 1);
%if %{with tests}
opt="--verbose"
if [ $(php -r 'echo PHP_INT_SIZE;') -lt 8 ]; then
- opt="--filter '^((?!(testNeverEnding|testGeneratorBaseObject)).)*$' $opt"
+ opt="--filter '^((?!(testNeverEnding|testGeneratorBaseObject|testDailyBySetPosLoop|testYearlyBySetPosLoop)).)*$' $opt"
fi
: Run upstream test suite against installed library
@@ -176,6 +176,9 @@ exit $ret
%endif
%changelog
+* Mon Oct 10 2022 Remi Collet <remi@remirepo.net> - 4.5.1-1
+- update to 4.5.1
+
* Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 4.5.0-1
- update to 4.5.0