[php-symfony2-BrowserKit] Updated to 2.2.1

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


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

    Updated to 2.2.1

 .gitignore                   |    1 +
 php-symfony2-BrowserKit.spec |   12 ++++++++----
 sources                      |    1 +
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc95a17..5278bd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /BrowserKit-2.1.7.tgz
 /BrowserKit-2.1.8.tgz
 /BrowserKit-2.2.0.tgz
+/BrowserKit-2.2.1.tgz
diff --git a/php-symfony2-BrowserKit.spec b/php-symfony2-BrowserKit.spec
index af7e114..220d430 100644
--- a/php-symfony2-BrowserKit.spec
+++ b/php-symfony2-BrowserKit.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
 
@@ -70,7 +70,6 @@ The component only provides an abstract client and does not provide any
 # Symfony2 %{pear_name} PEAR package.
 
 set_include_path(
-    '%{pear_phpdir}'.PATH_SEPARATOR.
     '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR.
     get_include_path()
 );
@@ -131,9 +130,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
@@ -156,6 +157,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 954d58b..4dda46d 100644
--- a/sources
+++ b/sources
@@ -9,3 +9,4 @@ e6bea847e4abe4c86d86c48e3567e62d  BrowserKit-2.1.2.tgz
 b03953ed92cc407f6d1e74bc59b50f05  BrowserKit-2.1.7.tgz
 7321496395d93585c7021189e7f41a21  BrowserKit-2.1.8.tgz
 70a0558434e0aa7aa2b21e80660ee0e2  BrowserKit-2.2.0.tgz
+97586e99e43ffcbc31b402e132f8c3d6  BrowserKit-2.2.1.tgz


More information about the scm-commits mailing list