Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c79ff1aaca |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -13,3 +13,4 @@ clog
|
|||
/php-mockery-1.4.3-d1339f6.tgz
|
||||
/php-mockery-1.4.4-e01123a.tgz
|
||||
/php-mockery-1.5.0-c10a5f6.tgz
|
||||
/php-mockery-1.5.1-e92dcc8.tgz
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac
|
||||
%global gh_commit e92dcc83d5a51851baf5f5591d32cb2b16e3684e
|
||||
%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.5.0
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Mockery is a simple but flexible PHP mock object framework
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ phpab --output tests/classmap.php --exclude */SemiReservedWordsAsMethods.php tes
|
|||
: Run upstream test suite
|
||||
ret=0
|
||||
|
||||
for cmd in php php74 php80 php81; do
|
||||
for cmd in php php74 php80 php81 php82; do
|
||||
if which $cmd; then
|
||||
if [ $($cmd -r 'echo PHP_MAJOR_VERSION;') -lt 8 ]
|
||||
then
|
||||
|
|
@ -141,6 +141,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 1.5.1-1
|
||||
- update to 1.5.1
|
||||
|
||||
* Fri Jan 21 2022 Remi Collet <remi@remirepo.net> - 1.5.0-1
|
||||
- update to 1.5.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-mockery-1.5.0-c10a5f6.tgz) = ed229041f0d5a5747e2058912f359cf3fb22eb5e98fab255691fcf3e284732dd043f8ee2b82e4918ee644cf5a7dad9a116fe82f34d84c34d33c48e933939c7f4
|
||||
SHA512 (php-mockery-1.5.1-e92dcc8.tgz) = 913d02ebf61bde3fdbe289d183605517837c9b7a8d6fb9c9e2c33a173b572d0c76a2d4304d9813a4f43c9c2add9256dd82e3ffc71c61f215dad89e3e9e57465f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue