summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-27 18:13:10 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-27 18:13:10 +0100
commit1515466cff6d92a51295504082feff0dd931fc5a (patch)
tree2914fd820cc1bb1ee474c15c0462f0900fbe33c4
parent9152fa2266feb18a353e6e535fc3b7ed0dd6000f (diff)
php-phpunit-PHPUnit: 4.4.5
-rw-r--r--php-phpunit-PHPUnit.spec14
1 files changed, 9 insertions, 5 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 8cf8c37..636be11 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -8,7 +8,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 2047ae17f6e8cfd10fbde0b4535c97eb22d99cbe
+%global gh_commit 2e8580deebb7d1ac92ac878595e6bffe01069c2a
%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.4.4
-Release: 2%{?dist}
+Version: 4.4.5
+Release: 1%{?dist}
Summary: The PHP Unit Testing framework
Group: Development/Libraries
@@ -52,7 +52,7 @@ BuildRequires: php-composer(symfony/yaml) >= 2.0
BuildRequires: php-composer(symfony/class-loader) >= 2.0
BuildRequires: php-composer(phpunit/php-invoker) >= 1.1.0
-# From composer.json (but https://github.com/sebastianbergmann/phpunit/issues/1592)
+# From composer.json
# "php": ">=5.3.3",
# "phpunit/php-file-iterator": "~1.3.2",
# "phpunit/php-text-template": "~1.2",
@@ -63,7 +63,8 @@ BuildRequires: php-composer(phpunit/php-invoker) >= 1.1.0
# "sebastian/comparator": "~1.0",
# "sebastian/diff": "~1.1",
# "sebastian/environment": "~1.1",
-# "sebastian/exporter": "~1.0",
+# "sebastian/exporter": "~1.1",
+# "sebastian/recursion-context": "~1.0",
# "sebastian/global-state": "~1.0",
# "sebastian/version": "~1.0",
# "ext-dom": "*",
@@ -203,6 +204,9 @@ fi
%changelog
+* Tue Jan 27 2015 Remi Collet <remi@fedoraproject.org> - 4.4.5-1
+- Update to 4.4.5 (no change)
+
* Tue Jan 27 2015 Remi Collet <remi@fedoraproject.org> - 4.4.4-2
- add dependency on sebastian/recursion-context