diff options
| author | Remi Collet <remi@remirepo.net> | 2022-09-12 14:20:04 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-09-12 14:20:04 +0200 | 
| commit | f7f62eee19fcaeccec8cfce67c086d20f2ba6573 (patch) | |
| tree | c2340deab6464754496da9fa0742a32d39c62a39 | |
| parent | 3c273c764a73cd72cd1f3a2652960a7c79a9ed14 (diff) | |
| -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 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 <remi@remirepo.net> - 2.12.1-1 +- update to 2.12.1 +  * Wed Feb 23 2022 Remi Collet <remi@remirepo.net> - 2.10.3-1  - update to 2.10.3  | 
