]> git.pld-linux.org Git - packages/ekiga.git/commitdiff
- up to 4.0.1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 1 Mar 2013 20:00:58 +0000 (21:00 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 1 Mar 2013 20:00:58 +0000 (21:00 +0100)
- updated BRs
- format-security patch no longer needed

ekiga.spec
format-security.patch [deleted file]

index deeb1fa0953d82506fbb609eb04e624dd5394687..578f9581b8cfbdc8dd1b929c81f7624d98d3c3ec 100644 (file)
@@ -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 (file)
index 0fc8edf..0000000
+++ /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);
- }
This page took 0.131561 seconds and 4 git commands to generate.