summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-21 10:30:16 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-21 10:30:16 +0100
commitc3b3c7c9f021ba3b0e62636ccda21b517cf95f72 (patch)
tree3b7dca1b004cceb1cd0d0f728c9b1e3100dcdad6
parent6f488c7749868e61895071865c13a22d1c8ec9b1 (diff)
php-symfony2-Locale: 2.1.7
-rw-r--r--php-symfony2-Locale.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php-symfony2-Locale.spec b/php-symfony2-Locale.spec
index e12f768..bdb007a 100644
--- a/php-symfony2-Locale.spec
+++ b/php-symfony2-Locale.spec
@@ -7,7 +7,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: php-symfony2-Locale
-Version: 2.1.6
+Version: 2.1.7
Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
@@ -78,14 +78,12 @@ cd %{pear_name}-%{version}
cd ..
# Modify PEAR package.xml file:
-# - Remove .gitattributes file
# - Remove .gitignore file
# - Change role from "php" to "doc" for UPDATE.txt 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 '/UPDATE.txt/s/role="php"/role="doc"/' \
-e '/CHANGELOG.md/s/role="php"/role="doc"/' \
-e '/phpunit.xml.dist/s/role="php"/role="test"/' \
@@ -169,6 +167,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)