From 1e77a1d4391a87b855710a363f0323e51bd206e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Mar 2017 07:41:16 +0200 Subject: v2.4.5 --- composer.json | 3 ++- php-nette-utils.spec | 12 ++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index b33767a..600e404 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,8 @@ "ext-intl": "for script transliteration in Strings::webalize() and toAscii()", "ext-mbstring": "to use Strings::lower() etc...", "ext-xml": "to use Strings::length() etc. when mbstring is not available", - "ext-gd": "to use Image" + "ext-gd": "to use Image", + "https://nette.org/donate": "\u001b[1;37;42m Please consider supporting Nette via a donation \u001b[0m" }, "conflict": { "nette/nette": "<2.2" diff --git a/php-nette-utils.spec b/php-nette-utils.spec index b49e154..a0ea3f0 100644 --- a/php-nette-utils.spec +++ b/php-nette-utils.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 714afb64d0da07d0da7178cbf5680008e4b0180b +%global gh_commit 28ad4e2a6dcf143c23bde969a825f10a5d513602 #global gh_date 20150728 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nette @@ -16,9 +16,9 @@ %global with_tests 0%{!?_without_tests:1} Name: php-nette-utils -Version: 2.4.4 +Version: 2.4.5 %global specrel 1 -Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} +Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Utility Classes Group: Development/Libraries @@ -62,7 +62,8 @@ Requires: php(language) >= 5.6 # "ext-intl": "for script transliteration in Strings::webalize() and toAscii()", # "ext-mbstring": "to use Strings::lower() etc...", # "ext-xml": "to use Strings::length() etc. when mbstring is not available", -# "ext-gd": "to use Image" +# "ext-gd": "to use Image", +# "https://nette.org/donate": "\u001b[1;37;42m Please consider supporting Nette via a donation \u001b[0m" %if 0%{?fedora} > 21 Recommends: php-iconv Recommends: php-json @@ -169,6 +170,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 30 2017 Remi Collet - 2.4.5-1 +- Update to 2.4.5 + * Mon Jan 16 2017 Remi Collet - 2.4.4-1 - update to 2.4.4 -- cgit