From 1b843a8905dd9232c799cb349051adc0ba6b62a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Dec 2012 08:30:23 +0100 Subject: php-symfony2-Form 2.1.5 --- php-symfony2-Form.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-symfony2-Form.spec b/php-symfony2-Form.spec index 22c2649..c765b12 100644 --- a/php-symfony2-Form.spec +++ b/php-symfony2-Form.spec @@ -5,7 +5,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-Form -Version: 2.1.4 +Version: 2.1.5 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -69,7 +69,8 @@ component. %prep -%setup -q -c +%setup -q -c -T +tar xif %{SOURCE0} # Patches cd %{pear_name}-%{version} @@ -140,6 +141,9 @@ fi %changelog +* Fri Dec 21 2012 Remi Collet 2.1.5-1 +- update to 2.1.5 + * Thu Nov 29 2012 Remi Collet 2.1.4-1 - update to 2.1.4 -- cgit