Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b574b20da | ||
|
|
1002b5132d | ||
|
|
d395f484a8 | ||
|
|
603bcdf5d0 | ||
|
|
648e5ea044 |
3 changed files with 26 additions and 6 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -20,3 +20,8 @@ clog
|
|||
/php-mockery-1.6.4-d141375.tgz
|
||||
/php-mockery-1.6.6-b8e0bb7.tgz
|
||||
/php-mockery-1.6.7-0cc0588.tgz
|
||||
/php-mockery-1.6.8-415720b.tgz
|
||||
/php-mockery-1.6.9-0cc0588.tgz
|
||||
/php-mockery-1.6.10-47065d1.tgz
|
||||
/php-mockery-1.6.11-81a161d.tgz
|
||||
/php-mockery-1.6.12-1f4efdd.tgz
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06
|
||||
%global gh_commit 1f4efdd7d3beafe9807b08156dfcb176d18f1699
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner mockery
|
||||
%global gh_project mockery
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
%global major 1
|
||||
|
||||
Name: php-mockery
|
||||
Version: 1.6.7
|
||||
Version: 1.6.12
|
||||
Release: 1%{?dist}
|
||||
Summary: Mockery is a simple but flexible PHP mock object framework
|
||||
|
||||
|
|
@ -32,10 +32,10 @@ BuildArch: noarch
|
|||
%if %{with tests}
|
||||
BuildRequires: php(language) >= 7.3
|
||||
# From composer.json, "require-dev": {
|
||||
# "phpunit/phpunit": "^8.5 || ^9.6.10",
|
||||
# "symplify/easy-coding-standard": "^12.0.8"
|
||||
# "phpunit/phpunit": "^8.5 || ^9.6.17",
|
||||
# "symplify/easy-coding-standard": "^12.1.4"
|
||||
%global phpunit %{_bindir}/phpunit9
|
||||
BuildRequires: phpunit9 >= 9.6.10
|
||||
BuildRequires: phpunit9 >= 9.6.17
|
||||
BuildRequires: (php-composer(hamcrest/hamcrest-php) >= 2.0.1 with php-composer(hamcrest/hamcrest-php) < 3)
|
||||
BuildRequires: php-pdo
|
||||
# Autoloader
|
||||
|
|
@ -127,6 +127,21 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu May 16 2024 Remi Collet <remi@remirepo.net> - 1.6.12-1
|
||||
- update to 1.6.12
|
||||
|
||||
* Fri Mar 22 2024 Remi Collet <remi@remirepo.net> - 1.6.11-1
|
||||
- update to 1.6.11
|
||||
|
||||
* Wed Mar 20 2024 Remi Collet <remi@remirepo.net> - 1.6.10-1
|
||||
- update to 1.6.10
|
||||
|
||||
* Wed Mar 13 2024 Remi Collet <remi@remirepo.net> - 1.6.9-1
|
||||
- update to 1.6.9 (revert to 1.6.7 code)
|
||||
|
||||
* Tue Mar 12 2024 Remi Collet <remi@remirepo.net> - 1.6.8-1
|
||||
- update to 1.6.8
|
||||
|
||||
* Mon Dec 11 2023 Remi Collet <remi@remirepo.net> - 1.6.7-1
|
||||
- update to 1.6.7
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-mockery-1.6.7-0cc0588.tgz) = ec5b7326c55e7665810ee4a3a11522a613bb549969a92816fbb36fd29bce8e46979aef04a14649e71d72cd9d33135efba40e0de1ff7afe567a392dbb65b273d2
|
||||
SHA512 (php-mockery-1.6.12-1f4efdd.tgz) = ae7279d730160e516586f56edfaf7bca63ece0b0f4e5dfd5764f1f8765242490d79a36b7486edac1f3bfd93dce214e5c2e06bb84849793c966e74c2dce418f51
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue