diff options
| -rw-r--r-- | php-phpmd-PHP-PMD.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpmd-PHP-PMD.spec b/php-phpmd-PHP-PMD.spec index 418e7a5..3a27a54 100644 --- a/php-phpmd-PHP-PMD.spec +++ b/php-phpmd-PHP-PMD.spec @@ -7,7 +7,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    3637949092e6471aeaeca66bc6c016f45e459e24 +%global gh_commit    08b60a2eb7e14c23f46ff8865b510ae08b75d0fd  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     phpmd  %global gh_project   phpmd @@ -18,7 +18,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-phpmd-PHP-PMD -Version:        2.11.0 +Version:        2.11.1  Release:        1%{?dist}  Summary:        PHPMD - PHP Mess Detector @@ -186,6 +186,9 @@ fi  %changelog +* Mon Dec 20 2021 Remi Collet <remi@remirepo.net> - 2.11.1-1 +- update to 2.11.1 +  * Tue Nov 30 2021 Remi Collet <remi@remirepo.net> - 2.11.0-1  - update to 2.11.0  - raise dependency on pdepend 2.10.2  | 
