[packages/gossip] rel. 7.5

blues blues at pld-linux.org
Fri Nov 30 23:35:01 CET 2012


commit dcd7870c7c40e48e2c8dae01b54596a763193eac
Author: Paweł Gołaszewski <blues at pld-linux.org>
Date:   Fri Nov 30 23:33:53 2012 +0100

    rel. 7.5
    
    add format-security and libebook patches (fix compilation errors)

 gossip-format-security.patch | 11 +++++++++++
 gossip-libebook.patch        | 11 +++++++++++
 gossip.spec                  |  6 +++++-
 3 files changed, 27 insertions(+), 1 deletion(-)
---
diff --git a/gossip.spec b/gossip.spec
index aa51a2e..20db750 100644
--- a/gossip.spec
+++ b/gossip.spec
@@ -3,12 +3,14 @@ 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
+Release:	7.5
 License:	GPL
 Group:		Applications/Communications
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gossip/%{version}/%{name}-%{version}.tar.bz2
 # Source0-md5:	feacf7a78ced249268898d2a3f7063cd
 Patch0:		%{name}-libnotify.patch
+Patch1:		%{name}-format-security.patch
+Patch2:		%{name}-libebook.patch
 URL:		http://live.gnome.org/Gossip/
 BuildRequires:	aspell-devel
 BuildRequires:	autoconf
@@ -53,6 +55,8 @@ jak to tylko możliwe.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 %{__glib_gettextize}
diff --git a/gossip-format-security.patch b/gossip-format-security.patch
new file mode 100644
index 0000000..4a436da
--- /dev/null
+++ b/gossip-format-security.patch
@@ -0,0 +1,11 @@
+--- ./libloudermouth/lm-bs-transfer.c.org	2008-05-23 09:41:49.000000000 +0200
++++ ./libloudermouth/lm-bs-transfer.c	2012-11-30 23:21:47.221456706 +0100
+@@ -428,7 +428,7 @@ bs_transfer_error (LmBsTransfer *transfe
+ 
+ 	error = g_error_new (lm_error_quark (),
+ 			     LM_BS_TRANSFER_ERROR_UNABLE_TO_CONNECT,
+-			     error_msg);
++			     "%s", error_msg);
+ 	lm_bs_transfer_error (transfer, error);
+ 	g_error_free (error);
+ }
diff --git a/gossip-libebook.patch b/gossip-libebook.patch
new file mode 100644
index 0000000..185c985
--- /dev/null
+++ b/gossip-libebook.patch
@@ -0,0 +1,11 @@
+--- ./libgossip/gossip-ebook.c.org	2008-05-08 09:48:16.000000000 +0200
++++ ./libgossip/gossip-ebook.c	2012-11-30 23:27:49.808241321 +0100
+@@ -25,7 +25,7 @@
+ 
+ #include <string.h>
+ 
+-#include <libebook/e-book.h>
++#include <libebook/libebook.h>
+ 
+ #include "gossip-avatar.h"
+ #include "gossip-debug.h"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gossip.git/commitdiff/dcd7870c7c40e48e2c8dae01b54596a763193eac



More information about the pld-cvs-commit mailing list