[gajim] drop the requirement on farsight2-python.

Michal Schmidt michich at fedoraproject.org
Mon Mar 12 19:33:23 UTC 2012


commit 1808566c3aa0237b796ac4b2f2da41f2d24aaca2
Author: Michal Schmidt <mschmidt at redhat.com>
Date:   Mon Mar 12 20:30:43 2012 +0100

    drop the requirement on farsight2-python.
    
    It's available no more in F17. Upstream needs to be ported to farstream.

 gajim.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/gajim.spec b/gajim.spec
index 70cef66..5369cd1 100644
--- a/gajim.spec
+++ b/gajim.spec
@@ -3,7 +3,7 @@ Name:		gajim
 %global		majorver 0.15
 %global		prever -beta4
 Version:	0.15
-Release:	0.4.beta4%{?dist}
+Release:	0.5.beta4%{?dist}
 License:	GPLv3
 Group:		Applications/Internet
 URL:		http://gajim.org/
@@ -15,7 +15,8 @@ Requires:	avahi-ui-tools
 Requires:	bind-utils
 Requires:	dbus-python
 #  Audio/Video calls:
-Requires:	farsight2-python
+# farstream port: https://trac.gajim.org/ticket/7113
+#Requires:	farsight2-python
 Requires:	gstreamer-python
 # XXX: Gajim does not import bonobo directly, but some module does and
 # prints an error if it's not available.
@@ -111,6 +112,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/%{name}/src
 
 %changelog
+* Mon Mar 12 2012 Michal Schmidt <mschmidt at redhat.com> - 0.15-0.5.beta4
+- Drop the requirement on farsight2-python. It's available no more in F17.
+  Upstream needs to be ported to farstream.
+
 * Thu Jan 26 2012 Michal Schmidt <mschmidt at redhat.com> - 0.15-0.4.beta4
 - Upstream release 0.15 beta4.
 


More information about the scm-commits mailing list