From 8f30307ab1b99ade92a4f8972b4b25a4074178ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Sep 2017 09:48:26 +0200 Subject: v2.4.10 --- composer.json | 3 ++- php-nette-di.spec | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 76a376d..413fd47 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "nette/di", - "description": "Nette Dependency Injection Component", + "description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.", + "keywords": ["nette", "di", "dic", "ioc", "factory", "compiled", "static"], "homepage": "https://nette.org", "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], "authors": [ diff --git a/php-nette-di.spec b/php-nette-di.spec index 4ef6a10..3dddc2e 100644 --- a/php-nette-di.spec +++ b/php-nette-di.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 25437788ff126d0ae6b1f2f684ecdd823812abba +%global gh_commit a4b3be935b755f23aebea1ce33d7e3c832cdff98 #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.4.9 +Version: 2.4.10 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Dependency Injection Component @@ -142,6 +142,9 @@ exit $ret %changelog +* Fri Sep 8 2017 Remi Collet - 2.4.10-1 +- Update to 2.4.10 + * Sat Aug 5 2017 Remi Collet - 2.4.9-1 - Update to 2.4.9 -- cgit