diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-05-27 10:00:42 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-05-27 10:00:42 +0200 | 
| commit | 449b45419ff539878e3e4653eca9c3b27fd09a0e (patch) | |
| tree | 28160ca7f1b3a8f2207b6cc817c0ed783bf6f07b | |
| parent | 0d92543b16d7ca466d2084876e1d538ef38481bb (diff) | |
php-horde-Horde-Service-Weather: 2.0.5
| -rw-r--r-- | php-horde-Horde-Service-Weather.spec | 16 | 
1 files changed, 10 insertions, 6 deletions
diff --git a/php-horde-Horde-Service-Weather.spec b/php-horde-Horde-Service-Weather.spec index 57e17bf..7b8ca4c 100644 --- a/php-horde-Horde-Service-Weather.spec +++ b/php-horde-Horde-Service-Weather.spec @@ -4,7 +4,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Service-Weather -Version:        2.0.4 +Version:        2.0.5  Release:        1%{?dist}  Summary:        Horde Weather Provider @@ -37,16 +37,16 @@ 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_Date) >= 2.0.0 -Conflicts:      php-pear(%{pear_channel}/Horde_Date) >= 3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Date) <  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_Http) >= 2.0.0 -Conflicts:      php-pear(%{pear_channel}/Horde_Http) >= 3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Http) <  3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Url) >= 2.0.0 -Conflicts:      php-pear(%{pear_channel}/Horde_Url) >= 3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Url) <  3.0.0  # Not documented, detected by phpci  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} @@ -138,5 +138,9 @@ fi  %{pear_hordedir}/themes  %changelog +* Mon May 27 2013 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 +- Update to 2.0.5 +- switch from Conflicts >= max to Requires < max +  * Sat Apr  6 2013 Remi Collet <remi@fedoraproject.org> - 2.0.4-1  - initial package  | 
