Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e08e9c9b2b |
2 changed files with 7 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit 5f36467c7a87e20fbdc51e524fd8f9d1de80187c
|
||||
%global gh_commit d178027d1e679832db9f38248fcc7200647dc2b7
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner myclabs
|
||||
%global gh_project php-enum
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}
|
||||
Version: 1.7.6
|
||||
Version: 1.7.7
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Enum implementation
|
||||
|
||||
|
|
@ -99,7 +99,7 @@ require __DIR__ . '/bootstrap.php';
|
|||
EOF
|
||||
|
||||
ret=0
|
||||
for cmd in "php %{phpunit}" php71 php72 php73 php74; do
|
||||
for cmd in "php %{phpunit}" php72 php73 php74 php80; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 ${2:-%{_bindir}/phpunit6} --verbose --bootstrap tests/autoload.php || ret=1
|
||||
|
|
@ -121,6 +121,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 16 2020 Remi Collet <remi@remirepo.net> - 1.7.7-1
|
||||
- update to 1.7.7
|
||||
|
||||
* Fri Feb 14 2020 Remi Collet <remi@remirepo.net> - 1.7.6-1
|
||||
- update to 1.7.6
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-myclabs-php-enum-1.7.6-5f36467.tgz) = 0f2378d51211bb057da41c1e67af9b5c9ff6d00c5b1e91dc5523251263b3f1ca04ac35784001148e9cce8a6384c9f17e88e99fd8cf1dbb170b86dec9a9121adb
|
||||
SHA512 (php-myclabs-php-enum-1.7.7-d178027.tgz) = de2562f5e2f9d295a8f06e7fcdb0ff844192fb1e3e947c35e54be88c33f19c2f6a8a190cbda52dd47029cdbcbdd541ee0f285214ceaeca58a3ebf231f37a991c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue