diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-21 08:41:41 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-21 08:41:41 +0100 |
commit | c99631fe006d7b25fee48d3b6a66a65aa4c306a1 (patch) | |
tree | e302ba426eb911f37fe7f06b6d51087d949d7678 | |
parent | 06b261f4cb929c330374a07397e6affeedb00a8d (diff) |
php-symfony2-Process 2.1.5
-rw-r--r-- | php-symfony2-Process.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-symfony2-Process.spec b/php-symfony2-Process.spec index 5f08286..52c6189 100644 --- a/php-symfony2-Process.spec +++ b/php-symfony2-Process.spec @@ -5,7 +5,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-Process -Version: 2.1.4 +Version: 2.1.5 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -46,7 +46,8 @@ The Process Component executes commands in sub-processes. %prep -%setup -q -c +%setup -q -c -T +tar xif %{SOURCE0} # Patches cd %{pear_name}-%{version} @@ -115,6 +116,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 |