[php-symfony2-Locale] Updated to 2.2.1

Shawn Iwinski siwinski at fedoraproject.org
Sun Apr 14 19:41:15 UTC 2013


commit 2bc9cf8b8b95d30e7b49fd72e6c511e09417a32b
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Apr 14 15:41:12 2013 -0400

    Updated to 2.2.1

 .gitignore               |    1 +
 php-symfony2-Locale.spec |   12 ++++++++----
 sources                  |    1 +
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 918c2a0..d2dc848 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /Locale-2.1.7.tgz
 /Locale-2.1.8.tgz
 /Locale-2.2.0.tgz
+/Locale-2.2.1.tgz
diff --git a/php-symfony2-Locale.spec b/php-symfony2-Locale.spec
index a3a7e89..54f9bae 100644
--- a/php-symfony2-Locale.spec
+++ b/php-symfony2-Locale.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
 
@@ -76,7 +76,6 @@ Stub implementation only supports the en locale.
 # Symfony2 %{pear_name} PEAR package.
 
 set_include_path(
-    '%{pear_phpdir}'.PATH_SEPARATOR.
     '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR.
     get_include_path()
 );
@@ -148,9 +147,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" \
     || : Temporarily ignore failed tests
 
 
@@ -191,6 +192,9 @@ fi
 
 
 %changelog
+* Sun Apr 14 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 70fe46a..c691276 100644
--- a/sources
+++ b/sources
@@ -9,3 +9,4 @@ ba9335048f0b3fbe7625e58771bd6bdc  Locale-2.1.6.tgz
 e9cdcd958ddd061f5449a0ec4c590923  Locale-2.1.7.tgz
 95369d7cdb4888760415c17f999676bb  Locale-2.1.8.tgz
 1a535f01a85badba08bb34355a4df4a6  Locale-2.2.0.tgz
+f12f3876a676f79ab21ca06728e48041  Locale-2.2.1.tgz


More information about the scm-commits mailing list