diff options
| -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 bb261cd..d51af8c 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    1fd30f4352b630ad53fec3fd5e8b8ba760f85596 +%global gh_commit    30452fdabb3dfca89f4bf977abc44adc5391e062  %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.0 +Version:        2.10.1  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; do +for cmd in php php73 php74 php80 php81; do    if which $cmd; then      $cmd %{_bindir}/phpunit -d memory_limit=1G \        --no-coverage \ @@ -187,6 +187,9 @@ fi  %changelog +* Mon Oct 11 2021 Remi Collet <remi@remirepo.net> - 2.10.1-1 +- update to 2.10.1 +  * Thu Jul 22 2021 Remi Collet <remi@remirepo.net> - 2.10.0-1  - update to 2.10.0  | 
