rpms/ekiga/F-10 ekiga-fixlibnotify.patch, NONE, 1.1 ekiga.spec, 1.60, 1.61

Peter Robinson pbrobinson at fedoraproject.org
Thu Nov 13 23:01:18 UTC 2008


Author: pbrobinson

Update of /cvs/pkgs/rpms/ekiga/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8476

Modified Files:
	ekiga.spec 
Added Files:
	ekiga-fixlibnotify.patch 
Log Message:
- Patch to fix libnotify's breakage of api and stop crash on answer of call


ekiga-fixlibnotify.patch:

--- NEW FILE ekiga-fixlibnotify.patch ---
--- src/gui/main.cpp.orig	2008-11-13 22:32:01.000000000 +0000
+++ src/gui/main.cpp	2008-11-13 22:32:29.000000000 +0000
@@ -3634,8 +3634,9 @@
 
 
 static void
-closed_cb (NotifyNotification* /*notify*/, 
-           gpointer main_window)
+closed_cb (NotifyNotification * /*notify*/,
+          gint /*reason*/,
+          gpointer main_window)
 {
   GmMainWindow *mw = NULL;
 


Index: ekiga.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ekiga/F-10/ekiga.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ekiga.spec	20 Oct 2008 21:16:22 -0000	1.60
+++ ekiga.spec	13 Nov 2008 23:00:48 -0000	1.61
@@ -1,9 +1,10 @@
 Summary:	A Gnome based SIP/H323 teleconferencing application
 Name:		ekiga
 Version:	3.0.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 URL:		http://www.ekiga.org/
 Source0:	ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.0/%{name}-%{version}.tar.bz2
+Patch0:		ekiga-fixlibnotify.patch
 License:	GPLv2+
 Group:		Applications/Communications
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -47,6 +48,7 @@
 It uses the standard SIP and H323 protocols.
 
 %prep
+%patch0 -p0 -b .fixlibnotify
 %setup -q
 
 %build
@@ -139,6 +141,9 @@
 %{_sysconfdir}/gconf/schemas/ekiga.schemas
 
 %changelog
+* Mon Nov 13 2008 Peter Robinson <pbrobinson at gmail.com> - 3.0.1-3
+- Patch to fix libnotify's breakage of its api
+
 * Mon Oct 20 2008 Peter Robinson <pbrobinson at gmail.com> - 3.0.1-2
 - Fix dependency issue
 




More information about the fedora-extras-commits mailing list