diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:29:43 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:29:43 +0200 |
commit | cc605f34a04fdeb2104bc822f6c211e6c6ffc7e6 (patch) | |
tree | b7c89a9bf8da3163f231271bb736f2247aef6477 | |
parent | 857f152b6cedb7d83c35e8a7c7b545a2ff4b2e0b (diff) |
php-symfony2-DependencyInjection: sync
-rw-r--r-- | php-symfony2-DependencyInjection.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-symfony2-DependencyInjection.spec b/php-symfony2-DependencyInjection.spec index e181135..fc2d9ad 100644 --- a/php-symfony2-DependencyInjection.spec +++ b/php-symfony2-DependencyInjection.spec @@ -135,8 +135,9 @@ cd %{pear_name}-%{version}/Symfony/Component/%{pear_name} cp ../../../../phpunit.autoloader.php . -%{_bindir}/phpunit -d date.timezone="UTC" \ - -d include_path="%{buildroot}%{pear_phpdir}:.:%{pear_phpdir}" \ +%{_bindir}/phpunit \ + -d include_path="%{buildroot}%{pear_phpdir}:%{buildroot}%{pear_testdir}/%{pear_name}:.:%{pear_phpdir}:%{_datadir}/php" \ + -d date.timezone="UTC" \ %if 0%{?rhel} == 5 || : ignore test on EL5 %endif @@ -163,6 +164,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 |