diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-27 07:03:34 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-27 07:03:34 +0100 |
commit | 2f6a88267a5bdef9118c4f8cf16cfa5a6b1311a9 (patch) | |
tree | 557e1a1b862a188aa085cc52a0aac03327dffa78 | |
parent | 585cae1d931f877858bee945144f681f7d7cef04 (diff) |
update to 1.0.2
-rw-r--r-- | php-sebastian-lines-of-code.spec | 7 |
1 files 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 <remi@remirepo.net> - 1.0.2-1 +- update to 1.0.2 + * Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 1.0.1-1 - update to 1.0.1 |