[php-phpunit-PHPUnit] update to 4.1.3

Remi Collet remi at fedoraproject.org
Fri Jun 13 13:36:45 UTC 2014


commit d27724b19d21f1a55dd1fb018a4e85b8e513ef40
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Jun 13 15:36:39 2014 +0200

    update to 4.1.3

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |   11 +++++++----
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3de3461..cfd1d9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ clog
 /phpunit-4.1.0.tar.gz
 /phpunit-4.1.1.tar.gz
 /phpunit-4.1.2.tar.gz
+/phpunit-4.1.3.tar.gz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index a277287..4bffe95 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -8,7 +8,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    be5f237df860da88a7cfe247594232cae61845df
+%global gh_commit    939cb801b3b2aa253aedd0b279f40bb8f35cec91
 %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.1.2
+Version:        4.1.3
 Release:        1%{?dist}
 Summary:        The PHP Unit Testing framework
 
@@ -36,7 +36,7 @@ BuildArch:      noarch
 BuildRequires:  php(language) >= 5.3.3
 BuildRequires:  %{_bindir}/phpab
 BuildRequires:  php-phpunit-File-Iterator >= 1.3.1
-BuildRequires:  php-phpunit-Text-Template >= 1.2
+BuildRequires:  php-composer(phpunit/php-text-template) >= 1.2
 BuildRequires:  php-phpunit-PHP-CodeCoverage >= 2.0
 BuildRequires:  php-phpunit-PHP-Timer >= 1.0.2
 BuildRequires:  php-composer(phpunit/phpunit-mock-objects) >= 2.1
@@ -50,7 +50,7 @@ BuildRequires:  php-phpunit-PHP-Invoker >= 1.1.0
 
 # From composer.json
 Requires:       php-phpunit-File-Iterator >= 1.3.1
-Requires:       php-phpunit-Text-Template >= 1.2
+Requires:       php-composer(phpunit/php-text-template) >= 1.2
 Requires:       php-phpunit-PHP-CodeCoverage >= 2.0
 Requires:       php-phpunit-PHP-Timer >= 1.0.2
 Requires:       php-composer(phpunit/phpunit-mock-objects) >= 2.1
@@ -149,6 +149,9 @@ fi
 
 
 %changelog
+* Fri Jun 13 2014 Remi Collet <remi at fedoraproject.org> - 4.1.3-1
+- Update to 4.1.3
+
 * Sat Jun  7 2014 Remi Collet <remi at fedoraproject.org> - 4.1.2-1
 - Update to 4.1.2 (no change)
 - improve test suite bootstraping
diff --git a/sources b/sources
index 9cd0de0..b5583b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bcdb45d47137394e8f31f5337397302c  phpunit-4.1.2.tar.gz
+d74e1a7771cae0dee7af7ba53243f571  phpunit-4.1.3.tar.gz


More information about the scm-commits mailing list