summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-03-29 18:25:30 +0200
committerRemi Collet <fedora@famillecollet.com>2015-03-29 18:25:30 +0200
commitda6bf14f2d7202fdb2e329edd24c3fe376600c14 (patch)
tree42029891c75d5ac09dc6739e0c7d4c3009e2a2bb
parente69dcea0e01405178808be8de45c4d6fb08df6ba (diff)
php-phpspec-prophecy: 1.4.0
-rw-r--r--php-phpspec-prophecy.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec
index bb5df6e..526c2b0 100644
--- a/php-phpspec-prophecy.spec
+++ b/php-phpspec-prophecy.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 1
-%global gh_commit 9ca52329bcdd1500de24427542577ebf3fc2f1c9
+%global gh_commit 8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpspec
%global gh_project prophecy
@@ -19,7 +19,7 @@
%endif
Name: php-phpspec-prophecy
-Version: 1.3.1
+Version: 1.4.0
Release: 1%{?dist}
Summary: Highly opinionated mocking framework for PHP
@@ -37,9 +37,12 @@ BuildRequires: %{_bindir}/phpspec
# from composer.json, requires
# "phpdocumentor/reflection-docblock": "~2.0",
-# "doctrine/instantiator": "~1.0,>=1.0.2"
+# "sebastian/comparator": "~1.1",
+# "doctrine/instantiator": "^1.0.2"
Requires: php-composer(phpdocumentor/reflection-docblock) >= 2.0
Requires: php-composer(phpdocumentor/reflection-docblock) < 3
+Requires: php-composer(sebastian/comparator) >= 1.1
+Requires: php-composer(sebastian/comparator) < 2
# use 1.0.4 to ensure we have the autoloader
Requires: php-composer(doctrine/instantiator) >= 1.0.4
Requires: php-composer(doctrine/instantiator) < 2
@@ -71,6 +74,7 @@ to be used inside any testing framework out there with minimal effort.
cat <<EOF | tee -a src/Prophecy/autoload.php
// Dependencies' autoloaders
require_once 'Doctrine/Instantiator/autoload.php';
+require_once 'SebastianBergmann/Comparator/autoload.php';
require_once 'phpDocumentor/Reflection/DocBlock/autoload.php';
EOF
@@ -106,5 +110,8 @@ rm -rf %{buildroot}
%changelog
+* Sun Mar 29 2015 Remi Collet <remi@fedoraproject.org> - 1.4.0-1
+- update to 1.4.0
+
* Fri Feb 13 2015 Remi Collet <remi@fedoraproject.org> - 1.3.1-1
- initial package \ No newline at end of file