Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e8f44e2a0 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@ clog
|
|||
/php-mockery-1.3.3-60fa2f6.tgz
|
||||
/php-mockery-1.4.2-20cab67.tgz
|
||||
/php-mockery-1.4.3-d1339f6.tgz
|
||||
/php-mockery-1.4.4-e01123a.tgz
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit d1339f64479af1bee0e82a0413813fe5345a54ea
|
||||
%global gh_commit e01123a0e847d52d186c5eb4b9bf58b0c6d00346
|
||||
%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.4.3
|
||||
Version: 1.4.4
|
||||
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 php73 php74 php80; do
|
||||
for cmd in php php73 php74 php80 php81; do
|
||||
if which $cmd; then
|
||||
if [ $($cmd -r 'echo PHP_MAJOR_VERSION;') -lt 8 ]
|
||||
then
|
||||
|
|
@ -141,6 +141,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 14 2021 Remi Collet <remi@remirepo.net> - 1.4.4-1
|
||||
- update to 1.4.4
|
||||
|
||||
* Wed Feb 24 2021 Remi Collet <remi@remirepo.net> - 1.4.3-1
|
||||
- update to 1.4.3
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-mockery-1.4.3-d1339f6.tgz) = 6516bd9e71e47edfb22cfa574b53055ddffe3fb93232fa0671fc20279c475444e5024cfcc14b3ee7719dfd32c2767fd8560cf4dd1f89b68a44feb133ff6d609a
|
||||
SHA512 (php-mockery-1.4.4-e01123a.tgz) = 4a8df3102920b22b052379f421b953a16d8ab5ee8aa001f0793ca83767b4c1cc19a6e60c9bec776a0f0527298fe53e2275002b849414f93d9c473ad832118f59
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue