[php-phpunit-PHPUnit] - Update to 3.7.28 - add Spec license header - open https://github.com/sebastianbergmann/phpunit/iss

Remi Collet remi at fedoraproject.org
Thu Oct 17 13:08:35 UTC 2013


commit 607e312b71755e4c46a68fa19ee5ea05a264e6e3
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Oct 17 15:08:32 2013 +0200

    - Update to 3.7.28
    - add Spec license header
    - open https://github.com/sebastianbergmann/phpunit/issues/1029

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |   17 ++++++++++++++++-
 sources                  |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c24fe0..fbf7add 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ package*.xml
 /PHPUnit-3.7.24.tgz
 /PHPUnit-3.7.25.tgz
 /PHPUnit-3.7.27.tgz
+/PHPUnit-3.7.28.tgz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index a946c84..1370138 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -1,10 +1,20 @@
+# 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_metadir: %global pear_metadir %{pear_phpdir}}
 %{!?__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
 
@@ -113,6 +123,11 @@ fi
 
 
 %changelog
+* Thu Oct 17 2013 Remi Collet <remi at 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 at fedoraproject.org> - 3.7.27-1
 - Update to 3.7.27 (no change)
 
diff --git a/sources b/sources
index d60f31d..ef59983 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-254373321f77807658540c550e13e9e1  PHPUnit-3.7.27.tgz
+a918a1f7a6be79d3915764f032e15cd4  PHPUnit-3.7.28.tgz


More information about the scm-commits mailing list