diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-16 09:51:47 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-16 09:51:47 +0100 |
commit | 418144b22837e98e5a684a45cf7fa1c97f7fcc2a (patch) | |
tree | 34d5309032d74ab8c38b0238c90b8b68c030d8d9 | |
parent | 3ad48f39a679465ec6d5f6dfaa63e02f7c259c4e (diff) |
update to 1.7.7
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | php-myclabs-php-enum.spec | 9 |
2 files changed, 8 insertions, 3 deletions
@@ -1,5 +1,7 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc diff --git a/php-myclabs-php-enum.spec b/php-myclabs-php-enum.spec index 440bf05..5539048 100644 --- a/php-myclabs-php-enum.spec +++ b/php-myclabs-php-enum.spec @@ -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 |