From 505034a7ae6edde28f775a143b0d6857d152c51f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Oct 2013 10:06:32 +0200 Subject: php-twig-Twig: 1.14.0 --- php-twig-Twig.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-twig-Twig.spec') diff --git a/php-twig-Twig.spec b/php-twig-Twig.spec index 1a069c4..dcb7244 100644 --- a/php-twig-Twig.spec +++ b/php-twig-Twig.spec @@ -4,7 +4,7 @@ %global pear_name Twig Name: php-twig-%{pear_name} -Version: 1.13.2 +Version: 1.14.0 Release: 1%{?dist} Summary: The flexible, fast, and secure template engine for PHP @@ -34,6 +34,8 @@ Requires: php-mbstring Requires: php-pcre Requires: php-reflection Requires: php-spl +# Optional, for speed optimization +Requires: php-pecl(%{pear_channel}/CTwig) Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -98,6 +100,10 @@ fi %changelog +* Thu Oct 03 2013 Remi Collet - 1.14.0-1 +- Update to 1.14.0 +- add require for optimization: php-twig-CTwig + * Mon Aug 05 2013 Remi Collet - 1.13.2-1 - Update to 1.13.2 -- cgit