summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-18 06:51:12 +0100
committerRemi Collet <remi@remirepo.net>2021-03-18 06:51:12 +0100
commitf20ae8ef89028f9b118cad4b25b341ce5d3ce5d6 (patch)
treeb6d7037e73748c89ed5bd4b05089f87dad8de8eb
parent88202115379ed569f5be0416fcc96f5593ad097f (diff)
update to 1.13.0
-rw-r--r--php-phpspec-prophecy.spec16
1 files changed, 7 insertions, 9 deletions
diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec
index 24dec2b..3df1802 100644
--- a/php-phpspec-prophecy.spec
+++ b/php-phpspec-prophecy.spec
@@ -1,25 +1,20 @@
# remirepo/fedora spec file for php-phpspec-prophecy
#
-# Copyright (c) 2015-2019 Remi Collet
+# Copyright (c) 2015-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global bootstrap 0
-%global gh_commit 245710e971a030f42e08f4912863805570f23d39
+%global gh_commit be1996ed8adc35c3fd795488a653f4b518be70ea
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpspec
%global gh_project prophecy
-%if %{bootstrap}
-# no test because of circular dependency with phpspec
-%bcond_with tests
-%else
+
%bcond_without tests
-%endif
Name: php-phpspec-prophecy
-Version: 1.12.2
+Version: 1.13.0
Release: 1%{?dist}
Summary: Highly opinionated mocking framework for PHP
@@ -175,6 +170,9 @@ exit $ret
%changelog
+* Thu Mar 18 2021 Remi Collet <remi@remirepo.net> - 1.13.0-1
+- update to 1.13.0
+
* Mon Dec 21 2020 Remi Collet <remi@remirepo.net> - 1.12.2-1
- update to 1.12.2
- switch to phpunit9