From f7952be10173f4a80b52dd6929c14d355ca0183d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Nov 2020 07:02:34 +0100 Subject: update to 1.0.3 --- 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 df643f8..7025b65 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 acf76492a65401babcf5283296fa510782783a7a +%global gh_commit c1c2e997aa3146983ed888ad08b15470a2e22ecc %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.2 +Version: 1.0.3 Release: 1%{?dist} Summary: Counting the lines of code in PHP source code @@ -125,6 +125,9 @@ exit $ret %changelog +* Mon Nov 30 2020 Remi Collet - 1.0.3-1 +- update to 1.0.3 + * Tue Oct 27 2020 Remi Collet - 1.0.2-1 - update to 1.0.2 -- cgit