From a58c26f325461fed9f5c1602848f9bbb6c7cc61c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Sep 2020 07:32:29 +0200 Subject: update to 2.9.1 --- php-phpmd-PHP-PMD.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-phpmd-PHP-PMD.spec b/php-phpmd-PHP-PMD.spec index 3f2f19c..57770cb 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 2a346575a45a6f00e631f4d7f3f71b6a05e0d46d +%global gh_commit ce10831d4ddc2686c1348a98069771dd314534a8 %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.9.0 +Version: 2.9.1 Release: 1%{?dist} Summary: PHPMD - PHP Mess Detector @@ -181,6 +181,9 @@ fi %changelog +* Thu Sep 24 2020 Remi Collet - 2.9.1-1 +- update to 2.9.1 + * Wed Sep 2 2020 Remi Collet - 2.9.0-1 - update to 2.9.0 -- cgit