diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-21 08:34:37 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-21 08:34:37 +0100 |
commit | 4a1d62ce4ce4e62ba27eaa0c17b8ce23ceeb8ffd (patch) | |
tree | ecbbb06891c652881dd6c0ec7a14a137ebe7f947 | |
parent | a8d3ea255686f8685362a7febf59eb55473cd693 (diff) |
php-symfony2-HttpFoundation 2.1.5
-rw-r--r-- | php-symfony2-HttpFoundation.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-symfony2-HttpFoundation.spec b/php-symfony2-HttpFoundation.spec index f3edeb8..e179018 100644 --- a/php-symfony2-HttpFoundation.spec +++ b/php-symfony2-HttpFoundation.spec @@ -7,7 +7,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-symfony2-HttpFoundation -Version: 2.1.4 +Version: 2.1.5 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -72,7 +72,8 @@ Optional dependencies: memcache, memcached, mongo %prep -%setup -q -c +%setup -q -c -T +tar xif %{SOURCE0} # Patches cd %{pear_name}-%{version} @@ -145,6 +146,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 |