diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-21 10:25:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-21 10:25:28 +0100 |
commit | e448b7a083340ccb0bc040b34adca88e3ca17eb5 (patch) | |
tree | d5e0146f155aa6c9e06663c324749318437dd91d | |
parent | 22861c9f80b99f1180bcbb74f2ad42b9c7abe55b (diff) |
php-symfony2-HttpFoundation: 2.1.7
-rw-r--r-- | php-symfony2-HttpFoundation.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-symfony2-HttpFoundation.spec b/php-symfony2-HttpFoundation.spec index d2d0863..763f707 100644 --- a/php-symfony2-HttpFoundation.spec +++ b/php-symfony2-HttpFoundation.spec @@ -7,7 +7,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-symfony2-HttpFoundation -Version: 2.1.6 +Version: 2.1.7 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -80,13 +80,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"/' \ @@ -145,6 +143,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) |