summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-01-27 13:46:28 +0100
committerRemi Collet <remi@remirepo.net>2020-01-27 13:46:28 +0100
commit694b9430f2183491d6a548d202cf26f9dabeb342 (patch)
treee83acc75ad6ef818ce13b8c1f1447963edef09c8
parentd34cfedb34154d5a9b756b37480107690d29999f (diff)
v2.7.0
-rw-r--r--php-pdepend-PHP-Depend.spec12
1 files changed, 7 insertions, 5 deletions
diff --git a/php-pdepend-PHP-Depend.spec b/php-pdepend-PHP-Depend.spec
index 6e6cb6b..9c28000 100644
--- a/php-pdepend-PHP-Depend.spec
+++ b/php-pdepend-PHP-Depend.spec
@@ -7,7 +7,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 395b0f356bc0881ef88864bffb4ba1423ca0d111
+%global gh_commit cba74e118ce806f97fcb108c00d61ebf2a5a936e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner pdepend
%global gh_project pdepend
@@ -26,11 +26,10 @@
%endif
Name: php-pdepend-PHP-Depend
-Version: 2.6.1
+Version: 2.7.0
Release: 1%{?dist}
Summary: PHP_Depend design quality metrics for PHP package
-Group: Development/Libraries
License: BSD
URL: http://pdepend.org/
# git snashop to get upstream test suite
@@ -151,13 +150,13 @@ require '%{buildroot}%{php_home}/autoload.php';
\Fedora\Autoloader\Autoload::addPsr4('PDepend\\', __DIR__);
EOF
-# testSetModifiersThrowsExpectedExceptionForInvalidModifier fails with 7.4
+# testBinCanReadInput rely on git layout
ret=0
for cmd in php php72 php73 php74; do
if which $cmd; then
$cmd %{_bindir}/phpunit -d memory_limit=1G \
--no-coverage \
- --filter '^((?!(testSetModifiersThrowsExpectedExceptionForInvalidModifier)).)*$' \
+ --filter '^((?!(testBinCanReadInput)).)*$' \
--verbose || ret=1
fi
done
@@ -185,6 +184,9 @@ fi
%changelog
+* Mon Jan 27 2020 Remi Collet <remi@remirepo.net> - 2.7.0-1
+- update to 2.7.0
+
* Fri Jan 3 2020 Remi Collet <remi@remirepo.net> - 2.6.1-1
- update to 2.6.1