diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-16 08:40:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-16 08:40:56 +0200 |
commit | 469c4ba86d762671c52e65120c44bca97bf0e796 (patch) | |
tree | d46739cde2afc793e697efcbc2121ac2a4a9ef62 | |
parent | 1c5b8e6922eda5e9781fade2da0f1b3943cd2d72 (diff) |
update to 2.9.1
-rw-r--r-- | php-pdepend-PHP-Depend.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pdepend-PHP-Depend.spec b/php-pdepend-PHP-Depend.spec index d845ea6..e0239ed 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 b6452ce4b570f540be3a4f46276dd8d8f4fa5ead +%global gh_commit 1632f0cee84512ffd6dde71e58536b3b06528c41 %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.9.0 +Version: 2.9.1 Release: 1%{?dist} Summary: PHP_Depend design quality metrics for PHP package @@ -187,6 +187,9 @@ fi %changelog +* Fri Apr 16 2021 Remi Collet <remi@remirepo.net> - 2.9.1-1 +- update to 2.9.1 + * Thu Mar 11 2021 Remi Collet <remi@remirepo.net> - 2.9.0-1 - update to 2.9.0 |