[php-horde-Horde-Compress/epel7] - Update to 2.0.7 - add optional requires: Horde_Mapi, Horde_Icalendar

Remi Collet remi at fedoraproject.org
Wed Jan 22 06:16:04 UTC 2014


commit 315751565b6d1d8d5b30f85abf55c6a1716ee7c3
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Jan 22 07:01:06 2014 +0100

    - Update to 2.0.7
    - add optional requires: Horde_Mapi, Horde_Icalendar
    
    (cherry picked from commit 4b556e0d71e84345fa797b707f4d652f32bae392)

 .gitignore                    |    1 +
 php-horde-Horde-Compress.spec |   35 +++++++++++++++++++++++++++--------
 sources                       |    2 +-
 3 files changed, 29 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 479924e..19023a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *spec~
 /Horde_Compress-2.0.3.tgz
 /Horde_Compress-2.0.4.tgz
+/Horde_Compress-2.0.7.tgz
diff --git a/php-horde-Horde-Compress.spec b/php-horde-Horde-Compress.spec
index d87d2f8..e5bf8df 100644
--- a/php-horde-Horde-Compress.spec
+++ b/php-horde-Horde-Compress.spec
@@ -1,10 +1,19 @@
+# spec file for php-horde-Horde-Compress
+#
+# Copyright (c) 2012-2014 Nick Bebout, Remi Collet
+#
+# License: MIT
+# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense
+#
+# Please, preserve the changelog entries
+#
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+%{!?__pear:       %global __pear       %{_bindir}/pear}
 %global pear_name    Horde_Compress
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Compress
-Version:        2.0.4
+Version:        2.0.7
 Release:        1%{?dist}
 Summary:        Horde Compression API
 
@@ -23,9 +32,8 @@ BuildRequires:  php-pear(%{pear_channel}/Horde_Stream_Filter) >= 2.0.0
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
+# From package.xml, Required
 Requires:       php(language) >= 5.3.0
-Requires:       php-date
-Requires:       php-pcre
 Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-channel(%{pear_channel})
 Requires:       php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0
@@ -34,10 +42,17 @@ Requires:       php-pear(%{pear_channel}/Horde_Translation) >= 2.0.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
-# Optional
+# From package.xml, Optional
 Requires:       php-zlib
-Requires:       php-pear(%{pear_channel}/Horde_Stream_Filter) >= 2.0.0
-Requires:       php-pear(%{pear_channel}/Horde_Stream_Filter) <  3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Icalendar) >= 2.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Icalendar) <  3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Mapi) >= 1.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Mapi) <  2.0.0
+# From phpcompatinfo reporet form version 2.0.5
+Requires:       php-date
+Requires:       php-pcre
+# Optional and not available: Horde_Mapi
+# Optional and implicitly required Horde_Stream_Filter
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -88,7 +103,7 @@ done | tee ../%{pear_name}.lang
 src=$(pwd)/%{pear_name}-%{version}
 cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g)
 phpunit \
-    -d include_path=$src/lib:.:%{pear_phpdir} \
+    --include-path=$src/lib \
     -d date.timezone=UTC \
     .
 
@@ -114,6 +129,10 @@ fi
 
 
 %changelog
+* Wed Jan 22 2014 Remi Collet <remi at fedoraproject.org> - 2.0.7-1
+- Update to 2.0.7
+- add optional requires: Horde_Mapi, Horde_Icalendar
+
 * Thu Jul 25 2013 Remi Collet <remi at fedoraproject.org> - 2.0.4-1
 - Update to 2.0.4
 
diff --git a/sources b/sources
index 7fa4c0f..dfbbfa8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2386f6becacaa57aa53891175be4659a  Horde_Compress-2.0.4.tgz
+677c5e73089fb0aaa999bf855fd29f2e  Horde_Compress-2.0.7.tgz


More information about the scm-commits mailing list