From 850f53a21783b7e2b568fe77c42cb01ac8763a0f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Fri, 1 Mar 2013 21:00:58 +0100 Subject: [PATCH] - up to 4.0.1 - updated BRs - format-security patch no longer needed --- ekiga.spec | 14 ++++++-------- format-security.patch | 11 ----------- 2 files changed, 6 insertions(+), 19 deletions(-) delete mode 100644 format-security.patch diff --git a/ekiga.spec b/ekiga.spec index deeb1fa..578f958 100644 --- a/ekiga.spec +++ b/ekiga.spec @@ -6,14 +6,13 @@ Summary: SIP and H.323 Videoconferencing Summary(pl.UTF-8): Program do telekonferencji w standardzie SIP oraz H.323 Name: ekiga -Version: 3.9.90 -Release: 2 +Version: 4.0.1 +Release: 1 License: GPL Group: Applications/Communications -Source0: http://ftp.gnome.org/pub/GNOME/sources/ekiga/3.9/%{name}-%{version}.tar.xz -# Source0-md5: 800be31eef542e06307691c59942595a +Source0: http://ftp.gnome.org/pub/GNOME/sources/ekiga/4.0/%{name}-%{version}.tar.xz +# Source0-md5: 704ba532a8e3e0b5e3e2971dd2db39e4 Patch0: %{name}-shell.patch -Patch1: format-security.patch URL: http://www.ekiga.org/ BuildRequires: GConf2-devel >= 2.14.0 BuildRequires: SDL-devel @@ -33,10 +32,10 @@ BuildRequires: libgnomeui-devel >= 2.14.0 BuildRequires: libselinux-devel BuildRequires: libsigc++-devel BuildRequires: libtool -BuildRequires: opal-devel >= 3.10.7 +BuildRequires: opal-devel >= 3.10.10 BuildRequires: openldap-devel >= 2.4.6 BuildRequires: pkgconfig -BuildRequires: ptlib-devel >= 1:2.10.7 +BuildRequires: ptlib-devel >= 1:2.10.10 BuildRequires: rpmbuild(macros) >= 1.197 BuildRequires: scrollkeeper BuildRequires: speex-devel @@ -76,7 +75,6 @@ obrazem. Ekiga była poprzednio znana jako GnomeMeeting. %prep %setup -q %patch0 -p1 -%patch1 -p1 sed -i -e 's|Categories=GNOME;GTK;Network;Telephony;|Categories=GTK;GNOME;Network;InstantMessaging;|' ekiga.desktop.in.in %build diff --git a/format-security.patch b/format-security.patch deleted file mode 100644 index 0fc8edf..0000000 --- a/format-security.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ekiga-3.9.90/lib/engine/gui/gtk-frontend/call-window.cpp~ 2012-08-21 18:27:35.000000000 +0200 -+++ ekiga-3.9.90/lib/engine/gui/gtk-frontend/call-window.cpp 2012-10-16 23:05:50.198165887 +0200 -@@ -1573,7 +1573,7 @@ - msg = g_strdup_printf (_("A:%.1f/%.1f V:%.1f/%.1f FPS:%d/%d"), - ta, ra, tv, rv, tfps, rfps); - -- gm_statusbar_push_message (GM_STATUSBAR (cw->priv->statusbar), msg); -+ gm_statusbar_push_message (GM_STATUSBAR (cw->priv->statusbar), "%s", msg); - g_free (msg); - } - -- 2.43.0