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

Shawn Iwinski siwinski at fedoraproject.org
Fri Dec 28 20:31:12 UTC 2012


commit 22fe77ab087c78b21db591c4446c461114eb90fb
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Fri Dec 28 15:31:03 2012 -0500

    Updated to upstream version 1.11.1

 php-twig-Twig.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/php-twig-Twig.spec b/php-twig-Twig.spec
index 6a84223..a08710f 100644
--- a/php-twig-Twig.spec
+++ b/php-twig-Twig.spec
@@ -5,7 +5,7 @@
 %global pear_name    %(echo %{name} | sed -e 's/^php-twig-//' -e 's/-/_/g')
 
 Name:             php-twig-Twig
-Version:          1.11.0
+Version:          1.11.1
 Release:          1%{?dist}
 Summary:          Twig is a modern template engine for PHP
 
@@ -53,7 +53,11 @@ The flexible, fast, and secure template engine for PHP.
 
 
 %prep
-%setup -q -c
+#%%setup -q -c
+# Cannot use normal %%setup for PEAR source because of known problem with
+# old buggy Archive_Tar version produced source
+%setup -q -c -T
+tar -xif %{SOURCE0}
 
 # package.xml is version 2.0
 mv package.xml %{pear_name}-%{version}/%{name}.xml
@@ -94,6 +98,9 @@ fi
 
 
 %changelog
+* Fri Dec 28 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 1.11.1-1
+- Updated to upstream version 1.11.1
+
 * Thu Nov  8 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 1.11.0-1
 - Updated to upstream version 1.11.0
 - Added "%%global pear_metadir" and usage in %%install


More information about the scm-commits mailing list