From bbfa75b764a28026fb982c7aeccf88ec03434011 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2017 07:13:37 +0200 Subject: v2.4.9 --- composer.json | 3 ++- php-nette-application.spec | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 3e99552..905dfab 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "nette/application", - "description": "Nette Application MVC Component", + "description": "🏆 Nette Application: a full-stack component-based MVC kernel for PHP that helps you write powerful and modern web applications. Write less, have cleaner code and your work will bring you joy.", + "keywords": ["nette", "mvc", "framework", "component-based", "routing", "seo", "mvp", "presenter", "control", "forms"], "homepage": "https://nette.org", "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], "authors": [ diff --git a/php-nette-application.spec b/php-nette-application.spec index bc95827..0d5fbe6 100644 --- a/php-nette-application.spec +++ b/php-nette-application.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 8f8f1071162c1bef8b0bc53ed7b435d342b81308 +%global gh_commit f69175cbe5cb9ea3db51dab01b6f0574dc6c94d5 #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.8 +Version: 2.4.9 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Application MVC Component @@ -180,6 +180,9 @@ exit $ret %changelog +* Wed Aug 30 2017 Remi Collet - 2.4.9-1 +- Update to 2.4.9 + * Sun Aug 6 2017 Remi Collet - 2.4.8-1 - Update to 2.4.8 -- cgit