summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-21 10:34:16 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-21 10:34:16 +0100
commit69ed5e1b81840d1c0967e6bb656aba7db85d2e5c (patch)
treee8a51caec285050df3cb854875eae31c578b2ee1
parent23b13f1e1d39632e03918947712ce62393dd048d (diff)
php-symfony2-Routing: 2.1.7
-rw-r--r--php-symfony2-Routing.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/php-symfony2-Routing.spec b/php-symfony2-Routing.spec
index 81fc985..d529ef1 100644
--- a/php-symfony2-Routing.spec
+++ b/php-symfony2-Routing.spec
@@ -7,7 +7,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: php-symfony2-Routing
-Version: 2.1.6
+Version: 2.1.7
Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
@@ -72,13 +72,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"/' \
@@ -135,6 +133,9 @@ fi
%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)