diff options
author | Remi Collet <remi@remirepo.net> | 2021-11-17 14:39:50 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-11-17 14:39:50 +0100 |
commit | 3daef92d2c2bd4267f3338fe69a8b229bc1c968f (patch) | |
tree | 56b7ac614503e8add8f60f710d0823a7be249124 | |
parent | e064451212d3eb1c55fdf5cb64490110ef382aa7 (diff) |
update to 2.10.2
-rw-r--r-- | php-pdepend-PHP-Depend.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pdepend-PHP-Depend.spec b/php-pdepend-PHP-Depend.spec index d51af8c..21e95ac 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 30452fdabb3dfca89f4bf977abc44adc5391e062 +%global gh_commit c8c1d2af43fb8c2b5387d50e9c42a9c56de13686 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner pdepend %global gh_project pdepend @@ -28,7 +28,7 @@ %endif Name: php-pdepend-PHP-Depend -Version: 2.10.1 +Version: 2.10.2 Release: 1%{?dist} Summary: PHP_Depend design quality metrics for PHP package @@ -154,7 +154,7 @@ EOF # testBinCanReadInput rely on git layout ret=0 -for cmd in php php73 php74 php80 php81; do +for cmd in php php74 php80 php81; do if which $cmd; then $cmd %{_bindir}/phpunit -d memory_limit=1G \ --no-coverage \ @@ -187,6 +187,9 @@ fi %changelog +* Wed Nov 17 2021 Remi Collet <remi@remirepo.net> - 2.10.2-1 +- update to 2.10.2 + * Mon Oct 11 2021 Remi Collet <remi@remirepo.net> - 2.10.1-1 - update to 2.10.1 |