diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-21 10:27:24 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-21 10:27:24 +0100 |
commit | fda66220a13ee1b22ea4d4ba514f4600966b393a (patch) | |
tree | 2a4c52677273188faeaf3bf77b47ea8fe6f4308f /php-symfony2-HttpKernel.spec | |
parent | 4519a3dc874190de9ef0a2655a5779c1bac9d33d (diff) |
php-symfony2-HttpKernel: 2.1.7
Diffstat (limited to 'php-symfony2-HttpKernel.spec')
-rw-r--r-- | php-symfony2-HttpKernel.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-symfony2-HttpKernel.spec b/php-symfony2-HttpKernel.spec index 69354bd..6f1269e 100644 --- a/php-symfony2-HttpKernel.spec +++ b/php-symfony2-HttpKernel.spec @@ -7,7 +7,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-symfony2-HttpKernel -Version: 2.1.6 +Version: 2.1.7 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -96,13 +96,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"/' \ @@ -159,6 +157,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 |