From 128eb7f1488e2c9a0e34e72caf04abe1008154b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2017 07:09:19 +0200 Subject: v2.5.5 --- composer.json | 3 ++- php-nette-caching.spec | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8f36502..1847c81 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "nette/caching", - "description": "Nette Caching Component", + "description": "⏱ Nette Caching: library with easy-to-use API and many cache backends.", + "keywords": ["nette", "cache", "journal", "sqlite", "memcached"], "homepage": "https://nette.org", "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], "authors": [ diff --git a/php-nette-caching.spec b/php-nette-caching.spec index 4270820..cff96d3 100644 --- a/php-nette-caching.spec +++ b/php-nette-caching.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 6a15f06019c4e6ec97d312d31f8edceb01b85060 +%global gh_commit 997d3b9868840da8b51f27565bfe1a8210e94620 #global gh_date 20150728 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nette @@ -17,7 +17,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.5.4 +Version: 2.5.5 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Caching Component @@ -138,6 +138,9 @@ exit $ret %changelog +* Wed Aug 30 2017 Remi Collet - 2.5.5-1 +- Update to 2.5.5 + * Sun Aug 6 2017 Remi Collet - 2.5.4-1 - Update to 2.5.4 -- cgit