diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-03 13:45:37 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-03 13:45:37 +0200 |
commit | 9360c347b17c6ad99a6279847afc33a19b2ef86e (patch) | |
tree | 6ae1d89836240a31f18b4b47c0272c0de7067b06 | |
parent | 610f66849db70ca22dd160fd835f63924777181f (diff) |
php-phpunit-Version: 1.0.5
-rw-r--r-- | php-phpunit-Version.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-Version.spec b/php-phpunit-Version.spec index d776946..47c08bd 100644 --- a/php-phpunit-Version.spec +++ b/php-phpunit-Version.spec @@ -2,11 +2,11 @@ # # Copyright (c) 2013-2015 Remi Collet # License: CC-BY-SA -# http://creativecommons.org/licenses/by-sa/3.0/ +# http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit a77d9123f8e809db3fbdea15038c27a95da4058b +%global gh_commit ab931d46cd0d3204a91e1b9a40c4bc13032b58e4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project version @@ -14,7 +14,7 @@ %global with_tests %{?_without_tests:0}%{!?_withou_tests:1} Name: php-phpunit-Version -Version: 1.0.4 +Version: 1.0.5 Release: 1%{?dist} Summary: Managing the version number of Git-hosted PHP projects @@ -86,6 +86,9 @@ fi %changelog +* Fri Apr 3 2015 Remi Collet <remi@fedoraproject.org> - 1.0.5-1 +- Update to 1.0.5 + * Sun Jan 4 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-1 - Update to 1.0.4 - fix scriptlet |