diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-04 15:30:25 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-04 15:30:25 +0200 |
commit | b577ead5244c29c3fc332ea77d31071f91952e03 (patch) | |
tree | bdaafbfcfe0b3a30a300c4b7a21d8bd8fa136466 | |
parent | 0f5f0b4004b8b233d3a2399a89ba00d3885fda83 (diff) |
php-phpunit-phploc: 2.1.4
-rw-r--r-- | php-phpunit-phploc.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-phploc.spec b/php-phpunit-phploc.spec index 685601a..bee1c26 100644 --- a/php-phpunit-phploc.spec +++ b/php-phpunit-phploc.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit ab893cbe5c4b63760b1560b370fedc001eb5717f +%global gh_commit 6cdf01336c06d20825831fe8cee70764fe373585 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phploc @@ -17,8 +17,8 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-phpunit-phploc -Version: 2.1.3 -Release: 2%{?dist} +Version: 2.1.4 +Release: 1%{?dist} Summary: A tool for quickly measuring the size of a PHP project Group: Development/Libraries @@ -138,6 +138,9 @@ fi %changelog +* Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 2.1.4-1 +- update to 2.1.4 + * Mon Jun 29 2015 Remi Collet <remi@fedoraproject.org> - 2.1.3-2 - switch to $fedoraClassLoader autoloader |