From 3710ae31ca2ed4148a5e19f2e7c8b2fcc07d3b37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Oct 2013 14:39:53 +0200 Subject: php-phpunit-PHPUnit: 3.7.28 --- php-phpunit-PHPUnit.spec | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 - 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 - 3.7.27-1 - Update to 3.7.27 (no change) -- cgit