parent
b7db501405
commit
648e5ea044
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -20,3 +20,4 @@ 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
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 0cc058854b3195ba21dc6b1f7b1f60f4ef3a9c06
|
||||
%global gh_commit 415720b7e3052f42de05c384134387771d3e183b
|
||||
%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.8
|
||||
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.14"
|
||||
%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,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* 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.8-415720b.tgz) = a9a1513cd5e2eb89f3dbcdedaa1602cff103a7337869f0b5a2fc408661751ba74cd9540ff8b2d07ae78117b5221206617766672162beb04a36fccd4db6463882
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue