Hello community, here is the log from the commit of package libotr for openSUSE:Factory checked in at 2014-01-09 07:13:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libotr (Old) and /work/SRC/openSUSE:Factory/.libotr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libotr" Changes: -------- --- /work/SRC/openSUSE:Factory/libotr/libotr.changes 2013-06-25 14:42:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libotr.new/libotr.changes 2014-01-09 07:13:32.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Jan 6 16:33:26 UTC 2014 - [email protected] + +- added patch from upstream: + * pass-opdata-when-sending-message-fragment.patch -- fixes downstream + kopete crashes: kde#328999, bnc#857501 + +------------------------------------------------------------------- New: ---- pass-opdata-when-sending-message-fragment.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libotr.spec ++++++ --- /var/tmp/diff_new_pack.pUFDfd/_old 2014-01-09 07:13:32.000000000 +0100 +++ /var/tmp/diff_new_pack.pUFDfd/_new 2014-01-09 07:13:32.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libotr # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,8 @@ # http://www.cypherpunks.ca/otr/gpgkey.asc Source1: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz.asc Source2: libotr.keyring +# PATCH-FIX-UPSTREAM pass-opdata-when-sending-message-fragment.patch -- kde#328999, bnc#857501 +Patch0: pass-opdata-when-sending-message-fragment.patch BuildRequires: libgcrypt-devel BuildRequires: libtool BuildRequires: pkgconfig @@ -97,6 +99,7 @@ %prep %{?gpg_verify: %gpg_verify %{S:1}} %setup -q +%patch0 -p1 %build %ifarch %arm ++++++ pass-opdata-when-sending-message-fragment.patch ++++++ From: David Goulet <[email protected]> Date: 2013-01-19 Subject: Fix: pass opdata when sending message fragment --- Fix: pass opdata when sending message fragment The inject_message callback was missing the opdata when sending message fragments. Signed-off-by: David Goulet <[email protected]> --- --- a/src/message.c +++ b/src/message.c @@ -441,7 +441,7 @@ /* Fragment and send according to policy */ if (!err && messagep && *messagep) { if (context) { - err = fragment_and_send(ops, NULL, context, *messagep, + err = fragment_and_send(ops, opdata, context, *messagep, fragPolicy, messagep); } } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
