diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-29 15:22:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-29 15:22:40 +0100 |
commit | a8d3ea255686f8685362a7febf59eb55473cd693 (patch) | |
tree | 6dbddf18e6ce9ce9abc624004182e66098596145 | |
parent | 9c8af1dacbef4df66fc4448f71b7e3910e688f1a (diff) |
php-symfony2-HttpFoundation-2.1.4
-rw-r--r-- | php-symfony2-HttpFoundation.spec | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/php-symfony2-HttpFoundation.spec b/php-symfony2-HttpFoundation.spec index e01077e..f3edeb8 100644 --- a/php-symfony2-HttpFoundation.spec +++ b/php-symfony2-HttpFoundation.spec @@ -1,5 +1,4 @@ %{!?__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') @@ -8,7 +7,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-symfony2-HttpFoundation -Version: 2.1.3 +Version: 2.1.4 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -81,14 +80,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 '/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*//' \ - -e '/.git/d' \ -i package.xml # package.xml is version 2.0 @@ -143,6 +145,15 @@ fi %changelog +* Thu Nov 29 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.4-1 +- update to 2.1.4 + +* Tue Nov 13 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.1.3-2 +- Removed .gitattributes and .gitignore files from package.xml + +* Sun Nov 11 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.1.3-1 +- Updated to upstream version 2.1.3 + * Tue Oct 30 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.3-1 - sync with rawhide, update to 2.1.3 |