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 | 2732c75f19ddd66eb2cbd43cfa3f9cc19e2738fc (patch) | |
tree | 6d379802190835b361cd77b974eda722c1c9d10e | |
parent | d79ed12e270eb241da6134961100fb1c6de98420 (diff) |
php-symfony2-* 2.2.5 (backport)
-rw-r--r-- | php-symfony2-EventDispatcher.spec | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/php-symfony2-EventDispatcher.spec b/php-symfony2-EventDispatcher.spec index 08a525d..68e820a 100644 --- a/php-symfony2-EventDispatcher.spec +++ b/php-symfony2-EventDispatcher.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 @@ -95,15 +95,9 @@ sed -e 's#vendor/autoload.php#./phpunit.autoloader.php#' \ -i %{pear_name}-%{version}/Symfony/Component/%{pear_name}/phpunit.xml.dist # Modify PEAR package.xml file: -# - Remove .gitattributes file -# - Remove .gitignore file -# - Change role from "php" to "doc" for CHANGELOG.md file # - 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 '/CHANGELOG.md/s/role="php"/role="doc"/' \ - -e '/Tests/s/role="php"/role="test"/' \ +sed -e '/Tests/s/role="php"/role="test"/' \ -e '/phpunit.xml.dist/s/role="php"/role="test"/' \ -e '/phpunit.xml.dist/s/md5sum="[^"]*"\s*//' \ -i package.xml @@ -165,6 +159,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 |