diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-29 14:37:56 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-29 14:37:56 +0100 |
commit | ebce3da20453d16b3915cbf55cf2de4aaf81d360 (patch) | |
tree | 847e6c1a469f81d7816bddbaa5c93a76bf0c8374 | |
parent | 381bdc5921692d7f47cacf28d1038ac71e7b9c46 (diff) |
/php-symfony2-ClassLoader-2.1.4 (no change)
-rw-r--r-- | php-symfony2-ClassLoader.spec | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/php-symfony2-ClassLoader.spec b/php-symfony2-ClassLoader.spec index 6600546..3a1940d 100644 --- a/php-symfony2-ClassLoader.spec +++ b/php-symfony2-ClassLoader.spec @@ -6,7 +6,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-ClassLoader -Version: 2.1.3 +Version: 2.1.4 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -76,16 +76,17 @@ 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 '/.gitignore/d' \ +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*//' \ - -e '/.gitignore/d' \ -i package.xml # package.xml is version 2.0 @@ -136,6 +137,13 @@ fi %changelog +* Thu Nov 29 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.4-1 +- update to 2.1.4 (no change) + +* Wed Nov 14 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.1.3-1 +- Updated to upstream version 2.1.3 +- Removed .gitattributes file from package.xml + * Tue Oct 30 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.3-1 - sync with rawhide, update to 2.1.3 |