[php-symfony2-HttpKernel] Updated to 2.2.1

Shawn Iwinski siwinski at fedoraproject.org
Wed Apr 17 00:15:43 UTC 2013


commit 5fbacb537c398be31003bed6489d0a62b073404d
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Tue Apr 16 20:15:35 2013 -0400

    Updated to 2.2.1

 .gitignore                   |    1 +
 php-symfony2-HttpKernel.spec |   20 +++++++++++---------
 sources                      |    1 +
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d13ecf8..720533b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /HttpKernel-2.1.7.tgz
 /HttpKernel-2.1.8.tgz
 /HttpKernel-2.2.0.tgz
+/HttpKernel-2.2.1.tgz
diff --git a/php-symfony2-HttpKernel.spec b/php-symfony2-HttpKernel.spec
index 8a5cda4..a6e8029 100644
--- a/php-symfony2-HttpKernel.spec
+++ b/php-symfony2-HttpKernel.spec
@@ -7,7 +7,7 @@
 
 
 Name:             php-symfony2-%{pear_name}
-Version:          2.2.0
+Version:          2.2.1
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
@@ -123,7 +123,6 @@ Optional dependencies: memcache, memcached, mongo, xdebug
 # Symfony2 %{pear_name} PEAR package.
 
 set_include_path(
-    '%{pear_phpdir}'.PATH_SEPARATOR.
     '%{_datadir}/php'.PATH_SEPARATOR.
     '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR.
     get_include_path()
@@ -185,17 +184,17 @@ 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
-
-# Symlink to Psr drectory since autoloader.php only uses relative paths
-ln -s %{_datadir}/php/Psr ../../../Psr
+cp ../../../../phpunit.autoloader.php .
 
 # Remove tests requiring unavailable Stopwatch package
 rm -f Tests/Debug/TraceableEventDispatcherTest.php
 
-%{_bindir}/phpunit -d date.timezone="UTC" \
-    -d include_path=".:%{_datadir}/php:%{pear_phpdir}" \
-    || : Temporarily ignore failed tests
+# Remove this test with use vendor/autoload.php
+rm Tests/ClientTest.php
+
+%{_bindir}/phpunit \
+   -d include_path="%{buildroot}%{pear_phpdir}:%{buildroot}%{pear_testdir}/%{pear_name}:.:%{pear_phpdir}:%{_datadir}/php" \
+   -d date.timezone="UTC"
 
 
 %post
@@ -218,6 +217,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 eaf86da..e6bf4b4 100644
--- a/sources
+++ b/sources
@@ -9,3 +9,4 @@ bdc00053a95a4cf141e391e76fcfc5a0  HttpKernel-2.1.4.tgz
 5f17c1e5ee4995ebf5b17b227819d93c  HttpKernel-2.1.7.tgz
 8f1965960150d3dd3d83e4feb33b01c0  HttpKernel-2.1.8.tgz
 cb6be28be0c7ded016c221c0a299965f  HttpKernel-2.2.0.tgz
+f75b13bb2684ef3d3bf9232359e019c1  HttpKernel-2.2.1.tgz


More information about the scm-commits mailing list