[php-phpunit-PHPUnit] update to 4.1.1

Remi Collet remi at fedoraproject.org
Mon May 26 08:36:22 UTC 2014


commit c8eda111faac588e205f5c192bae5fafe7e2164d
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon May 26 10:36:16 2014 +0200

    update to 4.1.1

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |   10 +++++++---
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 801a9a4..a9d2edc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ clog
 /PHPUnit-3.7.31.tgz
 /PHPUnit-3.7.34.tgz
 /phpunit-4.1.0.tar.gz
+/phpunit-4.1.1.tar.gz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index fa68eeb..41351eb 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -8,7 +8,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    efb1b1334605594417a3bd466477772d06d460a8
+%global gh_commit    1d6b554732382879045e11c56decd4be76130720
 %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})
 %global gh_owner     sebastianbergmann
 %global gh_project   phpunit
@@ -17,8 +17,8 @@
 %global pear_channel pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit
-Version:        4.1.0
-Release:        2%{?dist}
+Version:        4.1.1
+Release:        1%{?dist}
 Summary:        The PHP Unit Testing framework
 
 Group:          Development/Libraries
@@ -79,6 +79,7 @@ Requires:       php-phar
 Requires:       php-tidy
 Requires:       php-xml
 
+
 # For compatibility with PEAR mode
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 # Package have been rename
@@ -146,6 +147,9 @@ fi
 
 
 %changelog
+* Mon May 26 2014 Remi Collet <remi at fedoraproject.org> - 4.1.1-1
+- Update to 4.1.1
+
 * Tue May  6 2014 Remi Collet <remi at fedoraproject.org> - 4.1.0-2
 - fix some autoload issues
 
diff --git a/sources b/sources
index 198b69d..f21b5b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29dcc2ac0ba8b536bbcfb359cdb8b672  phpunit-4.1.0.tar.gz
+7ae64a061824f4faff9a593f1e9d52c7  phpunit-4.1.1.tar.gz


More information about the scm-commits mailing list