diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-30 07:00:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-30 07:00:10 +0200 |
commit | ef7d34f4f9518e5b907def4252e59a627b2744c0 (patch) | |
tree | 0faefdc8958ff47801cea8b9d86a5d964ccde8dd | |
parent | 7294a59f7184d65a038e76b84a7eb70edf3a238d (diff) |
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | php-nette-utils.spec | 12 |
2 files changed, 8 insertions, 7 deletions
diff --git a/composer.json b/composer.json index b33767a..7622593 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "nette/utils", - "description": "Nette Utility Classes", + "description": "🛠Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", + "keywords": ["nette", "images", "json", "password", "validation", "utility", "string", "array", "core", "slugify", "utf-8", "unicode", "paginator", "datetime"], "homepage": "https://nette.org", "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], "authors": [ 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 <remi@remirepo.net> - 2.4.8-1 +- Update to 2.4.8 + * Sat Aug 5 2017 Remi Collet <remi@remirepo.net> - 2.4.7-1 - Update to 2.4.7 |