summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-laminas-diactoros2.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php-laminas-diactoros2.spec b/php-laminas-diactoros2.spec
index ca95053..96a331d 100644
--- a/php-laminas-diactoros2.spec
+++ b/php-laminas-diactoros2.spec
@@ -1,6 +1,6 @@
# remirepo/Fedora spec file for php-laminas-diactoros2
#
-# Copyright (c) 2015-2020 Shawn Iwinski, Remi Collet
+# Copyright (c) 2015-2021 Shawn Iwinski, Remi Collet
#
# License: MIT
# http://opensource.org/licenses/MIT
@@ -38,7 +38,7 @@
Name: php-%{gh_project}%{major}
Version: 2.5.0
-Release: 1%{?gh_release}%{?dist}
+Release: 2%{?gh_release}%{?dist}
Summary: PSR HTTP Message implementations v%{major}
License: BSD
@@ -224,6 +224,9 @@ require_once '%{buildroot}%{phpdir}/%{namespace}/%{library}%{major}/autoload.php
\Fedora\Autoloader\Autoload::addPsr4('Interop\\Http\\Factory\\', __DIR__.'/factory/test');
BOOTSTRAP
+sed -e 's:vendor/http-interop/http-factory-tests:factory:' \
+ phpunit.xml.dist >phpunit.xml
+
: Upstream tests
# Skip tests requiring network access
RETURN_CODE=0
@@ -260,6 +263,9 @@ exit $RETURN_CODE
%changelog
+* Thu Jan 21 2021 Remi Collet <remi@remirepo.net> - 2.5.0-2
+- fix test suite path, from review #1900513
+
* Thu Nov 19 2020 Remi Collet <remi@remirepo.net> - 2.5.0-1
- update to 2.5.0
- raise dependency on PHP 7.3