[php-twig-Twig] Updated to upstream version 1.12.1

Shawn Iwinski siwinski at fedoraproject.org
Fri Jan 18 23:26:43 UTC 2013


commit c75db9398c52f5717584048e5bc4eef5879778a6
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Fri Jan 18 18:26:34 2013 -0500

    Updated to upstream version 1.12.1

 .gitignore         |    1 +
 php-twig-Twig.spec |   15 ++++++++++-----
 sources            |    1 +
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ad565a..2e3a271 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /Twig-1.11.0.tgz
 /Twig-1.11.1.tgz
 /Twig-1.12.0.tgz
+/Twig-1.12.1.tgz
diff --git a/php-twig-Twig.spec b/php-twig-Twig.spec
index 6255b7e..8606fef 100644
--- a/php-twig-Twig.spec
+++ b/php-twig-Twig.spec
@@ -2,12 +2,12 @@
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
 
 %global pear_channel pear.twig-project.org
-%global pear_name    %(echo %{name} | sed -e 's/^php-twig-//' -e 's/-/_/g')
+%global pear_name    Twig
 
-Name:             php-twig-Twig
-Version:          1.12.0
+Name:             php-twig-%{pear_name}
+Version:          1.12.1
 Release:          1%{?dist}
-Summary:          Twig is a modern template engine for PHP
+Summary:          The flexible, fast, and secure template engine for PHP
 
 Group:            Development/Libraries
 License:          BSD
@@ -38,7 +38,7 @@ Requires:         php-spl
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
 %description
-The flexible, fast, and secure template engine for PHP.
+%{summary}.
 
 * Fast: Twig compiles templates down to plain optimized PHP code. The
   overhead compared to regular PHP code was reduced to the very minimum.
@@ -51,6 +51,8 @@ The flexible, fast, and secure template engine for PHP.
   developer to define its own custom tags and filters, and create its own
   DSL.
 
+Optional dependency: Xdebug (php-pecl-xdebug)
+
 
 %prep
 %setup -q -c
@@ -94,6 +96,9 @@ fi
 
 
 %changelog
+* Fri Jan 18 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.12.1-1
+- Updated to upstream version 1.12.1
+
 * Sun Jan 13 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 1.12.0-1
 - Updated to upstream version 1.12.0
 
diff --git a/sources b/sources
index fd64c11..767871c 100644
--- a/sources
+++ b/sources
@@ -5,3 +5,4 @@ ceeae8f16df831acaab68ef90a3e17e7  Twig-1.9.0.tgz
 2bbdada22515ddf63dee618bc7422a13  Twig-1.11.0.tgz
 e5dcb2a3904e490bfb972f0d97a4b94d  Twig-1.11.1.tgz
 aead9176ff259208334598c0afa38591  Twig-1.12.0.tgz
+2c99d9a17f1d465bf7920590dcef00d0  Twig-1.12.1.tgz


More information about the scm-commits mailing list