summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-20 11:49:00 +0200
committerRemi Collet <remi@remirepo.net>2019-08-20 11:49:00 +0200
commit15a6b5f728c899746ac5c28491309510a09ba6cb (patch)
tree00a6912a868f75b60122120efcf69a46f0954f4c
parent35376f72d6e533bb19b56626c1c261c1f526a2a9 (diff)
v4.0.1
-rw-r--r--php-sabre-dav4.spec13
1 files changed, 9 insertions, 4 deletions
diff --git a/php-sabre-dav4.spec b/php-sabre-dav4.spec
index 8b60e89..c3c4ce2 100644
--- a/php-sabre-dav4.spec
+++ b/php-sabre-dav4.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
# Github
-%global gh_commit a4959bf2b9b175aef6fd91c9006b1ca7a56f9bb0
+%global gh_commit e06e6202768babaab053e7ab260d1e43139a7753
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sabre-io
%global gh_project dav
@@ -22,8 +22,8 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
Summary: WebDAV Framework for PHP
-Version: 4.0.0
-Release: 2%{?dist}
+Version: 4.0.1
+Release: 1%{?dist}
URL: https://github.com/%{gh_owner}/%{gh_project}
# sabre is BSD
@@ -211,9 +211,11 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i bootstrap.php
# TODO testDeliverInsignificantRequest fails locally, not in mock
+# TODO 7.4 see https://github.com/sabre-io/dav/pull/1187
+
: Run upstream test suite against installed library
ret=0
-for cmd in php php71 php72 php73 php74; do
+for cmd in php php71 php72 php73; do
if which $cmd; then
$cmd %{_bindir}/phpunit6 \
--filter '^((?!(testDeliverInsignificantRequest)).)*$' \
@@ -240,6 +242,9 @@ exit $ret
%changelog
+* Tue Aug 20 2019 Remi Collet <remi@remirepo.net> - 4.0.1-1
+- update to 4.0.1
+
* Mon Jul 15 2019 Remi Collet <remi@remirepo.net> - 4.0.0-2
- fix LICENSE for assets/openiconic