From ef7d34f4f9518e5b907def4252e59a627b2744c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2017 07:00:10 +0200 Subject: v2.4.8 --- php-nette-utils.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'php-nette-utils.spec') diff --git a/php-nette-utils.spec b/php-nette-utils.spec index 5c5594a..90b0061 100644 --- a/php-nette-utils.spec +++ b/php-nette-utils.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 2750d3948e255f59715a5e01c7453a1fec610996 +%global gh_commit f1584033b5af945b470533b466b81a789d532034 #global gh_date 20150728 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nette @@ -16,7 +16,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-nette-utils -Version: 2.4.7 +Version: 2.4.8 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Utility Classes @@ -132,10 +132,7 @@ EOF : Run test suite in sources tree ret=0 -# PHP 7.2 -# -- FAILED: Nette\Utils\ArrayHash basic usage. | tests/Utils/ArrayHash.phpt -# Failed: [0, 1] should be ['0', '1'] -for cmd in php php56 php70 php71; do +for cmd in php php56 php70 php71 php72; do if which $cmd; then $cmd %{_bindir}/nette-tester --colors 0 -p $cmd -C tests -s || ret=1 fi @@ -157,6 +154,9 @@ exit $ret %changelog +* Wed Aug 30 2017 Remi Collet - 2.4.8-1 +- Update to 2.4.8 + * Sat Aug 5 2017 Remi Collet - 2.4.7-1 - Update to 2.4.7 -- cgit