diff options
-rw-r--r-- | phpcpd.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpcpd.spec b/phpcpd.spec index 2819ff6..be375d8 100644 --- a/phpcpd.spec +++ b/phpcpd.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit cf724b982a0f28455473867650802fea5cc2a65a +%global gh_commit 4f130523214c755c69d1d59297afdff206c7b029 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpcpd @@ -24,7 +24,7 @@ %global ns_project PHPCPD Name: %{pk_project} -Version: 6.0.1 +Version: 6.0.2 Release: 1%{?dist} Summary: Copy/Paste Detector (CPD) for PHP code @@ -162,6 +162,9 @@ exit $ret %changelog +* Tue Aug 18 2020 Remi Collet <remi@remirepo.net> - 6.0.2-1 +- update to 6.0.2 + * Thu Aug 13 2020 Remi Collet <remi@remirepo.net> - 6.0.1-1 - update to 6.0.1 |