From 635d0482e80d8d70a90ad788303c020bd429b104 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 6 Aug 2017 09:20:04 +0200 Subject: v2.4.5 --- composer.json | 4 ++-- php-latte.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 46a9c57..39219e9 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "latte/latte", - "description": "Latte: the amazing template engine for PHP", - "keywords": ["templating", "twig"], + "description": "☕ Latte: the intuitive and fast template engine for those who want the most secure PHP sites. Introduces context-sensitive escaping.", + "keywords": ["template", "nette", "security", "engine", "html", "twig", "context-sensitive", "escaping"], "homepage": "https://latte.nette.org", "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], "authors": [ diff --git a/php-latte.spec b/php-latte.spec index 15c6484..eceb182 100644 --- a/php-latte.spec +++ b/php-latte.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 7d207e620cfc1386fb7ccd8de403d5760f7ca655 +%global gh_commit 8c14fa21390fd2c119924c88bb196dd705dc680f #global gh_date 20150728 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nette @@ -16,7 +16,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.4.4 +Version: 2.4.5 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Latte: the amazing template engine for PHP @@ -142,6 +142,9 @@ exit $ret %changelog +* Sat Aug 5 2017 Remi Collet - 2.4.5-1 +- Update to 2.4.5 + * Mon May 22 2017 Remi Collet - 2.4.4-1 - Update to 2.4.4 -- cgit