From c3b3c7c9f021ba3b0e62636ccda21b517cf95f72 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Jan 2013 10:30:16 +0100 Subject: php-symfony2-Locale: 2.1.7 --- php-symfony2-Locale.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/php-symfony2-Locale.spec b/php-symfony2-Locale.spec index e12f768..bdb007a 100644 --- a/php-symfony2-Locale.spec +++ b/php-symfony2-Locale.spec @@ -7,7 +7,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-symfony2-Locale -Version: 2.1.6 +Version: 2.1.7 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -78,14 +78,12 @@ cd %{pear_name}-%{version} cd .. # Modify PEAR package.xml file: -# - Remove .gitattributes file # - Remove .gitignore file # - Change role from "php" to "doc" for UPDATE.txt 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 '/UPDATE.txt/s/role="php"/role="doc"/' \ -e '/CHANGELOG.md/s/role="php"/role="doc"/' \ -e '/phpunit.xml.dist/s/role="php"/role="test"/' \ @@ -169,6 +167,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