Hello community, here is the log from the commit of package pidgin-otr for openSUSE:Factory checked in at 2014-02-05 16:28:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pidgin-otr (Old) and /work/SRC/openSUSE:Factory/.pidgin-otr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidgin-otr" Changes: -------- --- /work/SRC/openSUSE:Factory/pidgin-otr/pidgin-otr.changes 2012-10-31 07:02:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pidgin-otr.new/pidgin-otr.changes 2014-02-05 16:28:04.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Feb 3 11:48:56 UTC 2014 - [email protected] + +- Add pidgin-otr-fix-max-msg-length-groupwize.patch, add a default + max message size for Novell Groupwise (bnc#809052). + +------------------------------------------------------------------- New: ---- pidgin-otr-fix-max-msg-length-groupwize.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pidgin-otr.spec ++++++ --- /var/tmp/diff_new_pack.MpZR8M/_old 2014-02-05 16:28:04.000000000 +0100 +++ /var/tmp/diff_new_pack.MpZR8M/_new 2014-02-05 16:28:04.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package pidgin-otr # -# Copyright (c) 2012 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 @@ -19,7 +19,7 @@ Name: pidgin-otr BuildRequires: gtk2-devel BuildRequires: intltool -BuildRequires: libotr-devel +BuildRequires: libotr-devel >= 4.0.0 BuildRequires: pidgin-devel BuildRequires: update-desktop-files Version: 4.0.0 @@ -29,6 +29,8 @@ License: GPL-2.0+ Group: Productivity/Networking/Instant Messenger Source: http://www.cypherpunks.ca/otr/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM pidgin-otr-fix-max-msg-length-groupwize.patch bnc#809052 [email protected] -- Add a default max message size for Novell Groupwise +Patch0: pidgin-otr-fix-max-msg-length-groupwize.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Provides: gaim-otr = %{version} Obsoletes: gaim-otr <= 3.0.0 @@ -66,6 +68,7 @@ %prep %setup -q +%patch0 -p1 %build %configure --with-pic --disable-static ++++++ pidgin-otr-fix-max-msg-length-groupwize.patch ++++++ --- a/otr-plugin.c +++ b/otr-plugin.c @@ -1161,9 +1161,10 @@ static const struct s_OtrgIdProtPair { char *protid; int maxmsgsize; - } mmsPairs[8] = {{"prpl-msn", 1409}, {"prpl-icq", 2346}, + } mmsPairs[] = {{"prpl-msn", 1409}, {"prpl-icq", 2346}, {"prpl-aim", 2343}, {"prpl-yahoo", 799}, {"prpl-gg", 1999}, - {"prpl-irc", 417}, {"prpl-oscar", 2343}, {NULL, 0}}; + {"prpl-irc", 417}, {"prpl-oscar", 2343}, + {"prpl-novell", 1792}, {NULL, 0}}; int i = 0; gchar *maxmsgsizefile; FILE *mmsf; -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
