diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-30 07:02:34 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-30 07:02:34 +0100 |
commit | f7952be10173f4a80b52dd6929c14d355ca0183d (patch) | |
tree | f0db8d27990613599d10b7e20800c361d3f4c8a7 | |
parent | 2f6a88267a5bdef9118c4f8cf16cfa5a6b1311a9 (diff) |
update to 1.0.3
-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 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 <remi@remirepo.net> - 1.0.3-1 +- update to 1.0.3 + * Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 1.0.2-1 - update to 1.0.2 |