diff options
| author | Remi Collet <fedora@famillecollet.com> | 2012-12-21 08:47:47 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2012-12-21 08:47:47 +0100 | 
| commit | 79a8bbf5c61472f32aacaf9b8435a36a01f5b142 (patch) | |
| tree | 3f969322863d91e71af0d096075f6ce17904fc6d | |
| parent | a173c25af2f93ce80a7ff5b64165b5636fedf3e4 (diff) | |
php-symfony2-Security 2.1.5
| -rw-r--r-- | php-symfony2-Security.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/php-symfony2-Security.spec b/php-symfony2-Security.spec index 421a6e4..dccb44b 100644 --- a/php-symfony2-Security.spec +++ b/php-symfony2-Security.spec @@ -5,7 +5,7 @@  %global php_min_ver  5.3.3  Name:             php-symfony2-Security -Version:          2.1.4 +Version:          2.1.5  Release:          1%{?dist}  Summary:          Symfony2 %{pear_name} Component @@ -76,7 +76,8 @@ Optional dependencies: DoctrineCommon and DoctrineDBAL  %prep -%setup -q -c +%setup -q -c -T +tar xif %{SOURCE0}  # Patches  cd %{pear_name}-%{version} @@ -143,6 +144,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 | 
