From 2f6a88267a5bdef9118c4f8cf16cfa5a6b1311a9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2020 07:03:34 +0100 Subject: update to 1.0.2 --- php-sebastian-lines-of-code.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-sebastian-lines-of-code.spec b/php-sebastian-lines-of-code.spec index 88f3465..df643f8 100644 --- a/php-sebastian-lines-of-code.spec +++ b/php-sebastian-lines-of-code.spec @@ -10,7 +10,7 @@ %bcond_without tests # github -%global gh_commit 6514b8f21906b8b46f520d1fbd17a4523fa59a54 +%global gh_commit acf76492a65401babcf5283296fa510782783a7a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project lines-of-code @@ -24,7 +24,7 @@ %global ns_project LinesOfCode Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist} Summary: Counting the lines of code in PHP source code @@ -125,6 +125,9 @@ exit $ret %changelog +* Tue Oct 27 2020 Remi Collet - 1.0.2-1 +- update to 1.0.2 + * Mon Sep 28 2020 Remi Collet - 1.0.1-1 - update to 1.0.1 -- cgit