diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-06 18:58:39 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-06 18:58:39 +0200 |
commit | 2b01d6e26971aaba402354e0d18342eedcc2bd5c (patch) | |
tree | eb1db26e8f882a6880bf217c9d1221991b314797 | |
parent | a11dd1f10351f91128f89d325f8c39ed129d1f3b (diff) |
php-symfony2-Security: 2.2.1
-rw-r--r-- | php-symfony2-Security.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-symfony2-Security.spec b/php-symfony2-Security.spec index 940ffe4..9a47f6e 100644 --- a/php-symfony2-Security.spec +++ b/php-symfony2-Security.spec @@ -5,7 +5,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 @@ -169,8 +169,7 @@ 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" \ - -d include_path=".:%{_datadir}/php:%{pear_phpdir}" \ - || : Temporarily ignore failed tests + -d include_path=".:%{_datadir}/php:%{pear_phpdir}" %post @@ -194,6 +193,9 @@ fi %changelog +* Sat Apr 06 2013 Remi Collet <remi@fedoraproject.org> - 2.2.1-1 +- Update to 2.2.1 + * Sat Mar 23 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.0-1 - Updated to 2.2.0 - Removed tests' bootstrap patch |