From 42b070a865391195a984a96678bc231fadebe769 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Jan 2013 10:08:02 +0100 Subject: php-symfony2-Config: 2.1.7 --- php-symfony2-Config.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/php-symfony2-Config.spec b/php-symfony2-Config.spec index 350f18a..f8e3c02 100644 --- a/php-symfony2-Config.spec +++ b/php-symfony2-Config.spec @@ -5,7 +5,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-Config -Version: 2.1.6 +Version: 2.1.7 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -65,8 +65,7 @@ cd .. # - 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"/' \ @@ -120,6 +119,9 @@ fi %{pear_testdir}/%{pear_name} %changelog +* Mon Jan 21 2013 Remi Collet 2.1.7-1 +- update to 2.1.7 (no code change) + * Fri Dec 21 2012 Remi Collet 2.1.6-1 - update to 2.1.6 (no change) -- cgit