summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-27 11:21:53 +0100
committerRemi Collet <remi@remirepo.net>2017-11-27 11:21:53 +0100
commit2387242d0aeff63203aff34664431c405ce16379 (patch)
tree61474ef51e0efa09c49c84361c5e06874265c1fb
parent83f30f5c0aada3a6ac4dc6aa15b79c62841ec446 (diff)
v1.7.3
-rw-r--r--composer.json2
-rw-r--r--php-phpspec-prophecy.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index fc9ba78..5bdbdb3 100644
--- a/composer.json
+++ b/composer.json
@@ -27,7 +27,7 @@
"require-dev": {
"phpspec/phpspec": "^2.5|^3.2",
- "phpunit/phpunit": "^4.8 || ^5.6.5"
+ "phpunit/phpunit": "^4.8.35 || ^5.7"
},
"autoload": {
diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec
index 620f8af..54a6c07 100644
--- a/php-phpspec-prophecy.spec
+++ b/php-phpspec-prophecy.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6
+%global gh_commit e4ed002c67da8eceb0eb8ddb8b3847bb53c5c2bf
%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.7.2
+Version: 1.7.3
Release: 1%{?dist}
Summary: Highly opinionated mocking framework for PHP
@@ -36,7 +36,7 @@ BuildArch: noarch
%if %{with_tests}
# from composer.json, "require-dev": {
# "phpspec/phpspec": "^2.5|^3.2"
-# "phpunit/phpunit": "^4.8 || ^5.6.5"
+# "phpunit/phpunit": "^4.8.35 || ^5.7"
BuildRequires: php-composer(phpspec/phpspec) >= 2.5
# Autoloader
BuildRequires: php-composer(fedora/autoloader)
@@ -124,6 +124,9 @@ exit $ret
%changelog
+* Mon Nov 27 2017 Remi Collet <remi@remirepo.net> - 1.7.3-1
+- Update to 1.7.3
+
* Tue Sep 5 2017 Remi Collet <remi@remirepo.net> - 1.7.2-1
- Update to 1.7.2