diff options
-rw-r--r-- | php-symfony2-OptionsResolver.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-symfony2-OptionsResolver.spec b/php-symfony2-OptionsResolver.spec index bed581a..d037704 100644 --- a/php-symfony2-OptionsResolver.spec +++ b/php-symfony2-OptionsResolver.spec @@ -5,7 +5,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-OptionsResolver -Version: 2.1.6 +Version: 2.1.7 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -54,12 +54,10 @@ cd %{pear_name}-%{version} cd .. # Modify PEAR package.xml file: -# - Remove .gitattributes file # - Remove .gitignore file # - Change role from "php" to "test" for all test files # - Remove md5sum from bootsrap.php file since it was patched -sed -e '/\.gitattributes/d' \ - -e '/\.gitignore/d' \ +sed -e '/\.gitignore/d' \ -e '/phpunit.xml.dist/s/role="php"/role="test"/' \ -e '/Tests/s/role="php"/role="test"/' \ -e '/bootstrap.php/s/md5sum="[^"]*"\s*//' \ @@ -113,6 +111,9 @@ fi %changelog +* Mon Jan 21 2013 Remi Collet <RPMS@FamilleCollet.com> 2.1.7-1 +- update to 2.1.7 (no code change) + * Fri Dec 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.6-1 - update to 2.1.6 (no change) |