summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-21 10:08:02 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-21 10:08:02 +0100
commit42b070a865391195a984a96678bc231fadebe769 (patch)
tree061dbf5d1586783786b0e53bae4b4462b3812bf0
parent9c584cb00e8067a9aa1a4ad62997104cddc70599 (diff)
php-symfony2-Config: 2.1.7
-rw-r--r--php-symfony2-Config.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/php-symfony2-Config.spec b/php-symfony2-Config.spec
index 350f18a..f8e3c02 100644
--- a/php-symfony2-Config.spec
+++ b/php-symfony2-Config.spec
@@ -5,7 +5,7 @@
%global php_min_ver 5.3.3
Name: php-symfony2-Config
-Version: 2.1.6
+Version: 2.1.7
Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
@@ -65,8 +65,7 @@ cd ..
# - 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"/' \
@@ -120,6 +119,9 @@ fi
%{pear_testdir}/%{pear_name}
%changelog
+* Mon Jan 21 2013 Remi Collet <RPMS@FamilleCollet.com> 2.1.7-1
+- update to 2.1.7 (no code change)
+
* Fri Dec 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.6-1
- update to 2.1.6 (no change)