[php-phpunit-PHPUnit] update to 4.4.4

Remi Collet remi at fedoraproject.org
Tue Jan 27 07:10:00 UTC 2015


commit 33a5528394277cc8083bafeabbeab60d4644b5a0
Author: Remi Collet <remi at fedoraproject.org>
Date:   Tue Jan 27 08:09:50 2015 +0100

    update to 4.4.4

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |   13 ++++++++++---
 sources                  |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75f7e71..6d026b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@ clog
 /phpunit-4.4.0.tar.gz
 /phpunit-4.4.1.tar.gz
 /phpunit-4.4.2.tar.gz
+/phpunit-4.4.4.tar.gz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index b81de00..08c4421 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -8,7 +8,7 @@
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    e90575c2bb86290d57a262862dab1da125431576
+%global gh_commit    2047ae17f6e8cfd10fbde0b4535c97eb22d99cbe
 %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.4.2
+Version:        4.4.4
 Release:        1%{?dist}
 Summary:        The PHP Unit Testing framework
 
@@ -44,6 +44,7 @@ BuildRequires:  php-composer(sebastian/comparator) >= 1.0
 BuildRequires:  php-composer(sebastian/diff) >= 1.1
 BuildRequires:  php-composer(sebastian/environment) >= 1.1
 BuildRequires:  php-composer(sebastian/exporter) >= 1.0
+BuildRequires:  php-composer(sebastian/recursion-context) >= 1.0
 BuildRequires:  php-composer(sebastian/global-state) >= 1.0
 BuildRequires:  php-composer(sebastian/version) >= 1.0
 BuildRequires:  php-composer(symfony/yaml) >= 2.0
@@ -86,8 +87,10 @@ Requires:       php-composer(sebastian/diff) >= 1.1
 Requires:       php-composer(sebastian/diff) <  2
 Requires:       php-composer(sebastian/environment) >= 1.1
 Requires:       php-composer(sebastian/environment) <  2
-Requires:       php-composer(sebastian/exporter) >= 1.0
+Requires:       php-composer(sebastian/exporter) >= 1.1
 Requires:       php-composer(sebastian/exporter) <  2
+Requires:       php-composer(sebastian/recursion-context) >= 1.0
+Requires:       php-composer(sebastian/recursion-context) < 2
 Requires:       php-composer(sebastian/global-state) >= 1.0
 Requires:       php-composer(sebastian/global-state) <  2
 Requires:       php-composer(sebastian/version) >= 1.0
@@ -193,6 +196,10 @@ fi
 
 
 %changelog
+* Sun Jan 25 2015 Remi Collet <remi at fedoraproject.org> - 4.4.4-1
+- Update to 4.4.4
+- add dependency on sebastian/recursion-context
+
 * Sun Jan 18 2015 Remi Collet <remi at fedoraproject.org> - 4.4.2-1
 - Update to 4.4.2
 
diff --git a/sources b/sources
index 44b03e7..eabda88 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a45808a6634e0cb0cf25461d06a586d9  phpunit-4.4.2.tar.gz
+f658a3f305c338939721e767b6174c82  phpunit-4.4.4.tar.gz


More information about the scm-commits mailing list