From b3b5a6ac0b555994bfc58088d0a6aa021fdb98e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Nov 2012 14:46:53 +0100 Subject: php-symfony2-Console-2.1.4 --- php-symfony2-Console.spec | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'php-symfony2-Console.spec') diff --git a/php-symfony2-Console.spec b/php-symfony2-Console.spec index 3f316cb..880986c 100644 --- a/php-symfony2-Console.spec +++ b/php-symfony2-Console.spec @@ -1,12 +1,11 @@ %{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} -%{!?pear_metadir: %global pear_metadir %{pear_phpdir}} %global pear_channel pear.symfony.com %global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g') %global php_min_ver 5.3.3 Name: php-symfony2-Console -Version: 2.1.3 +Version: 2.1.4 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -70,10 +69,14 @@ 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 '/CHANGELOG.md/s/role="php"/role="doc"/' \ +sed -e '/\.gitattributes/d' \ + -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"/' \ -e '/bootstrap.php/s/md5sum="[^"]*"\s*//' \ @@ -127,6 +130,15 @@ fi %changelog +* Thu Nov 29 2012 Remi Collet 2.1.4-1 +- update to 2.1.4 (no change) + +* Tue Nov 13 2012 Shawn Iwinski 2.1.3-2 +- Removed .gitattributes and .gitignore files from package.xml + +* Sun Nov 11 2012 Shawn Iwinski 2.1.3-1 +- Updated to upstream version 2.1.3 + * Tue Oct 30 2012 Remi Collet 2.1.3-1 - sync with rawhide, update to 2.1.3 -- cgit