From 974ba3d39a84644338d3a3da0f847ef5f11a2610 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2020 07:00:50 +0100 Subject: update to 2.0.2 --- php-sebastian-complexity.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-sebastian-complexity.spec') 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 - 2.0.2-1 +- update to 2.0.2 + * Mon Sep 28 2020 Remi Collet - 2.0.1-1 - update to 2.0.1 (no change) -- cgit