v1.13.0
This commit is contained in:
parent
1d241f468f
commit
aef4e60548
3 changed files with 10 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -25,3 +25,4 @@ clog
|
|||
/php-phpspec-prophecy-1.12.0-765cd5d.tgz
|
||||
/php-phpspec-prophecy-1.12.1-8ce8751.tgz
|
||||
/php-phpspec-prophecy-1.12.2-245710e.tgz
|
||||
/php-phpspec-prophecy-1.13.0-be1996e.tgz
|
||||
|
|
|
|||
|
|
@ -1,26 +1,21 @@
|
|||
# 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
|
||||
Release: 2%{?dist}
|
||||
Version: 1.13.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Highly opinionated mocking framework for PHP
|
||||
|
||||
License: MIT
|
||||
|
|
@ -155,6 +150,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 18 2021 Remi Collet <remi@remirepo.net> - 1.13.0-1
|
||||
- update to 1.13.0
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpspec-prophecy-1.12.2-245710e.tgz) = 71638338fdc27ab7f64ef4f0673070ac812ab2b7dedb4c952106f4cb498a5af04785aab0d957636cde95ed6e91df4a0aec8057b994c0db8fc021089bf7868d25
|
||||
SHA512 (php-phpspec-prophecy-1.13.0-be1996e.tgz) = 12b80dbfe9bdbe54935eb25ad039d698ac1538dd5a6c30a3799df1aa3c761bdfcf2d8e8091a7c88eb8233af403d62e082373b3bbec19951b1432e0305aa5f037
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue