[php-symfony2-Finder] Updated to 2.2.1

Shawn Iwinski siwinski at fedoraproject.org
Sun Apr 14 19:35:11 UTC 2013


commit 7414c1f430e6f48c32973d0b85e20de9f40b2a56
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Apr 14 15:35:09 2013 -0400

    Updated to 2.2.1

 .gitignore               |    1 +
 php-symfony2-Finder.spec |   12 ++++++++----
 sources                  |    1 +
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f065a86..0fa1342 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Finder-2.1.7.tgz
 /Finder-2.1.8.tgz
 /Finder-2.2.0.tgz
+/Finder-2.2.1.tgz
diff --git a/php-symfony2-Finder.spec b/php-symfony2-Finder.spec
index cc69386..7b6c150 100644
--- a/php-symfony2-Finder.spec
+++ b/php-symfony2-Finder.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
 
@@ -55,7 +55,6 @@ interface.
 # Symfony2 %{pear_name} PEAR package.
 
 set_include_path(
-    '%{pear_phpdir}'.PATH_SEPARATOR.
     '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR.
     get_include_path()
 );
@@ -116,9 +115,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
@@ -143,6 +144,9 @@ fi
 
 
 %changelog
+* Sun Apr 14 2013 Shawn Iwinski <shawn.iwinski at gmail.com> 2.2.1-1
+- Updated to 2.2.1
+
 * Mon Mar 11 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 76402f2..16754ff 100644
--- a/sources
+++ b/sources
@@ -9,3 +9,4 @@ c977b97dc4e7b9c6e81374618a6329bf  Finder-2.1.4.tgz
 1fc028a8f11bd53264e0d192e25bbb10  Finder-2.1.7.tgz
 177463cb4ca8f13f3708df9aed0e8d90  Finder-2.1.8.tgz
 210fd5d9ff07f7adfb544385a86e76cd  Finder-2.2.0.tgz
+9defaefa7c3942825d21fb9b60a6480f  Finder-2.2.1.tgz


More information about the scm-commits mailing list