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

Peter Robinson pbrobinson at fedoraproject.org
Fri Nov 14 18:12:16 UTC 2008


Author: pbrobinson

Update of /cvs/pkgs/rpms/ekiga/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28831

Modified Files:
	ekiga.spec 
Added Files:
	ekiga-fixlibnotify.patch 
Log Message:
- patch for libnotify api breakage


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/devel/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	14 Nov 2008 18:11:45 -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:	4%{?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)
@@ -48,10 +49,11 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .fixlibnotify
 
 %build
 CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC"
-%configure --disable-scrollkeeper 
+%configure --disable-scrollkeeper
 make %{?_smp_mflags}
 
 %install
@@ -139,6 +141,12 @@
 %{_sysconfdir}/gconf/schemas/ekiga.schemas
 
 %changelog
+* Mon Nov 13 2008 Peter Robinson <pbrobinson at gmail.com> - 3.0.1-4
+- Fix spec file error
+
+* 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