diff options
Diffstat (limited to 'php-sebastian-complexity.spec')
-rw-r--r-- | php-sebastian-complexity.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-sebastian-complexity.spec b/php-sebastian-complexity.spec index 824a07c..a027e82 100644 --- a/php-sebastian-complexity.spec +++ b/php-sebastian-complexity.spec @@ -9,7 +9,7 @@ %bcond_without tests # github -%global gh_commit ba8cc2da0c0bfbc813d03b56406734030c7f1eff +%global gh_commit 739b35e53379900cc9ac327b2147867b8b6efd88 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project complexity @@ -23,7 +23,7 @@ %global ns_project Complexity Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.0.1 +Version: 2.0.2 Release: 1%{?dist} Summary: Calculating the complexity of PHP code units @@ -124,6 +124,9 @@ exit $ret %changelog +* Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 2.0.2-1 +- update to 2.0.2 + * Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 2.0.1-1 - update to 2.0.1 (no change) |