diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-27 07:00:50 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-27 07:00:50 +0100 |
commit | 974ba3d39a84644338d3a3da0f847ef5f11a2610 (patch) | |
tree | d3e19f89a8cfc061d40807dd87d8a4ea252efcca | |
parent | e72971c15aac8a3231f6f1a7a98665a9b9c553e7 (diff) |
update to 2.0.2
-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) |