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

Shawn Iwinski siwinski at fedoraproject.org
Sun Jul 15 05:25:12 UTC 2012


commit 321b5079156034484de9a441a0816c6350857bd1
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Jul 15 01:24:57 2012 -0400

    Updated to upstream version 1.9.0

 .gitignore         |    2 ++
 php-twig-Twig.spec |   22 +++++++++++++++-------
 sources            |    1 +
 3 files changed, 18 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c320eb..e6a9ab8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
+*~
 /Twig-1.8.1.tgz
 /Twig-1.8.2.tgz
+/Twig-1.9.0.tgz
diff --git a/php-twig-Twig.spec b/php-twig-Twig.spec
index 592c4ca..9a3d9aa 100644
--- a/php-twig-Twig.spec
+++ b/php-twig-Twig.spec
@@ -1,9 +1,10 @@
 %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+
 %global pear_channel pear.twig-project.org
-%global pear_name %(echo %{name} | sed -e 's/^php-twig-//' -e 's/-/_/g')
+%global pear_name    %(echo %{name} | sed -e 's/^php-twig-//' -e 's/-/_/g')
 
 Name:             php-twig-Twig
-Version:          1.8.2
+Version:          1.9.0
 Release:          1%{?dist}
 Summary:          Twig is a modern template engine for PHP
 
@@ -17,19 +18,21 @@ BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
 
 Requires:         php-common >= 5.2.4
+Requires:         php-pear(PEAR)
+Requires:         php-channel(%{pear_channel})
+Requires(post):   %{__pear}
+Requires(postun): %{__pear}
+# phpci requires
 Requires:         php-ctype
 Requires:         php-date
 Requires:         php-dom
+Requires:         php-hash
 Requires:         php-iconv
 Requires:         php-json
 Requires:         php-mbstring
 Requires:         php-pcre
 Requires:         php-reflection
 Requires:         php-spl
-Requires:         php-pear(PEAR)
-Requires:         php-channel(%{pear_channel})
-Requires(post):   %{__pear}
-Requires(postun): %{__pear}
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -55,7 +58,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -89,6 +92,11 @@ fi
 
 
 %changelog
+* Sun Jul 15 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 1.9.0-1
+- Updated to upstream version 1.9.0
+- Added php-hash require
+- Minor syntax updates
+
 * Thu May 31 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 1.8.2-1
 - Updated to upstream version 1.8.2
 - Removed "BuildRequires: php-pear >= 1:1.4.9-1.2"
diff --git a/sources b/sources
index 1c3f8bd..82e4974 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 ea693b7d2a2a0470dbb5ba1467962ddc  Twig-1.8.2.tgz
+ceeae8f16df831acaab68ef90a3e17e7  Twig-1.9.0.tgz


More information about the scm-commits mailing list