diff --git a/ekiga-fixlibnotify.patch b/ekiga-fixlibnotify.patch new file mode 100644 index 0000000..107ad16 --- /dev/null +++ b/ekiga-fixlibnotify.patch @@ -0,0 +1,14 @@ +--- 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; + diff --git a/ekiga.spec b/ekiga.spec index 7feb3ae..68c0322 100644 --- a/ekiga.spec +++ b/ekiga.spec @@ -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 @@ It uses the standard SIP and H323 protocols. %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 @@ scrollkeeper-update -q || : %{_sysconfdir}/gconf/schemas/ekiga.schemas %changelog +* Mon Nov 13 2008 Peter Robinson - 3.0.1-4 +- Fix spec file error + +* Mon Nov 13 2008 Peter Robinson - 3.0.1-3 +- Patch to fix libnotify's breakage of its api + * Mon Oct 20 2008 Peter Robinson - 3.0.1-2 - Fix dependency issue