[packages/gossip] rel. 7.6
blues
blues at pld-linux.org
Fri Nov 30 23:53:35 CET 2012
commit dd38a50ba3209460233df8d7aadb7bbb94f32cc7
Author: Paweł Gołaszewski <blues at pld-linux.org>
Date: Fri Nov 30 23:46:41 2012 +0100
rel. 7.6
- disable ebook support - not really useful, feel free to fix it
if you don't agree (project is dead),
- more security format fixes
gossip-format-security.patch | 28 ++++++++++++++++++++++++++++
gossip.spec | 6 ++++--
2 files changed, 32 insertions(+), 2 deletions(-)
---
diff --git a/gossip.spec b/gossip.spec
index 20db750..d4e4169 100644
--- a/gossip.spec
+++ b/gossip.spec
@@ -3,7 +3,7 @@ Summary: Very easy to use GNOME Jabber client
Summary(pl.UTF-8): Bardzo prosty w użyciu klient Jabbera dla GNOME
Name: gossip
Version: 0.31
-Release: 7.5
+Release: 7.6
License: GPL
Group: Applications/Communications
Source0: http://ftp.gnome.org/pub/GNOME/sources/gossip/%{version}/%{name}-%{version}.tar.bz2
@@ -72,7 +72,9 @@ jak to tylko możliwe.
--enable-aspell \
--enable-dbus \
--enable-galago \
- --enable-libnotify
+ --enable-libnotify \
+ --enable-ebook=no
+
%{__make}
%install
diff --git a/gossip-format-security.patch b/gossip-format-security.patch
index 4a436da..2472319 100644
--- a/gossip-format-security.patch
+++ b/gossip-format-security.patch
@@ -9,3 +9,31 @@
lm_bs_transfer_error (transfer, error);
g_error_free (error);
}
+--- ./src/gossip-account-widget-jabber.c.org 2008-05-08 09:48:16.000000000 +0200
++++ ./src/gossip-account-widget-jabber.c 2012-11-30 23:43:47.342765734 +0100
+@@ -762,21 +762,21 @@ account_widget_jabber_register_cb (Gossi
+ GTK_DIALOG_MODAL,
+ GTK_MESSAGE_INFO,
+ GTK_BUTTONS_CLOSE,
+- str);
++ "%s", str);
+
+ str = _("You should now be able to connect to your new account.");
+- gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (md), str);
++ gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (md), "%s", str);
+ } else {
+ str = _("Failed to register your new account settings.");
+ md = gtk_message_dialog_new (GTK_WINDOW (toplevel),
+ GTK_DIALOG_MODAL,
+ GTK_MESSAGE_ERROR,
+ GTK_BUTTONS_CLOSE,
+- str);
++ "%s", str);
+
+ if (error && error->message) {
+ gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (md),
+- error->message);
++ "%s", error->message);
+ }
+ }
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gossip.git/commitdiff/4ed99cb630574d9231efc433b1e0b26c49f988f0
More information about the pld-cvs-commit
mailing list