summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-horde-Horde-Feed.spec25
1 files changed, 17 insertions, 8 deletions
diff --git a/php-horde-Horde-Feed.spec b/php-horde-Horde-Feed.spec
index 8fd0339..c4f4ca6 100644
--- a/php-horde-Horde-Feed.spec
+++ b/php-horde-Horde-Feed.spec
@@ -1,10 +1,17 @@
-%{!?pear_metadir: %global pear_metadir %{pear_phpdir}}
-%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+# 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}
%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
@@ -30,11 +37,11 @@ Requires: php-dom
Requires: php-libxml
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}
@@ -108,6 +115,8 @@ fi
%changelog
-* Wed Mar 27 2013 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
-- Initial package
+* Sat May 03 2014 Remi Collet <remi@fedoraproject.org> - 2.0.2-1
+- Update to 2.0.2
+* Wed Mar 27 2013 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
+- Initial package \ No newline at end of file