[php-horde-Horde-Image/f20] - Update to 2.2.0 - add povides php-composer(horde/horde-image) - add dependency on Horde_Stream - r

Remi Collet remi at fedoraproject.org
Thu Feb 12 16:33:51 UTC 2015


commit 7ecb1ffdcf45821f36210f0c011be321c3825a3c
Author: Remi Collet <rcollet at redhat.com>
Date:   Wed Feb 11 13:53:47 2015 +0100

    - Update to 2.2.0
    - add povides php-composer(horde/horde-image)
    - add dependency on Horde_Stream
    - raise dependency on Horde_Translation 2.2.0
    
    (cherry picked from commit 710a81f7c7d4c6ceb0302dd069ef1fb7ca480b35)

 .gitignore                 |   10 ++--------
 php-horde-Horde-Image.spec |   17 ++++++++++++++---
 sources                    |    2 +-
 3 files changed, 17 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 751f86f..8735141 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,3 @@
-*spec~
-/Horde_Image-2.0.3.tgz
-/Horde_Image-2.0.4.tgz
-/Horde_Image-2.0.5.tgz
-/Horde_Image-2.0.6.tgz
-/Horde_Image-2.0.7.tgz
-/Horde_Image-2.0.8.tgz
-/Horde_Image-2.0.9.tgz
+clog
 /Horde_Image-2.1.0.tgz
+/Horde_Image-2.2.0.tgz
diff --git a/php-horde-Horde-Image.spec b/php-horde-Horde-Image.spec
index 53df4d9..65c687c 100644
--- a/php-horde-Horde-Image.spec
+++ b/php-horde-Horde-Image.spec
@@ -15,7 +15,7 @@
 %global with_tests   %{?_without_tests:0}%{!?_without_tests:1}
 
 Name:           php-horde-Horde-Image
-Version:        2.1.0
+Version:        2.2.0
 Release:        1%{?dist}
 Summary:        Horde Image API
 
@@ -31,6 +31,7 @@ BuildRequires:  php-pear(PEAR) >= 1.7.0
 BuildRequires:  php-channel(%{pear_channel})
 %if %{with_tests}
 # To run unit tests
+BuildRequires:  php-pear(%{pear_channel}/Horde_Stream) >= 1.6.2
 BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0
 %endif
 
@@ -43,12 +44,13 @@ Requires:       php-pcre
 Requires:       php-spl
 Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-channel(%{pear_channel})
-Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 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_Stream) >= 1.6.2
+Requires:       php-pear(%{pear_channel}/Horde_Stream) < 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Support) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Support) <  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
 Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0
 Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0
@@ -58,6 +60,9 @@ Requires:       php-json
 Requires:       php-zlib
 Requires:       php-pear(XML_SVG)
 
+Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
+Provides:       php-composer(horde/horde-image) = %{version}
+
 
 %description
 An Image utility API, with backends for:
@@ -149,6 +154,12 @@ fi
 
 
 %changelog
+* Wed Feb 11 2015 Remi Collet <remi at fedoraproject.org> - 2.2.0-1
+- Update to 2.2.0
+- add povides php-composer(horde/horde-image)
+- add dependency on Horde_Stream
+- raise dependency on Horde_Translation 2.2.0
+
 * Tue Jun 17 2014 Remi Collet <remi at fedoraproject.org> - 2.1.0-1
 - Update to 2.1.0
 
diff --git a/sources b/sources
index 489ffb3..e73b1b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c6bbab8987b73eb204534734e8b0b47  Horde_Image-2.1.0.tgz
+44f37c609ca0b4612ee256ba31916060  Horde_Image-2.2.0.tgz


More information about the scm-commits mailing list