From b6b0dd6a71911d2e43361d1dd5f891416721f59f Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 7 Feb 2018 09:08:13 +0100
Subject: v2.4.7

---
 php-latte.spec | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/php-latte.spec b/php-latte.spec
index 0345c44..639e49f 100644
--- a/php-latte.spec
+++ b/php-latte.spec
@@ -1,12 +1,12 @@
 # remirepo/fedora spec file for php-latte
 #
-# Copyright (c) 2015-2017 Remi Collet
+# Copyright (c) 2015-2018 Remi Collet
 # License: CC-BY-SA
 # http://creativecommons.org/licenses/by-sa/4.0/
 #
 # Please, preserve the changelog entries
 #
-%global gh_commit    6d560edc49b052de6821acb48a1f438862d5b48b
+%global gh_commit    f989b018ec12f9492132515cd47f83f98429c513
 #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.6
+Version:        2.4.7
 %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
@@ -91,8 +91,7 @@ Latte is secure: it is the first PHP engine introducing content-aware escaping.
 Latte speaks your language: it has intuitive syntax and helps you to build
 better websites easily.
 
-To use this library, you just have to add, in your project:
-  require_once '%{php_home}/%{ns_vendor}/autoload.php';
+Autoloader: %{php_home}/%{ns_vendor}/autoload.php
 
 
 %prep
@@ -146,6 +145,9 @@ exit $ret
 
 
 %changelog
+* Wed Feb  7 2018 Remi Collet <remi@remirepo.net> - 2.4.7-1
+- Update to 2.4.7
+
 * Wed Aug 30 2017 Remi Collet <remi@remirepo.net> - 2.4.6-1
 - Update to 2.4.6
 - add optional dependency on nette/utils
-- 
cgit