summaryrefslogtreecommitdiffstats
path: root/php-myclabs-php-enum.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-myclabs-php-enum.spec')
-rw-r--r--php-myclabs-php-enum.spec9
1 files changed, 6 insertions, 3 deletions
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