[php-horde-Horde-Feed/epel7] update to 2.0.2

Remi Collet remi at fedoraproject.org
Wed May 7 08:03:07 UTC 2014


commit 46bbe3efc166d6ca4520e09f91c456e9c6129b85
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed May 7 10:03:28 2014 +0200

    update to 2.0.2

 .gitignore                |    1 +
 php-horde-Horde-Feed.spec |   25 +++++++++++++++++--------
 sources                   |    2 +-
 3 files changed, 19 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 764c45d..de4eca5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Horde_Feed-2.0.1.tgz
+/Horde_Feed-2.0.2.tgz
diff --git a/php-horde-Horde-Feed.spec b/php-horde-Horde-Feed.spec
index dc2c46b..377721f 100644
--- a/php-horde-Horde-Feed.spec
+++ b/php-horde-Horde-Feed.spec
@@ -1,10 +1,18 @@
+# spec file for php-horde-Horde-Compress-Fast
+#
+# Copyright (c) 2013-2014 Remi Collet
+# License: CC-BY-SA
+# http://creativecommons.org/licenses/by-sa/3.0/
+#
+# Please, preserve the changelog entries
+#
+%{!?__pear:       %global __pear       %{_bindir}/pear}
 %{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
 %global pear_name    Horde_Feed
 %global pear_channel pear.horde.org
 
 Name:           php-horde-Horde-Feed
-Version:        2.0.1
+Version:        2.0.2
 Release:        1%{?dist}
 Summary:        Horde Feed libraries
 
@@ -25,17 +33,15 @@ BuildRequires:  php-pear(%{pear_channel}/Horde_Http) >= 2.0.0
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Requires:       php(language) >= 5.3.0
-Requires:       php-date
 Requires:       php-dom
 Requires:       php-libxml
-Requires:       php-spl
 Requires:       php-pear(PEAR) >= 1.7.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_Xml_Element) >= 2.0.0
-Conflicts:      php-pear(%{pear_channel}/Horde_Xml_Element) >= 3.0.0
+Requires:       php-pear(%{pear_channel}/Horde_Xml_Element) <  3.0.0
 Requires:       php-channel(%{pear_channel})
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -78,7 +84,7 @@ done
 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 \
     .
 
@@ -103,6 +109,9 @@ fi
 
 
 %changelog
+* Sat May 03 2014 Remi Collet <remi at fedoraproject.org> - 2.0.2-1
+- Update to 2.0.2
+
 * Wed Mar 27 2013 Remi Collet <remi at fedoraproject.org> - 2.0.1-1
 - Initial package
 
diff --git a/sources b/sources
index c340d55..affd89f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d8757bfad9bffbddbdd43d070a651c2  Horde_Feed-2.0.1.tgz
+d6fad4e48d9de1109674d24a122e8823  Horde_Feed-2.0.2.tgz


More information about the scm-commits mailing list