From e448b7a083340ccb0bc040b34adca88e3ca17eb5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Jan 2013 10:25:28 +0100 Subject: php-symfony2-HttpFoundation: 2.1.7 --- php-symfony2-HttpFoundation.spec | 9 +++++---- 1 file 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 2.1.7-1 +- update to 2.1.7 + * Fri Dec 21 2012 Remi Collet 2.1.6-1 - update to 2.1.6 (no change) -- cgit