From 3e90c9d2f58938ad1197b26ad1b7a1a78bdc3b2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Oct 2013 14:45:23 +0200 Subject: php-horde-Horde-Log: 2.1.0 --- php-horde-Horde-Log.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/php-horde-Horde-Log.spec b/php-horde-Horde-Log.spec index 136a3b5..06aa4fa 100644 --- a/php-horde-Horde-Log.spec +++ b/php-horde-Horde-Log.spec @@ -6,7 +6,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} Name: php-horde-Horde-Log -Version: 2.0.1 +Version: 2.1.0 Release: 1%{?dist} Summary: Horde Logging library @@ -32,16 +32,18 @@ Requires: php-date Requires: php-pcre Requires: php-reflection Requires: php-spl -BuildRequires: php-pear(PEAR) >= 1.7.0 +Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Constraint) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Constraint) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Constraint) < 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 # Optional Requires: php-dom +Requires: php-pear(%{pear_channel}/Horde_Cli) >= 2.0.0 +Requires: php-pear(%{pear_channel}/Horde_Cli) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Scribe) >= 2.0.0 -Conflicts: php-pear(%{pear_channel}/Horde_Scribe) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Scribe) < 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -107,6 +109,9 @@ fi %changelog +* Tue Oct 15 2013 Remi Collet - 2.1.0-1 +- Update to 2.1.0 + * Mon Nov 19 2012 Remi Collet - 2.0.1-1 - Update to 2.0.1 for remi repo -- cgit