From f7f62eee19fcaeccec8cfce67c086d20f2ba6573 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Sep 2022 14:20:04 +0200 Subject: update to 2.12.1 --- php-pdepend-PHP-Depend.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-pdepend-PHP-Depend.spec b/php-pdepend-PHP-Depend.spec index 60dc83a..356e478 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 da3166a06b4a89915920a42444f707122a1584c9 +%global gh_commit 7a892d56ceafd804b4a2ecc85184640937ce9e84 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner pdepend %global gh_project pdepend @@ -21,7 +21,7 @@ %global sym_path %{_datadir}/php/Symfony4 Name: php-pdepend-PHP-Depend -Version: 2.10.3 +Version: 2.12.1 Release: 1%{?dist} Summary: PHP_Depend design quality metrics for PHP package @@ -147,7 +147,7 @@ EOF # testBinCanReadInput rely on git layout ret=0 -for cmd in php php74 php80 php81; do +for cmd in php php74 php80 php81 php82; do if which $cmd; then $cmd %{_bindir}/phpunit -d memory_limit=1G \ --no-coverage \ @@ -180,6 +180,9 @@ fi %changelog +* Mon Sep 12 2022 Remi Collet - 2.12.1-1 +- update to 2.12.1 + * Wed Feb 23 2022 Remi Collet - 2.10.3-1 - update to 2.10.3 -- cgit