diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-21 10:23:53 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-21 10:23:53 +0100 |
commit | 045d8f7fed96c2785e179620a2db612411b6eede (patch) | |
tree | 10ad558e4c5ff335140803366d5ef892f7bb3bb8 | |
parent | 0f9dba5e4f62653ebeedb7ca3fb8fc512853ee59 (diff) |
php-symfony2-Form: 2.1.7
-rw-r--r-- | php-symfony2-Form.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-symfony2-Form.spec b/php-symfony2-Form.spec index 08b17cd..5e19ca3 100644 --- a/php-symfony2-Form.spec +++ b/php-symfony2-Form.spec @@ -5,7 +5,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-Form -Version: 2.1.6 +Version: 2.1.7 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -77,13 +77,11 @@ cd %{pear_name}-%{version} cd .. # 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 bootsrap.php file since it was patched -sed -e '/\.gitattributes/d' \ - -e '/\.gitignore/d' \ +sed -e '/\.gitignore/d' \ -e '/CHANGELOG.md/s/role="php"/role="doc"/' \ -e '/phpunit.xml.dist/s/role="php"/role="test"/' \ -e '/Tests/s/role="php"/role="test"/' \ @@ -140,6 +138,9 @@ fi %changelog +* Mon Jan 21 2013 Remi Collet <RPMS@FamilleCollet.com> 2.1.7-1 +- update to 2.1.7 + * Fri Dec 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.6-1 - update to 2.1.6 (no change) |