v1.7.2
(cherry picked from commit2db792af05) (cherry picked from commit8f7e638497)
This commit is contained in:
parent
d755744b5f
commit
61563d1a7f
2 changed files with 7 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit f46847626b8739de22e4ebc6b56010f317d4448d
|
||||
%global gh_commit 45f01adf6922df6082bcda36619deb466e826acf
|
||||
%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.1
|
||||
Version: 1.7.2
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Enum implementation
|
||||
|
||||
|
|
@ -98,7 +98,7 @@ require __DIR__ . '/bootstrap.php';
|
|||
EOF
|
||||
|
||||
ret=0
|
||||
for cmd in "php %{phpunit}" php71 php72 php73; do
|
||||
for cmd in "php %{phpunit}" php71 php72 php73 php74; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 ${2:-%{_bindir}/phpunit6} --verbose --bootstrap tests/autoload.php || ret=1
|
||||
|
|
@ -120,6 +120,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 20 2019 Remi Collet <remi@remirepo.net> - 1.7.2-1
|
||||
- update to 1.7.2
|
||||
|
||||
* Mon May 6 2019 Remi Collet <remi@remirepo.net> - 1.7.1-1
|
||||
- update to 1.7.1
|
||||
- lower dependency on PHP 7.1
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-myclabs-php-enum-1.7.1-f468476.tgz) = 0bde392fc9ac903d6d2f13bf2f54e824ce9a137df64ec4e86eb5b1d42a30b6733682e3511f7dc7f9fbf90e836af81c5b9ac1c9e02b4ac5b8dc14c8da77ecc71b
|
||||
SHA512 (php-myclabs-php-enum-1.7.2-45f01ad.tgz) = 3daeea18bca30c1bb1d0acd06a26775b271b06c236e393df23984b0104d151234e5c96ac2344767dfdd0ebb9f7434f1490c700f66c3dae10925cd92ea4512a8b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue