Gentoo Archives: gentoo-commits

From: "Tobias Heinlein (keytoaster)" <keytoaster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kopete/files: kopete-3.5.9-icq-protocol-change.patch
Date: Fri, 04 Jul 2008 16:15:43
Message-Id: E1KEnwg-00058a-9k@stork.gentoo.org
1 keytoaster 08/07/04 16:15:38
2
3 Added: kopete-3.5.9-icq-protocol-change.patch
4 Log:
5 Include patch to fix bug #224721 if kopete's autoupdate fails.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
7
8 Revision Changes Path
9 1.1 kde-base/kopete/files/kopete-3.5.9-icq-protocol-change.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/files/kopete-3.5.9-icq-protocol-change.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/files/kopete-3.5.9-icq-protocol-change.patch?rev=1.1&content-type=text/plain
13
14 Index: kopete-3.5.9-icq-protocol-change.patch
15 ===================================================================
16 diff -Naur kdenetwork-3.5.9.orig/kopete/protocols/oscar/oscarversionupdater.cpp kdenetwork-3.5.9/kopete/protocols/oscar/oscarversionupdater.cpp
17 --- kdenetwork-3.5.9.orig/kopete/protocols/oscar/oscarversionupdater.cpp 2008-02-14 01:11:52.000000000 +0100
18 +++ kdenetwork-3.5.9/kopete/protocols/oscar/oscarversionupdater.cpp 2008-07-01 20:06:00.000000000 +0200
19 @@ -89,13 +89,13 @@
20 kdDebug(OSCAR_RAW_DEBUG) << k_funcinfo << endl;
21 KConfigGroup config( KGlobal::config(), "ICQVersion" );
22
23 - mICQVersion.clientString = config.readEntry( "ClientString", "ICQBasic" );
24 + mICQVersion.clientString = config.readEntry( "ClientString", "ICQ Client" );
25 mICQVersion.clientId = config.readEntry( "ClientId", "0x010A" ).toUShort( 0, 0 );
26 - mICQVersion.major = config.readEntry( "Major", "0x0014" ).toUShort( 0, 0 );
27 - mICQVersion.minor = config.readEntry( "Minor", "0x0034" ).toUShort( 0, 0 );
28 + mICQVersion.major = config.readEntry( "Major", "0x0006" ).toUShort( 0, 0 );
29 + mICQVersion.minor = config.readEntry( "Minor", "0x0000" ).toUShort( 0, 0 );
30 mICQVersion.point = config.readEntry( "Point", "0x0000" ).toUShort( 0, 0 );
31 - mICQVersion.build = config.readEntry( "Build", "0x0BB8" ).toUShort( 0, 0 );
32 - mICQVersion.other = config.readEntry( "Other", "0x0000043D" ).toUInt( 0, 0 );
33 + mICQVersion.build = config.readEntry( "Build", "0x17AB" ).toUShort( 0, 0 );
34 + mICQVersion.other = config.readEntry( "Other", "0x00007535" ).toUInt( 0, 0 );
35 mICQVersion.country = config.readEntry( "Country", "us" );
36 mICQVersion.lang = config.readEntry( "Lang", "en" );
37 }
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list