[php-symfony2-Templating] Updated to 2.2.1

Shawn Iwinski siwinski at fedoraproject.org
Sun Apr 14 23:58:03 UTC 2013


commit 4023a831414f1e50bc631ab3117120ec306f5627
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Apr 14 19:57:53 2013 -0400

    Updated to 2.2.1

 .gitignore                   |    1 +
 php-symfony2-Templating.spec |   12 ++++++++----
 sources                      |    1 +
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eef60f4..98d245d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Templating-2.1.7.tgz
 /Templating-2.1.8.tgz
 /Templating-2.2.0.tgz
+/Templating-2.2.1.tgz
diff --git a/php-symfony2-Templating.spec b/php-symfony2-Templating.spec
index ca369ca..0a04461 100644
--- a/php-symfony2-Templating.spec
+++ b/php-symfony2-Templating.spec
@@ -6,7 +6,7 @@
 %global php_min_ver  5.3.3
 
 Name:             php-symfony2-%{pear_name}
-Version:          2.2.0
+Version:          2.2.1
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
@@ -63,7 +63,6 @@ blocks and layouts.
 # Symfony2 %{pear_name} PEAR package.
 
 set_include_path(
-    '%{pear_phpdir}'.PATH_SEPARATOR.
     '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR.
     get_include_path()
 );
@@ -124,9 +123,11 @@ install -pm 0644 ../phpunit.autoloader.php \
 %check
 cd %{pear_name}-%{version}/Symfony/Component/%{pear_name}
 
-sed 's#./phpunit.autoloader.php#./autoloader.php#' -i phpunit.xml.dist
+cp ../../../../phpunit.autoloader.php .
 
-%{_bindir}/phpunit -d date.timezone="UTC"
+%{_bindir}/phpunit \
+    -d include_path="%{buildroot}%{pear_phpdir}:%{buildroot}%{pear_testdir}/%{pear_name}:.:%{pear_phpdir}:%{_datadir}/php" \
+    -d date.timezone="UTC"
 
 
 %post
@@ -151,6 +152,9 @@ fi
 
 
 %changelog
+* Sun Apr 14 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.2.1-1
+- Updated to 2.2.1
+
 * Wed Mar 13 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.2.0-1
 - Updated to 2.2.0
 - Removed tests' bootstrap patch
diff --git a/sources b/sources
index 8aa6450..bf24bc6 100644
--- a/sources
+++ b/sources
@@ -9,3 +9,4 @@ ed8ecfdbb3d6b8f1d27d9183440af324  Templating-2.1.5.tgz
 42089ed548c479767d44f7635a4ffa61  Templating-2.1.7.tgz
 cdf23115c0d6233a4a144312c93793a2  Templating-2.1.8.tgz
 e68d416e4f69f7b803477cf33ed12a70  Templating-2.2.0.tgz
+e845465d3cd42c17aa080710c89af9ed  Templating-2.2.1.tgz


More information about the scm-commits mailing list