[php-symfony2-Validator] Updated to 2.2.1

Shawn Iwinski siwinski at fedoraproject.org
Tue Apr 16 02:50:51 UTC 2013


commit 73903492e28af9488d90c9197c84f69711c83ef2
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Mon Apr 15 22:50:48 2013 -0400

    Updated to 2.2.1

 .gitignore                  |    1 +
 php-symfony2-Validator.spec |   10 +++++++---
 sources                     |    1 +
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c2ccdb7..2f93367 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /Validator-2.1.7.tgz
 /Validator-2.1.8.tgz
 /Validator-2.2.0.tgz
+/Validator-2.2.1.tgz
diff --git a/php-symfony2-Validator.spec b/php-symfony2-Validator.spec
index da8caf2..a9854bd 100644
--- a/php-symfony2-Validator.spec
+++ b/php-symfony2-Validator.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
 
@@ -97,7 +97,6 @@ Optional dependencies: APC, DoctrineCommon
 # Symfony2 %{pear_name} PEAR package.
 
 set_include_path(
-    '%{pear_phpdir}'.PATH_SEPARATOR.
     '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR.
     get_include_path()
 );
@@ -160,7 +159,9 @@ cd %{pear_name}-%{version}/Symfony/Component/%{pear_name}
 
 sed 's#./phpunit.autoloader.php#./autoloader.php#' -i phpunit.xml.dist
 
-%{_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" \
     || : Temporarily ignore failed tests
 
 
@@ -184,6 +185,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 ca94dcb..f2d6eae 100644
--- a/sources
+++ b/sources
@@ -9,3 +9,4 @@ b07604b47984878fce1f9219575afc12  Validator-2.1.4.tgz
 6c783d8901aa41f393ef36ad4c3c559c  Validator-2.1.7.tgz
 7fab4cda83511accc36bf027e7b7f697  Validator-2.1.8.tgz
 ad2047b5eafce558367f10caa34c3ceb  Validator-2.2.0.tgz
+e648602516b24216aa454816f85cc5c2  Validator-2.2.1.tgz


More information about the scm-commits mailing list