From 418144b22837e98e5a684a45cf7fa1c97f7fcc2a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Nov 2020 09:51:47 +0100 Subject: update to 1.7.7 --- .gitignore | 2 ++ php-myclabs-php-enum.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ab5c4f..01f0400 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 1.7.7-1 +- update to 1.7.7 + * Fri Feb 14 2020 Remi Collet - 1.7.6-1 - update to 1.7.6 -- cgit