diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-12-21 08:38:50 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-12-21 08:38:50 +0100 |
commit | e3bddde1264f83ad8842779392fba080e83eb7cc (patch) | |
tree | 6b7caedeef11f97da2f15ed49a0ed1cff23b170e | |
parent | b62da7d86caf0b22e21a7ff4e911b4800e743e72 (diff) |
php-symfony2-Locale 2.1.5
-rw-r--r-- | php-symfony2-Locale.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-symfony2-Locale.spec b/php-symfony2-Locale.spec index fcd4597..ccec104 100644 --- a/php-symfony2-Locale.spec +++ b/php-symfony2-Locale.spec @@ -7,7 +7,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-symfony2-Locale -Version: 2.1.4 +Version: 2.1.5 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -70,7 +70,8 @@ Stub implementation only supports the en locale. %prep -%setup -q -c +%setup -q -c -T +tar xif %{SOURCE0} # Patches cd %{pear_name}-%{version} @@ -169,6 +170,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 |