summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-06-03 10:37:52 +0200
committerRemi Collet <fedora@famillecollet.com>2013-06-03 10:37:52 +0200
commit97af9cc7d8a097e4e7482e3acfef89152ea5ee6d (patch)
tree5eb19b545255d74ad068949346888bc57f7e019f
parent1127800a13ec674c0362c4c6f10e0d0f71a8b4cc (diff)
php-symfony2-EventDispatcher: sync
-rw-r--r--php-symfony2-EventDispatcher.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-symfony2-EventDispatcher.spec b/php-symfony2-EventDispatcher.spec
index 3f2a39e..0a3cb28 100644
--- a/php-symfony2-EventDispatcher.spec
+++ b/php-symfony2-EventDispatcher.spec
@@ -75,7 +75,6 @@ Optional dependency: HttpKernel (php-symfony2-HttpKernel)
# Symfony2 %{pear_name} PEAR package.
set_include_path(
- '%{pear_phpdir}'.PATH_SEPARATOR.
'%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR.
get_include_path()
);
@@ -136,9 +135,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
@@ -164,6 +165,9 @@ fi
%changelog
+* Mon Apr 15 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.1-1
+- Updated to 2.2.1
+
* Sat Apr 06 2013 Remi Collet <remi@fedoraproject.org> - 2.2.1-1
- Update to 2.2.1 (no change)