summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-08-21 18:52:30 +0200
committerRemi Collet <fedora@famillecollet.com>2015-08-21 18:52:30 +0200
commita03ec3cd2114ff6b3c0d72382c7e0bc058c5a118 (patch)
tree818f5264bb8143e58da55f6b17272ecee545750d
parent52697068f3afd19be5369e3b1470e705500bd342 (diff)
php-phpunit-PHPUnit-MockObject: 2.3.7
-rw-r--r--php-phpunit-PHPUnit-MockObject.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec
index 8673564..65b41d9 100644
--- a/php-phpunit-PHPUnit-MockObject.spec
+++ b/php-phpunit-PHPUnit-MockObject.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 18dfbcb81d05e2296c0bcddd4db96cade75e6f42
+%global gh_commit 5e2645ad49d196e020b85598d7c97e482725786a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit-mock-objects
@@ -21,7 +21,7 @@
%endif
Name: php-phpunit-PHPUnit-MockObject
-Version: 2.3.6
+Version: 2.3.7
Release: 1%{?dist}
Summary: Mock Object library for PHPUnit
@@ -47,7 +47,7 @@ BuildRequires: php-composer(phpunit/phpunit) >= 4.4
# From composer.json, "require": {
# "php": ">=5.3.3",
# "phpunit/php-text-template": "~1.2",
-# "doctrine/instantiator": "~1.0,>=1.0.2",
+# "doctrine/instantiator": "^1.0.2",
# "sebastian/exporter": "~1.2"
Requires: php(language) >= 5.3.3
Requires: php-composer(phpunit/php-text-template) >= 1.2
@@ -142,6 +142,9 @@ fi
%changelog
+* Fri Aug 21 2015 Remi Collet <remi@fedoraproject.org> - 2.3.7-1
+- update to 2.3.7
+
* Sun Jul 26 2015 Remi Collet <remi@fedoraproject.org> - 2.3.6-1
- update to 2.3.6 (only cleanup)