summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-04-28 09:56:10 +0200
committerRemi Collet <fedora@famillecollet.com>2015-04-28 09:56:10 +0200
commit457df636e58dbdd5fb0cdb8680016db17b89cb34 (patch)
tree24adafb0ce89e4ec4efe5ed71b4cfb18fd5ef2c7
parentcd55197fcbca024a489a639044dcc476625c9420 (diff)
php-phpspec-prophecy: 1.4.1
-rw-r--r--php-phpspec-prophecy.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec
index 96e38e9..d3cc0f2 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 8724cd239f8ef4c046f55a3b18b4d91cc7f3e4c5
+%global gh_commit 3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373
%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.4.0
+Version: 1.4.1
Release: 1%{?dist}
Summary: Highly opinionated mocking framework for PHP
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Apr 28 2015 Remi Collet <remi@fedoraproject.org> - 1.4.1-1
+- update to 1.4.1
+
* Sun Mar 29 2015 Remi Collet <remi@fedoraproject.org> - 1.4.0-1
- update to 1.4.0
- add dependency on sebastian/comparator