diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-17 14:39:53 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-17 14:39:53 +0200 |
commit | 3710ae31ca2ed4148a5e19f2e7c8b2fcc07d3b37 (patch) | |
tree | e694c1ed8a3d273e8fdeaceb5fab47285085c9f7 | |
parent | 974168ce4aa02e712f10897b20220179a6469596 (diff) |
php-phpunit-PHPUnit: 3.7.28
-rw-r--r-- | php-phpunit-PHPUnit.spec | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 208758a..dc62a0a 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -1,9 +1,19 @@ +# spec file for php-phpunit-PHPUnit +# +# Copyright (c) 2010-2013 Remi Collet +# Copyright (c) 2006-2009 Christopher Stone +# +# License: MIT +# http://opensource.org/licenses/MIT +# +# Please, preserve the changelog entries +# %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %global pear_name PHPUnit %global pear_channel pear.phpunit.de Name: php-phpunit-PHPUnit -Version: 3.7.27 +Version: 3.7.28 Release: 1%{?dist} Summary: The PHP Unit Testing framework @@ -119,6 +129,11 @@ fi %changelog +* Thu Oct 17 2013 Remi Collet <remi@fedoraproject.org> - 3.7.28-1 +- Update to 3.7.28 +- add Spec license header +- open https://github.com/sebastianbergmann/phpunit/issues/1029 + * Mon Sep 16 2013 Remi Collet <remi@fedoraproject.org> - 3.7.27-1 - Update to 3.7.27 (no change) |