[php-symfony2-Routing] Updated to 2.2.1

Shawn Iwinski siwinski at fedoraproject.org
Tue Apr 16 02:38:12 UTC 2013


commit fa3a1ba89827a7594c1af08818198c437741af90
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Mon Apr 15 22:38:09 2013 -0400

    Updated to 2.2.1

 .gitignore                |    1 +
 php-symfony2-Routing.spec |   12 ++++++++----
 sources                   |    1 +
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67fe7b1..3e28ed9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Routing-2.1.7.tgz
 /Routing-2.1.8.tgz
 /Routing-2.2.0.tgz
+/Routing-2.2.1.tgz
diff --git a/php-symfony2-Routing.spec b/php-symfony2-Routing.spec
index f6c93bc..5856b69 100644
--- a/php-symfony2-Routing.spec
+++ b/php-symfony2-Routing.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
 
@@ -75,7 +75,6 @@ Optional dependency: DoctrineCommon
 # Symfony2 %{pear_name} PEAR package.
 
 set_include_path(
-    '%{pear_phpdir}'.PATH_SEPARATOR.
     '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR.
     get_include_path()
 );
@@ -136,9 +135,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
@@ -161,6 +162,9 @@ fi
 
 
 %changelog
+* Mon Apr 15 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 95cea01..f5886d9 100644
--- a/sources
+++ b/sources
@@ -9,3 +9,4 @@ a290834c9efb2c46e37b845f0980cd11  Routing-2.1.5.tgz
 f6566613081dbacea2517a81f82d9792  Routing-2.1.7.tgz
 e6d822cc21318689f31ec06f29342a5d  Routing-2.1.8.tgz
 f32fde8b356525d6c937734800b6f3e6  Routing-2.2.0.tgz
+fa0ae6dce615a608ac07753044294f0a  Routing-2.2.1.tgz


More information about the scm-commits mailing list