[php-phpunit-PHPUnit] update to 4.2.4

Remi Collet remi at fedoraproject.org
Sun Aug 31 10:18:24 UTC 2014


commit ff5b3eeac7becff0fc2c4d9d94fb4a233389e5b7
Author: Remi Collet <remi at fedoraproject.org>
Date:   Sun Aug 31 12:18:26 2014 +0200

    update to 4.2.4

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |    9 ++++++---
 sources                  |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef5fcc7..cef36be 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,3 +40,4 @@ clog
 /phpunit-4.2.0.tar.gz
 /phpunit-4.2.1.tar.gz
 /phpunit-4.2.2.tar.gz
+/phpunit-4.2.4.tar.gz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 0785833..216757f 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -8,7 +8,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    a33fa68ece9f8c68589bfc2da8d2794e27b820bc
+%global gh_commit    f0c2d374ad06ec1e56c721f4ed87c59ff35f440e
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   phpunit
@@ -17,7 +17,7 @@
 %global pear_channel pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit
-Version:        4.2.2
+Version:        4.2.4
 Release:        1%{?dist}
 Summary:        The PHP Unit Testing framework
 
@@ -26,7 +26,7 @@ License:        BSD
 URL:            https://github.com/%{gh_owner}/%{gh_project}
 Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz
 
-# Autoload template, from verison 3.7
+# Autoload template, from version 3.7
 Source1:        Autoload.php.in
 
 # Fix command for autoload
@@ -192,6 +192,9 @@ fi
 
 
 %changelog
+* Sun Aug 31 2014 Remi Collet <remi at fedoraproject.org> - 4.2.4-1
+- Update to 4.2.4
+
 * Mon Aug 18 2014 Remi Collet <remi at fedoraproject.org> - 4.2.2-1
 - Update to 4.2.2
 
diff --git a/sources b/sources
index 710b218..3516b08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7cbd185f94eca3cedb7b87c2cecced27  phpunit-4.2.2.tar.gz
+89572eb090b8b396f7e314d8423c586a  phpunit-4.2.4.tar.gz


More information about the scm-commits mailing list