From b9b4e3d557c03280899c269bd8db486bb244a944 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Fri, 21 Dec 2012 08:27:41 +0100
Subject: php-symfony2-Finder 2.1.5

---
 php-symfony2-Finder.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/php-symfony2-Finder.spec b/php-symfony2-Finder.spec
index 3ab7112..90f9fea 100644
--- a/php-symfony2-Finder.spec
+++ b/php-symfony2-Finder.spec
@@ -5,7 +5,7 @@
 %global php_min_ver  5.3.3
 
 Name:             php-symfony2-Finder
-Version:          2.1.4
+Version:          2.1.5
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
@@ -45,7 +45,8 @@ interface.
 
 
 %prep
-%setup -q -c
+%setup -q -c -T
+tar xif %{SOURCE0}
 
 # Patches
 cd %{pear_name}-%{version}
@@ -114,6 +115,9 @@ fi
 
 
 %changelog
+* Fri Dec 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.5-1
+- update to 2.1.5
+
 * Thu Nov 29 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.4-1
 - update to 2.1.4 (no change)
 
-- 
cgit