diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-05-22 07:15:48 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-05-22 07:15:48 +0200 | 
| commit | 2967caa250309c22c8d306bad6b3f3677767107f (patch) | |
| tree | c29eed8cb8872dec30c27749d97eac404e087cfe | |
| parent | a3a278367504380a4e29e50b4f7a9d17ee3d41ff (diff) | |
php-horde-Horde-Nls: 2.0.4
| -rw-r--r-- | php-horde-Horde-Nls.spec | 16 | 
1 files changed, 14 insertions, 2 deletions
diff --git a/php-horde-Horde-Nls.spec b/php-horde-Horde-Nls.spec index 1a88a0d..9e26a11 100644 --- a/php-horde-Horde-Nls.spec +++ b/php-horde-Horde-Nls.spec @@ -1,9 +1,18 @@ -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# spec file for php-horde-Horde-Date +# +# Copyright (c) 2012-2014 Nick Bebout, Remi Collet +# +# License: MIT +# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense +# +# Please, preserve the changelog entries +# +%{!?__pear:       %global __pear       %{_bindir}/pear}  %global pear_name    Horde_Nls  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Nls -Version:        2.0.3 +Version:        2.0.4  Release:        1%{?dist}  Summary:        Native Language Support (NLS) @@ -104,6 +113,9 @@ fi  %changelog +* Thu May 22 2014 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 +- Update to 2.0.4 +  * Fri May 31 2013 Remi Collet <remi@fedoraproject.org> - 2.0.3-1  - Update to 2.0.3  - switch from Conflicts >= max to Requires < max  | 
