]> git.pld-linux.org Git - packages/gossip.git/commitdiff
rel. 7.6
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 30 Nov 2012 22:46:41 +0000 (23:46 +0100)
committerPaweł Gołaszewski <blues@pld-linux.org>
Fri, 30 Nov 2012 22:46:41 +0000 (23:46 +0100)
- 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
gossip.spec

index 4a436da1900dcd855ab6c879fa0d59c1423e9c31..247231918b3cd8184866c9ddba161577b7562e63 100644 (file)
@@ -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);
+               }
+       }
index 20db750c2c447679bad19ecd258b2d08a29a2d1a..d4e4169b8b7f5c28ad6bcbe03d515b0b74774b8a 100644 (file)
@@ -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
This page took 0.098546 seconds and 4 git commands to generate.