summaryrefslogtreecommitdiffstats
path: root/php-sabre-vobject4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-04 08:01:47 +0100
committerRemi Collet <remi@php.net>2021-11-04 08:01:47 +0100
commit91686022effeeaf060d93ec1ea9b72f708f30df2 (patch)
tree59d85e992f192936b30feefa670ed07bdbbf54c7 /php-sabre-vobject4.spec
parent37d0f4df86fa8d0be66d95c46f4c68b54d999577 (diff)
update to 4.3.6
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 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 <remi@remirepo.net> - 4.3.6-1
+- update to 4.3.6
+
* Mon Jul 26 2021 Remi Collet <remi@remirepo.net> - 4.3.5-3
- ignore 1 more test failing on 32-bit