summaryrefslogtreecommitdiffstats
path: root/php-sabre-dav.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-sabre-dav.spec')
-rw-r--r--php-sabre-dav.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-sabre-dav.spec b/php-sabre-dav.spec
index f3abfd6..220592b 100644
--- a/php-sabre-dav.spec
+++ b/php-sabre-dav.spec
@@ -19,7 +19,7 @@
Name: php-sabre-%{gh_project}
Summary: WebDAV Framework for PHP
Version: 3.2.3
-Release: 1%{?dist}
+Release: 3%{?dist}
URL: https://github.com/%{gh_owner}/%{gh_project}
License: BSD
@@ -194,7 +194,7 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i bootstrap.php
: Run upstream test suite against installed library
ret=0
-for cmd in php php70 php71 php72 php73; do
+for cmd in php php71 php72 php73 php74; do
if which $cmd; then
$cmd %{_bindir}/phpunit \
--filter '^((?!(testRequireAuth)).)*$' \
@@ -208,6 +208,7 @@ exit $ret
%files
+# remirepo:1
%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc *md
@@ -220,6 +221,9 @@ exit $ret
%changelog
+* Mon Jul 1 2019 Remi Collet <remi@remirepo.net> - 3.2.3-3
+- change autoloader order to ensure same versions are used
+
* Wed Jan 9 2019 Remi Collet <remi@remirepo.net> - 3.2.3-1
- update to 3.2.3