From 69fd7da50f616d2c1d59061b77130bd7c724b07e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Dec 2012 08:24:44 +0100 Subject: php-symfony2-Filesystem 2.1.5 --- php-symfony2-Filesystem.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-symfony2-Filesystem.spec b/php-symfony2-Filesystem.spec index ebcf2d5..7115c89 100644 --- a/php-symfony2-Filesystem.spec +++ b/php-symfony2-Filesystem.spec @@ -5,7 +5,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-Filesystem -Version: 2.1.4 +Version: 2.1.5 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -46,7 +46,8 @@ The Filesystem component provides basic utilities for the filesystem. %prep -%setup -q -c +%setup -q -c -T +tar xif %{SOURCE0} # Patches cd %{pear_name}-%{version} @@ -117,6 +118,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