[ffgtk] Add patch to remove call to function not available in Fedora capi

Louis Lagendijk llagendijk at fedoraproject.org
Wed Oct 23 11:18:10 UTC 2013


commit e5232169385e80d35b2798b764120556b90b1f75
Author: Louis Lagendijk <louis.lagendijk at gmail.com>
Date:   Wed Oct 23 13:17:13 2013 +0200

    Add patch to remove call to function not available in Fedora capi

 ffgtk.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ffgtk.spec b/ffgtk.spec
index 199f118..18b342b 100644
--- a/ffgtk.spec
+++ b/ffgtk.spec
@@ -1,6 +1,6 @@
 Name:           ffgtk
 Version:        0.8.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A solution for controlling Fritz!Box or compatible routers
 Group:          Applications/Communications
 License:        GPLv2
@@ -19,6 +19,7 @@ Patch1:         ffgtk-0.8.3-use-old-spooler.patch
 # The following two patches are upstreamed
 Patch2:         ffgtk-trayicon.patch
 Patch3:         ffgtk-assistant.patch
+Patch4:		ffgtk-capi.patch
 
 %global         _hardened_build 1
 
@@ -68,6 +69,8 @@ This plugin has beta quality
 %patch1 -p0 -b .use-old-spooler
 %patch2 -p0 -b .trayicon
 %patch3 -p0 -b .assistant
+# This path is for now required for Fedora as isdn4k-utils does not yet have capi20 3.6
+%patch4 -p0 -b .capi
 install -m644 %{SOURCE1} ./README.Fedora
 
 %build
@@ -170,6 +173,9 @@ fi
 %{_libdir}/ffgtk/plugins/lib_ab_google.so
 
 %changelog
+* Wed Oct 23 2013 Louis Lagendijk <louis.lagendijk at gmail.com> 0.8.6-2
+- add patch to remove call to setHostName
+
 * Fri Oct 18 2013  Louis Lagendijk <louis.lagendijk at gmail.com> 0.8.6-1
 - New upstream release
 - Call monitor now has a menubar. Program will be closed if no trayicon


More information about the scm-commits mailing list