summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json3
-rw-r--r--php-nette-di.spec7
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 <remi@remirepo.net> - 2.4.10-1
+- Update to 2.4.10
+
* Sat Aug 5 2017 Remi Collet <remi@remirepo.net> - 2.4.9-1
- Update to 2.4.9