diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-21 10:00:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-21 10:00:36 +0100 |
commit | 75a3c7f4bfb4403cb115d3ab345fa50ed7363bf7 (patch) | |
tree | 2c48af0cb41af8c0d387c57e546171adff857f03 | |
parent | 52093c2e456e8eae8e27a0287111fbc2b1da79db (diff) |
php-symfony2-BrowserKit: 2.1.7
-rw-r--r-- | php-symfony2-BrowserKit.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-symfony2-BrowserKit.spec b/php-symfony2-BrowserKit.spec index 468c4d4..451791a 100644 --- a/php-symfony2-BrowserKit.spec +++ b/php-symfony2-BrowserKit.spec @@ -5,7 +5,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-BrowserKit -Version: 2.1.6 +Version: 2.1.7 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -63,13 +63,11 @@ 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 '/\.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"/' \ @@ -122,6 +120,9 @@ fi %changelog +* Mon Jan 21 2013 Remi Collet <RPMS@FamilleCollet.com> 2.1.7-1 +- update to 2.1.7 (no change) + * Fri Dec 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.6-1 - update to 2.1.6 (no change) |