diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-21 07:20:13 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-21 07:20:13 +0100 |
commit | 2322473b69481c5463037d6359f8e973a5e2b7bb (patch) | |
tree | 89b74a0aeaa6712eaf1553580c635ce838a23738 | |
parent | dac7c0cec709553b4aaf4f94eb263beda3749043 (diff) |
php-symfony2-ClassLoader 2.1.5 (no change)
-rw-r--r-- | php-symfony2-ClassLoader.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-symfony2-ClassLoader.spec b/php-symfony2-ClassLoader.spec index 2cfa78d..600e4b3 100644 --- a/php-symfony2-ClassLoader.spec +++ b/php-symfony2-ClassLoader.spec @@ -5,7 +5,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-ClassLoader -Version: 2.1.4 +Version: 2.1.5 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -67,7 +67,8 @@ Optional dependencies: APC, XCache %prep -%setup -q -c +%setup -q -c -T +tar xif %{SOURCE0} # Patches cd %{pear_name}-%{version} @@ -136,6 +137,9 @@ fi %changelog +* Fri Dec 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.5-1 +- update to 2.1.5 (no change) + * Thu Nov 29 2012 Remi Collet <RPMS@FamilleCollet.com> 2.1.4-1 - update to 2.1.4 (no change) |