diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-03-04 07:36:31 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-03-04 07:36:31 +0100 |
commit | f32dd5a2baea8086a6eb82c5a7f917e96f2c5f06 (patch) | |
tree | 7e032e26481022e515a1bad2177dc8cd294af60d | |
parent | 9e9ac56ee085b1d6f251a5da75fb6325acfbec67 (diff) |
php-horde-Horde-Editor: 2.0.4
-rw-r--r-- | php-horde-Horde-Editor.spec | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/php-horde-Horde-Editor.spec b/php-horde-Horde-Editor.spec index cdef265..ffc2613 100644 --- a/php-horde-Horde-Editor.spec +++ b/php-horde-Horde-Editor.spec @@ -1,9 +1,18 @@ -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# spec file for php-horde-Horde-Db +# +# Copyright (c) 2013-2014 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_Editor %global pear_channel pear.horde.org Name: php-horde-Horde-Editor -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} Summary: Horde Editor API @@ -27,11 +36,11 @@ Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Role) >= 1.0.0 Requires: php-pear(%{pear_channel}/Horde_Browser) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Browser) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Browser) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Serialize) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Serialize) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Serialize) < 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -95,6 +104,9 @@ fi %changelog +* Tue Mar 04 2014 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 +- Update to 2.0.4 + * Tue Feb 12 2013 Remi Collet <remi@fedoraproject.org> - 2.0.3-1 - Update to 2.0.3 (no change) |