diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-03 10:06:32 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-03 10:06:32 +0200 |
commit | 505034a7ae6edde28f775a143b0d6857d152c51f (patch) | |
tree | 958a6f32f0c180aba45a3d35bf16ac6c19b88b87 | |
parent | f89c6efd1750ba2c1ec9cdc204213e233a4322f5 (diff) |
php-twig-Twig: 1.14.0
-rw-r--r-- | php-twig-Twig.spec | 8 |
1 files changed, 7 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.14.0-1 +- Update to 1.14.0 +- add require for optimization: php-twig-CTwig + * Mon Aug 05 2013 Remi Collet <remi@fedoraproject.org> - 1.13.2-1 - Update to 1.13.2 |