parent
2515ca3d60
commit
f1da755943
3 changed files with 11 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@ clog
|
|||
/php-phpspec-prophecy-1.7.6-33a7e3c.tgz
|
||||
/php-phpspec-prophecy-1.8.0-4ba436b.tgz
|
||||
/php-phpspec-prophecy-1.8.1-1927e75.tgz
|
||||
/php-phpspec-prophecy-1.9.0-f6811d9.tgz
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 1927e75f4ed19131ec9bcc3b002e07fb1173ee76
|
||||
%global gh_commit f6811d96d97bdf400077a0cc100ae56aa32b9203
|
||||
%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.8.1
|
||||
Version: 1.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Highly opinionated mocking framework for PHP
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ BuildRequires: php-composer(fedora/autoloader)
|
|||
|
||||
# from composer.json, "requires": {
|
||||
# "php": "^5.3|^7.0",
|
||||
# "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
||||
# "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
|
||||
# "sebastian/comparator": "^1.1|^2.0|^3.0",
|
||||
# "doctrine/instantiator": "^1.0.2",
|
||||
# "sebastian/recursion-context": "^1.0|^2.0|^3.0"
|
||||
|
|
@ -135,7 +135,13 @@ exit $ret
|
|||
%{_datadir}/php/Prophecy
|
||||
|
||||
|
||||
# TODO ignore phpdocumentor/reflection-docblock 5.0
|
||||
# not yet packaged
|
||||
|
||||
%changelog
|
||||
* Fri Oct 4 2019 Remi Collet <remi@remirepo.net> - 1.9.0-1
|
||||
- update to 1.9.0
|
||||
|
||||
* Thu Jun 13 2019 Remi Collet <remi@remirepo.net> - 1.8.1-1
|
||||
- update to 1.8.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpspec-prophecy-1.8.1-1927e75.tgz) = af79e9075c138fdc7cb3f316db7b5de0141ec9d2c02ea7fe891c0cfa5e52c939303aa387e40dc03f88fd794009c729ba7dc59ac79d1dec9d22c678594c549731
|
||||
SHA512 (php-phpspec-prophecy-1.9.0-f6811d9.tgz) = 6062c5c65309f8bd11fdc10873d149356d6f3db3df55f9d2ace629dd0c8189b699eabe5f18e91331f5f636d747aef8082016e39f01fb344033faa13e85828e82
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue