diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-08-22 14:49:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-08-22 14:49:48 +0200 |
commit | fdcbb110e2ab76572a9f661d07197bd3e823e9a1 (patch) | |
tree | 59fef2a24605524e8e121d7302fca793805357a5 | |
parent | 3a3884cd4455f6f499a12a59091660cb2293009c (diff) |
php-symfony2-* 2.2.5 (backport)
-rw-r--r-- | php-symfony2-PropertyAccess.spec | 24 |
1 files changed, 18 insertions, 6 deletions
diff --git a/php-symfony2-PropertyAccess.spec b/php-symfony2-PropertyAccess.spec index 94fb17a..bab2312 100644 --- a/php-symfony2-PropertyAccess.spec +++ b/php-symfony2-PropertyAccess.spec @@ -5,7 +5,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-%{pear_name} -Version: 2.2.2 +Version: 2.2.5 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -81,14 +81,10 @@ sed -e 's#vendor/autoload.php#./phpunit.autoloader.php#' \ rm -f %{pear_name}-%{version}/Symfony/Component/%{pear_name}/Tests/PropertyAccessorCustomArrayObjectTest.php # Modify PEAR package.xml file: -# - Remove .gitattributes file -# - Remove .gitignore file # - Remove test that cannot be run without Form component's tests # - Change role from "php" to "test" for all test files # - Remove md5sum from phpunit.xml.dist file since it was updated -sed -e '/\.gitattributes/d' \ - -e '/\.gitignore/d' \ - -e '/PropertyAccessorCustomArrayObjectTest.php/d' \ +sed -e '/PropertyAccessorCustomArrayObjectTest.php/d' \ -e '/Tests/s/role="php"/role="test"/' \ -e '/phpunit.xml.dist/s/role="php"/role="test"/' \ -e '/phpunit.xml.dist/s/md5sum="[^"]*"\s*//' \ @@ -151,6 +147,22 @@ fi %changelog +* Thu Aug 22 2013 Remi Collet <remi@fedoraproject.org> - 2.2.5-1 +- Sync with rawhide, update to 2.2.5 + +* Fri Aug 09 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.5-1 +- Updated to 2.2.5 + +* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Tue Jul 02 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.3-1 +- Updated to 2.2.3 + +* Thu Jun 13 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.2-1 +- Updated to 2.2.2 +- Removed package.xml modifications fixed usptream + * Mon Jun 03 2013 Remi Collet <remi@fedoraproject.org> - 2.2.2-1 - Update to 2.2.2 |