[php-horde-Horde-Alarm/f20] update to 2.2.3

Remi Collet remi at fedoraproject.org
Fri Nov 7 12:27:39 UTC 2014


commit 15575e0561feeff8fbef3070e115ab38b7e73077
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Nov 7 13:25:48 2014 +0100

    update to 2.2.3
    
    (cherry picked from commit cee038d2b18742848dc98e152fc16fe4b62418f8)

 .gitignore                 |    1 +
 php-horde-Horde-Alarm.spec |   12 +++++++++---
 sources                    |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d622a5d..559d225 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ php-horde-Horde-Alarm.spec~
 /Horde_Alarm-2.2.0.tgz
 /Horde_Alarm-2.2.1.tgz
 /Horde_Alarm-2.2.2.tgz
+/Horde_Alarm-2.2.3.tgz
diff --git a/php-horde-Horde-Alarm.spec b/php-horde-Horde-Alarm.spec
index 5b73ae7..6b1713c 100644
--- a/php-horde-Horde-Alarm.spec
+++ b/php-horde-Horde-Alarm.spec
@@ -13,7 +13,7 @@
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Alarm
-Version:        2.2.2
+Version:        2.2.3
 Release:        1%{?dist}
 Summary:        Horde Alarm Libraries
 
@@ -30,6 +30,7 @@ BuildRequires:  php-channel(%{pear_channel})
 # To run unit tests
 BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
 BuildRequires:  php-pear(%{pear_channel}/Horde_Date) >= 2.0.0
+BuildRequires:  php-pear(%{pear_channel}/Horde_Db) >= 2.2.0
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
@@ -42,10 +43,10 @@ Requires:       php-pear(%{pear_channel}/Horde_Date) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Date) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Exception) <  3.0.0
-Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0
 Requires:       php-pear(%{pear_channel}/Horde_Translation) <  3.0.0
 # Optional
-Requires:       php-pear(%{pear_channel}/Horde_Db) >= 2.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Db) >= 2.2.0
 Requires:       php-pear(%{pear_channel}/Horde_Db) <  3.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Mail) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Mail) <  3.0.0
@@ -138,6 +139,11 @@ fi
 
 
 %changelog
+* Thu Nov 06 2014 Remi Collet <remi at fedoraproject.org> - 2.2.3-1
+- Update to 2.2.3
+- raise dependencies:
+  Horde_Translation >= 2.2.0 and Horde_Db >= 2.2.0
+
 * Sat Oct 25 2014 Remi Collet <remi at fedoraproject.org> - 2.2.2-1
 - Update to 2.2.2 (locale update only)
 
diff --git a/sources b/sources
index 4b9782b..a6bef61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d819083a4725b96b355515c7a2f616ab  Horde_Alarm-2.2.2.tgz
+50daac65f1da1c2a9a779690f6eea932  Horde_Alarm-2.2.3.tgz


More information about the scm-commits mailing list