diff -Nru pidgin-2.10.2/ChangeLog pidgin-2.10.3/ChangeLog --- pidgin-2.10.2/ChangeLog 2012-03-14 06:27:57.000000000 +0100 +++ pidgin-2.10.3/ChangeLog 2012-03-26 05:49:14.000000000 +0200 @@ -1,5 +1,8 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.10.3 (03/26/2012): + * Fix buddies not going offline. + version 2.10.2 (03/14/2012): General: * Fix compilation when using binutils 2.22 and new GDK pixbuf. (#14799) diff -Nru pidgin-2.10.2/ChangeLog.API pidgin-2.10.3/ChangeLog.API --- pidgin-2.10.2/ChangeLog.API 2012-03-14 06:27:57.000000000 +0100 +++ pidgin-2.10.3/ChangeLog.API 2012-03-26 05:49:14.000000000 +0200 @@ -1,5 +1,8 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.10.3: + * No changes + version 2.10.2: * No changes diff -Nru pidgin-2.10.2/configure pidgin-2.10.3/configure --- pidgin-2.10.2/configure 2012-03-14 06:28:58.000000000 +0100 +++ pidgin-2.10.3/configure 2012-03-26 05:50:25.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for pidgin 2.10.2. +# Generated by GNU Autoconf 2.68 for pidgin 2.10.3. # # Report bugs to . # @@ -570,8 +570,8 @@ # Identity of this package. PACKAGE_NAME='pidgin' PACKAGE_TARNAME='pidgin' -PACKAGE_VERSION='2.10.2' -PACKAGE_STRING='pidgin 2.10.2' +PACKAGE_VERSION='2.10.3' +PACKAGE_STRING='pidgin 2.10.3' PACKAGE_BUGREPORT='devel@pidgin.im' PACKAGE_URL='' @@ -1631,7 +1631,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures pidgin 2.10.2 to adapt to many kinds of systems. +\`configure' configures pidgin 2.10.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1705,7 +1705,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pidgin 2.10.2:";; + short | recursive ) echo "Configuration of pidgin 2.10.3:";; esac cat <<\_ACEOF @@ -1969,7 +1969,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pidgin configure 2.10.2 +pidgin configure 2.10.3 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2673,7 +2673,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pidgin $as_me 2.10.2, which was +It was created by pidgin $as_me 2.10.3, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3570,7 +3570,7 @@ # Define the identity of the package. PACKAGE='pidgin' - VERSION='2.10.2' + VERSION='2.10.3' cat >>confdefs.h <<_ACEOF @@ -3625,14 +3625,14 @@ PURPLE_MAJOR_VERSION=2 PURPLE_MINOR_VERSION=10 -PURPLE_MICRO_VERSION=2 +PURPLE_MICRO_VERSION=3 PURPLE_VERSION=purple_display_version -PURPLE_LT_VERSION_INFO="10:2:10" +PURPLE_LT_VERSION_INFO="10:3:10" GNT_MAJOR_VERSION=2 @@ -23620,7 +23620,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pidgin $as_me 2.10.2, which was +This file was extended by pidgin $as_me 2.10.3, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -23686,7 +23686,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pidgin config.status 2.10.2 +pidgin config.status 2.10.3 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -Nru pidgin-2.10.2/configure.ac pidgin-2.10.3/configure.ac --- pidgin-2.10.2/configure.ac 2012-03-14 06:27:57.000000000 +0100 +++ pidgin-2.10.3/configure.ac 2012-03-26 05:49:14.000000000 +0200 @@ -46,7 +46,7 @@ m4_define([purple_lt_current], [10]) m4_define([purple_major_version], [2]) m4_define([purple_minor_version], [10]) -m4_define([purple_micro_version], [2]) +m4_define([purple_micro_version], [3]) m4_define([purple_version_suffix], []) m4_define([purple_version], [purple_major_version.purple_minor_version.purple_micro_version]) diff -Nru pidgin-2.10.2/debian/changelog pidgin-2.10.3/debian/changelog --- pidgin-2.10.2/debian/changelog 2012-04-04 23:03:08.000000000 +0200 +++ pidgin-2.10.3/debian/changelog 2012-04-06 10:04:42.000000000 +0200 @@ -1,3 +1,9 @@ +pidgin (1:2.10.3-0ubuntu1) precise; urgency=low + + * update to new stable release, fixes LP: #964210 + + -- Alexander Fougner Fri, 06 Apr 2012 10:03:13 +0200 + pidgin (1:2.10.2-1ubuntu2) precise; urgency=low * debian/patches/70_farstream_rename.patch diff -Nru pidgin-2.10.2/libpurple/protocols/msn/notification.c pidgin-2.10.3/libpurple/protocols/msn/notification.c --- pidgin-2.10.2/libpurple/protocols/msn/notification.c 2012-03-14 06:28:01.000000000 +0100 +++ pidgin-2.10.3/libpurple/protocols/msn/notification.c 2012-03-26 05:49:17.000000000 +0200 @@ -1013,11 +1013,16 @@ fln_cmd(MsnCmdProc *cmdproc, MsnCommand *cmd) { MsnUser *user; + char *passport; + int networkid; /* Tell libpurple that the user has signed off */ - user = msn_userlist_find_user(cmdproc->session->userlist, cmd->params[0]); + msn_parse_user(cmd->params[0], &passport, &networkid); + user = msn_userlist_find_user(cmdproc->session->userlist, passport); msn_user_set_state(user, NULL); msn_user_update(user); + + g_free(passport); } static void diff -Nru pidgin-2.10.2/libpurple/version.h pidgin-2.10.3/libpurple/version.h --- pidgin-2.10.2/libpurple/version.h 2012-03-14 06:43:33.000000000 +0100 +++ pidgin-2.10.3/libpurple/version.h 2012-03-26 05:50:47.000000000 +0200 @@ -29,7 +29,7 @@ /** The minor version of the running libpurple. */ #define PURPLE_MINOR_VERSION (10) /** The micro version of the running libpurple. */ -#define PURPLE_MICRO_VERSION (2) +#define PURPLE_MICRO_VERSION (3) #define PURPLE_VERSION_CHECK(x,y,z) ((x) == PURPLE_MAJOR_VERSION && \ ((y) < PURPLE_MINOR_VERSION || \ diff -Nru pidgin-2.10.2/package_revision.h pidgin-2.10.3/package_revision.h --- pidgin-2.10.2/package_revision.h 2012-03-14 07:34:05.000000000 +0100 +++ pidgin-2.10.3/package_revision.h 2012-03-26 05:52:00.000000000 +0200 @@ -1 +1 @@ -#define REVISION "31bf3704890930156254140814fc7163a480bf7b" +#define REVISION "a156edcd53a8398f063e22843a3dea987be4e81d" diff -Nru pidgin-2.10.2/pidgin.spec pidgin-2.10.3/pidgin.spec --- pidgin-2.10.2/pidgin.spec 2012-03-14 07:34:12.000000000 +0100 +++ pidgin-2.10.3/pidgin.spec 2012-03-26 05:52:07.000000000 +0200 @@ -9,13 +9,13 @@ #define beta 7 %if 0%{?beta} -%define pidginver %(echo "2.10.2"|sed -e 's/dev.*//; s/beta.*//') +%define pidginver %(echo "2.10.3"|sed -e 's/dev.*//; s/beta.*//') %else -%define pidginver 2.10.2 +%define pidginver 2.10.3 %endif # define the minimum API version required, so we can use it for plugin deps -%define apiver %(echo "2.10.2"|awk -F. '{print $1"."$2}') +%define apiver %(echo "2.10.3"|awk -F. '{print $1"."$2}') Summary: A GTK+ based multiprotocol instant messaging client Name: pidgin @@ -24,7 +24,7 @@ License: GPL Group: Applications/Internet URL: http://pidgin.im/ -Source: %{name}-2.10.2.tar.bz2 +Source: %{name}-2.10.3.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root # Generic build requirements @@ -221,7 +221,7 @@ %endif %prep -%setup -q -n %{name}-2.10.2 +%setup -q -n %{name}-2.10.3 %build CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ diff -Nru pidgin-2.10.2/po/ChangeLog pidgin-2.10.3/po/ChangeLog --- pidgin-2.10.2/po/ChangeLog 2012-03-14 06:28:04.000000000 +0100 +++ pidgin-2.10.3/po/ChangeLog 2012-03-26 05:49:19.000000000 +0200 @@ -1,5 +1,9 @@ Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul +version 2.10.3 + * Dutch translation updated (Gideon van Melle) + * Polish translation updated (Piotr Drąg) + version 2.10.2 * Russian translation updated (Антон Самохвалов) * Slovenian translation updated (Martin Srebotnjak) diff -Nru pidgin-2.10.2/po/nl.po pidgin-2.10.3/po/nl.po --- pidgin-2.10.2/po/nl.po 2012-03-14 06:28:04.000000000 +0100 +++ pidgin-2.10.3/po/nl.po 2012-03-26 05:49:20.000000000 +0200 @@ -1,17 +1,21 @@ -# This file is distributed under the same license as the Pidgin package. -# Gideon van Melle , 2011. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: # Daniël Heres , 2008. +# Gideon van Melle , 2011. # Vincent van Adrighem , 2004, 2005, 2006. # Vincent van Adrighem , 2004. -# msgid "" msgstr "" "Project-Id-Version: Pidgin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-12 02:49-0700\n" -"PO-Revision-Date: 2011-08-11 07:30+0000\n" -"Last-Translator: Dingoe \n" -"Language-Team: Dutch (http://www.transifex.net/projects/p/pidgin/team/nl/)\n" +"POT-Creation-Date: 2012-03-25 20:19-0700\n" +"PO-Revision-Date: 2012-03-22 09:33+0000\n" +"Last-Translator: Gideon van Melle \n" +"Language-Team: Dutch (http://www.transifex.net/projects/p/pidgin/language/" +"nl/)\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -5875,29 +5879,29 @@ msgid "Message was not sent because an unknown error occurred." msgstr "Bericht is niet verstuurd wegens een onbekende fout:" -#, fuzzy, c-format +#, c-format msgid "" "%s (There was an error receiving this message. Converting the encoding from " "%s to UTF-8 failed.)" msgstr "" -"(Er is een fout opgetreden bij het converteren van het bericht.\t Controleer " -"de optie 'Codering' in het account)" +"%s (Er is een fout opgetreden bij de ontvangst van dit bericht. Het omzetten " +"van de codering van %s naar UTF-8 mislukte.)" -#, fuzzy, c-format +#, c-format msgid "" "%s (There was an error receiving this message. The charset was %s, but it " "was not valid UTF-8.)" msgstr "" -"(Er was een fout tijdens het ontvangen van het bericht. Of jij en %s hebben " -"verschillende coderingmethoden ingesteld, of %s heeft een instabiele cliënt.)" +"%s (Er is een fout opgetreden bij de ontvangst van dit bericht. De " +"lettertekenset was %s, maar het was geen geldige UTF-8.)" -#, fuzzy, c-format +#, c-format msgid "" "%s (There was an error receiving this message. The charset was missing, but " "it was not valid UTF-8.)" msgstr "" -"(Er is een fout opgetreden bij het converteren van het bericht.\t Controleer " -"de optie 'Codering' in het account)" +"%s (Er is een fout opgetreden bij de ontvangst van dit bericht. De " +"lettertekenset ontbrak, maar was geen geldige UTF-8)." msgid "Writing error" msgstr "Schrijffout" @@ -8363,9 +8367,8 @@ msgid "Topic:" msgstr "Onderwerp:" -#, fuzzy msgid "A server is required to connect this account" -msgstr "Server heeft de verbinding verbroken" +msgstr "Er is een server nodig om met dit account verbinding te maken" #, c-format msgid "Unknown (0x%04x)
" @@ -11926,9 +11929,6 @@ msgid "Vietnamese" msgstr "Vietnamees" -msgid "T.M.Thanh and the Gnome-Vi Team" -msgstr "T.M.Thanh en het GNOME-Vi team" - msgid "Simplified Chinese" msgstr "Eenvoudig Chinees" @@ -11944,6 +11944,9 @@ msgid "Lithuanian" msgstr "Litouws" +msgid "T.M.Thanh and the Gnome-Vi Team" +msgstr "T.M.Thanh en het GNOME-Vi team" + #, c-format msgid "" "%s is a messaging client based on libpurple which is capable of connecting " @@ -12645,13 +12648,13 @@ msgstr "Binnenkomende Gesprek" msgid "_Hold" -msgstr "" +msgstr "_Hold" msgid "_Pause" msgstr "_Pauzeren" msgid "_Mute" -msgstr "" +msgstr "_Mute" #, c-format msgid "%s has %d new message." @@ -14988,22 +14991,3 @@ msgid "You do not have permission to uninstall this application." msgstr "U mag dit programma niet verwijderen." - -#~ msgid "No Sametime Community Server specified" -#~ msgstr "Geen Sametime communityserver gegeven" - -#~ msgid "" -#~ "No host or IP address has been configured for the Meanwhile account %s. " -#~ "Please enter one below to continue logging in." -#~ msgstr "" -#~ "Er is geen computernaam of IP-adres ingesteld in Meanwhile-account %s. " -#~ "Vul hieronder één in om door te gaan met de aanmelding." - -#~ msgid "Meanwhile Connection Setup" -#~ msgstr "Instellen van verbinding" - -#~ msgid "No Sametime Community Server Specified" -#~ msgstr "Geen Sametime gemeenschapsserver gegeven" - -#~ msgid "Connect" -#~ msgstr "Verbinden" diff -Nru pidgin-2.10.2/po/pl.po pidgin-2.10.3/po/pl.po --- pidgin-2.10.2/po/pl.po 2012-03-14 06:28:05.000000000 +0100 +++ pidgin-2.10.3/po/pl.po 2012-03-26 05:49:20.000000000 +0200 @@ -1,28 +1,31 @@ -# Polish translation of Pidgin -# Copyright (C) Przemysław Sułek , 2001. -# Copyright (C) Krzysztof Foltman , 2003. +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: # Copyright (C) Artur Flinta , 2004. -# Copyright (C) Emil Nowak , 2003-2007. +# Copyright (C) Krzysztof Foltman , 2003. # Copyright (C) Paweł Godlewski , 2007. -# Copyright (C) Tomasz Sałaciński , 2007. -# Copyright (C) Piotr Makowski , 2008. -# ----------------------------------------------------------------- # Copyright (C) Piotr Drąg , 2009. -# +# Copyright (C) Piotr Makowski , 2008. +# Copyright (C) Przemysław Sułek , 2001. +# Copyright (C) Tomasz Sałaciński , 2007. +# Piotr Drąg , 2012. msgid "" msgstr "" -"Project-Id-Version: Pidgin Polish translation\n" +"Project-Id-Version: Pidgin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-12 02:49-0700\n" -"PO-Revision-Date: 2011-08-11 18:08+0200\n" +"POT-Creation-Date: 2012-03-25 20:20-0700\n" +"PO-Revision-Date: 2012-03-23 16:04+0000\n" "Last-Translator: Piotr Drąg \n" -"Language-Team: Polish \n" +"Language-Team: Polish (http://www.transifex.net/projects/p/pidgin/language/" +"pl/)\n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " -"|| n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2)\n" #. Translators may want to transliterate the name. #. It is not to be translated. @@ -5908,29 +5911,29 @@ msgid "Message was not sent because an unknown error occurred." msgstr "Nie wysłano wiadomości, ponieważ wystąpił nieznany błąd." -#, fuzzy, c-format +#, c-format msgid "" "%s (There was an error receiving this message. Converting the encoding from " "%s to UTF-8 failed.)" msgstr "" -"(Wystąpił błąd podczas konwertowania tej wiadomości.\t Proszę sprawdzić " -"opcję \"Kodowanie\" w edytorze kont)" +"%s (Wystąpił błąd podczas pobierania tej wiadomości. Konwertowanie kodowania " +"z %s na UTF-8 się nie powiodło.)" -#, fuzzy, c-format +#, c-format msgid "" "%s (There was an error receiving this message. The charset was %s, but it " "was not valid UTF-8.)" msgstr "" -"(Wystąpił błąd podczas pobierania tej wiadomości. Użytkownik i znajomy %s " -"posiadają ustawione inne kodowania lub klient znajomego %s posiada błędy)." +"%s (Wystąpił błąd podczas pobierania tej wiadomości. Kodowaniem było %s, ale " +"to nie jest prawidłowe UTF-8.)" -#, fuzzy, c-format +#, c-format msgid "" "%s (There was an error receiving this message. The charset was missing, but " "it was not valid UTF-8.)" msgstr "" -"(Wystąpił błąd podczas konwertowania tej wiadomości.\t Proszę sprawdzić " -"opcję \"Kodowanie\" w edytorze kont)" +"%s (Wystąpił błąd podczas pobierania tej wiadomości. Brak kodowania, ale to " +"nie jest prawidłowe UTF-8.)" msgid "Writing error" msgstr "Błąd zapisywania" @@ -8417,9 +8420,8 @@ msgid "Topic:" msgstr "Temat:" -#, fuzzy msgid "A server is required to connect this account" -msgstr "Połączenie zostało zamknięte przez serwer" +msgstr "Wymagany jest serwer, aby połączyć to konto" #, c-format msgid "Unknown (0x%04x)
" @@ -11973,9 +11975,6 @@ msgid "Vietnamese" msgstr "wietnamski" -msgid "T.M.Thanh and the Gnome-Vi Team" -msgstr "T.M. Thanh i Zespół Gnome-Vi" - msgid "Simplified Chinese" msgstr "chiński uproszczony" @@ -11991,6 +11990,9 @@ msgid "Lithuanian" msgstr "litewski" +msgid "T.M.Thanh and the Gnome-Vi Team" +msgstr "T.M. Thanh i Zespół Gnome-Vi" + #, c-format msgid "" "%s is a messaging client based on libpurple which is capable of connecting " @@ -12693,13 +12695,13 @@ msgstr "Rozmowa przychodząca" msgid "_Hold" -msgstr "" +msgstr "_Wstrzymaj" msgid "_Pause" msgstr "_Wstrzymaj" msgid "_Mute" -msgstr "" +msgstr "Wy_cisz" #, c-format msgid "%s has %d new message." @@ -13204,7 +13206,7 @@ msgstr "Domyślna przeglądarka" msgid "Existing window" -msgstr "Istnieje okno" +msgstr "Istniejące okno" msgid "New tab" msgstr "Nowa karta" @@ -15044,22 +15046,3 @@ msgid "You do not have permission to uninstall this application." msgstr "Brak uprawnień do odinstalowania tego programu." - -#~ msgid "No Sametime Community Server specified" -#~ msgstr "Nie podano serwera społeczności Sametime" - -#~ msgid "" -#~ "No host or IP address has been configured for the Meanwhile account %s. " -#~ "Please enter one below to continue logging in." -#~ msgstr "" -#~ "Żaden komputer lub adres IP nie został skonfigurowany dla konta Meanwhile " -#~ "%s. Proszę podać komputer lub adres IP poniżej, aby kontynuować logowanie." - -#~ msgid "Meanwhile Connection Setup" -#~ msgstr "Ustawienia połączenia Meanwhile" - -#~ msgid "No Sametime Community Server Specified" -#~ msgstr "Nie podano serwera społeczności Sametime" - -#~ msgid "Connect" -#~ msgstr "Połącz"