summaryrefslogtreecommitdiffstats
path: root/php-symfony2-Yaml.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-21 10:56:18 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-21 10:56:18 +0100
commit51d4db61d6cb7271f13c424a1843c9e7a911acd0 (patch)
tree08bd54bba47c0e61c475e46d11e32e156e1db29c /php-symfony2-Yaml.spec
parentf73e156df9872b78890d6276aeb18d34bc9b6f9f (diff)
php-symfony2-Yaml: 2.1.7 (NB: broken with php 5.5)
Diffstat (limited to 'php-symfony2-Yaml.spec')
-rw-r--r--php-symfony2-Yaml.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php-symfony2-Yaml.spec b/php-symfony2-Yaml.spec
index 351bbeb..06ad71e 100644
--- a/php-symfony2-Yaml.spec
+++ b/php-symfony2-Yaml.spec
@@ -5,7 +5,7 @@
%global php_min_ver 5.3.3
Name: php-symfony2-Yaml
-Version: 2.1.6
+Version: 2.1.7
Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
@@ -70,13 +70,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"/' \
@@ -131,6 +129,9 @@ fi
%changelog
+* Mon Jan 21 2013 Remi Collet <RPMS@FamilleCollet.com> 2.1.7-1
+- update to 2.1.7
+
* Fri Dec 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.6-1
- update to 2.1.6 (no change)