Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0dc7643113 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,3 +8,4 @@ clog
|
|||
/php-mockery-1.3.0-5571962.tar.gz
|
||||
/php-mockery-1.3.1-f69bbde.tar.gz
|
||||
/php-mockery-1.3.2-9b6f117.tgz
|
||||
/php-mockery-1.3.3-60fa2f6.tgz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please preserve changelog entries
|
||||
#
|
||||
%global gh_commit 9b6f117dd7d36dc3858d8d8ddf9b3d584fcae283
|
||||
%global gh_commit 60fa2f67f6e4d3634bb4a45ff3171fa52215800d
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner mockery
|
||||
%global gh_project mockery
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-mockery
|
||||
Version: 1.3.2
|
||||
Version: 1.3.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Mockery is a simple but flexible PHP mock object framework
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ BuildArch: noarch
|
|||
%if %{with_tests}
|
||||
BuildRequires: php(language) >= 5.6.0
|
||||
# From composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0|~9.0"
|
||||
# "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3"
|
||||
%global phpunit %{_bindir}/phpunit9
|
||||
BuildRequires: phpunit9
|
||||
BuildRequires: (php-composer(hamcrest/hamcrest-php) >= 2.0.1 with php-composer(hamcrest/hamcrest-php) < 3)
|
||||
|
|
@ -125,6 +125,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 17 2020 Remi Collet <remi@remirepo.net> - 1.3.3-1
|
||||
- update to 1.3.3
|
||||
|
||||
* Tue Jul 21 2020 Remi Collet <remi@remirepo.net> - 1.3.2-1
|
||||
- update to 1.3.2
|
||||
- switch to phpunit9
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-mockery-1.3.2-9b6f117.tgz) = 15f818c294fe2e57dff70e844532179d5f9eff35128a94131d10b1015dbceee629081899f42a1b001f55c04ef05c77eda821a2295fd2c1ba7d4d4c22c2fd9c52
|
||||
SHA512 (php-mockery-1.3.3-60fa2f6.tgz) = 569f5a8c9d01b9e406306aca5d0085897e0a22969c5c144fb4f5960d02c4bc2f1d519d19af544a10226fbbb2b193e9689c694ca3d5d6df58c1624034aa9abfdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue