From c7e1f2f8cec7cc17743bed656f45b5ed035e4b815ef2119a71649fceebaa4b31 Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Sat, 23 Oct 2010 21:51:45 +0000 Subject: [PATCH] Accepting request 51298 from GNOME:Apps Accepted submit request 51298 from user vuntz OBS-URL: https://build.opensuse.org/request/show/51298 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=56 --- pidgin-2.7.3.tar.bz2 | 3 -- pidgin-2.7.4.tar.bz2 | 3 ++ pidgin-browser-default.patch | 11 ------ pidgin.changes | 73 +++++++++++++++++++++++++++++++++++- pidgin.spec | 7 +--- 5 files changed, 77 insertions(+), 20 deletions(-) delete mode 100644 pidgin-2.7.3.tar.bz2 create mode 100644 pidgin-2.7.4.tar.bz2 delete mode 100644 pidgin-browser-default.patch diff --git a/pidgin-2.7.3.tar.bz2 b/pidgin-2.7.3.tar.bz2 deleted file mode 100644 index 10c5e1d..0000000 --- a/pidgin-2.7.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b5788aa7b8c3fa372e6c5f671592731c86e41322bcc09facb6bbe6127e323f2 -size 9746117 diff --git a/pidgin-2.7.4.tar.bz2 b/pidgin-2.7.4.tar.bz2 new file mode 100644 index 0000000..cb336b5 --- /dev/null +++ b/pidgin-2.7.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6fa2811082bde2dbd0897414f9f8f18e7c3e51159288571af1f1f2ce81f856 +size 9799804 diff --git a/pidgin-browser-default.patch b/pidgin-browser-default.patch deleted file mode 100644 index a791c39..0000000 --- a/pidgin-browser-default.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pidgin/gtkprefs.c -+++ pidgin/gtkprefs.c -@@ -2271,7 +2271,7 @@ - purple_prefs_add_none(PIDGIN_PREFS_ROOT "/browsers"); - purple_prefs_add_int(PIDGIN_PREFS_ROOT "/browsers/place", PIDGIN_BROWSER_DEFAULT); - purple_prefs_add_path(PIDGIN_PREFS_ROOT "/browsers/command", ""); -- purple_prefs_add_string(PIDGIN_PREFS_ROOT "/browsers/browser", "mozilla"); -+ purple_prefs_add_string(PIDGIN_PREFS_ROOT "/browsers/browser", "xdg-open"); - #endif - - /* Plugins */ diff --git a/pidgin.changes b/pidgin.changes index 45c1097..41744fe 100644 --- a/pidgin.changes +++ b/pidgin.changes @@ -1,3 +1,74 @@ +------------------------------------------------------------------- +Fri Oct 22 17:27:42 CEST 2010 - dimstar@opensuse.org + +- Update to version 2.7.4: + + General: + - Fix search path for Tk when compiling on Debian Squeeze. + - purple-remote now expects and produces UTF-8. + - Add Deutsche Telekom, Thawte Primary, and Go Daddy Class 2 + root CAs + - Fix CVE-2010-3711 by properly validating return values from + the purple_base64_decode() function before using them. + - Fix two local crash bugs by properly validating return values + from the purple_base16_decode() function before using them. + + libpurple: + - Fall back to an ordinary request if a UI does not support + showing a request with an icon. Fixes receiving MSN file + transfer requests including a thumbnail in Finch. + - Fix an invalid memory access when removing UPnP mappings that + could cause sporadic crashes, most notably when MSN Direct + Connections are enabled. + - Add a sentence to the certificate warning for expired + certificates suggesting the user check their computer's date + and time. + + Pidgin: + - Add support for the Gadu-Gadu protocol in the gevolution + plugin to provide Evolution integration with contacts with + Gadu-Gadu IDs. + - Remap the "Set User Mood" shortcut to Control-D, which does + not conflict with the previous shortcut for Get Buddy Info on + the selected buddy. + - Add a plugin action menu (under Tools) for the Voice and + Video Settings plugin. + - Use GRegex for the debug window where available. This brings + regex filtering to the debug window on Windows. + - Add Google Chrome and Chromium to the list of possible + browsers on non-Windows systems. + - The "Manual" browser option is now stored as a string. It is + no longer necessary to specify a full path to the browser + command. + - The Send To menu can now be used if the active account in the + conversation becomes disabled or inactive. + - xdg-open is now the default browser for new users on + non-Windows platforms. + + XMPP: + - Unify the connection security-related settings into one + dropdown. + - Fix a crash when multiple accounts are simultaneously + performing SASL authentication when built with Cyrus SASL + support. + - Restore the ability to connect to XMPP servers that do not + offer Stream ID. + - Added support for using Google's relay servers when making + voice and video calls to Google clients. + - Fix detecting file transfer proxies advertised by the server. + - Advertise support for Google Talk's JID Domain Discovery + extension in all cases again (changed in 2.7.0), not just + when the domain is "gmail.com" or "googlemail.com" + - Improved handling of adding oneself to your buddy list when + using Non-SASL (legacy) authentication. + - Generate a connection error instead of just stalling when + the _xmppconnect TXT record returns results, but none of them + result in a valid BOSH URI. + + Yahoo/Yahoo JAPAN: + - Stop doing unnecessary lookups of certain alias information. + This solves deadlocks when a given Yahoo account has a + ridiculously large (>500 buddies) list and may improve login + speed for those on slow connections. + - Fix sending SMS messages. The lookup host changed on us. + - Improvements for some file transfer scenarios, but not all. +- Drop pidgin-browser-default.patch: fixed upstream. + ------------------------------------------------------------------- Sun Aug 15 18:49:24 CEST 2010 - dimstar@opensuse.org @@ -361,7 +432,7 @@ Wed Sep 9 18:00:15 CEST 2009 - vuntz@opensuse.org tango guidelines now. ------------------------------------------------------------------- -Mon Sep 07 13:39:00 BST - riggwelter@opensuse.org +Mon Sep 07 13:39:00 BST 2009 - riggwelter@opensuse.org - Update to version 2.6.2 + libpurple diff --git a/pidgin.spec b/pidgin.spec index d077226..b0590b2 100644 --- a/pidgin.spec +++ b/pidgin.spec @@ -1,5 +1,5 @@ # -# spec file for package pidgin (Version 2.7.3) +# spec file for package pidgin (Version 2.7.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: pidgin Summary: GTK+-Based Multiprotocol Instant Messaging Client -Version: 2.7.3 +Version: 2.7.4 Release: 1 License: GPLv2+ Group: Productivity/Networking/Instant Messenger @@ -35,8 +35,6 @@ Patch3: pidgin-nonblock-common.patch Patch4: pidgin-nonblock-gwim.patch Patch5: pidgin-nonblock-common2.patch Patch12: pidgin-dbus-invalid-gpointer.patch -# PATCH-FIX-OPENSUSE pidgin-browser-default.patch bnc472219 sbrabec@suse.cz - Use xdg-open as default browser. -Patch13: pidgin-browser-default.patch # PATCH-FIX-UPSTREAM pidgin-mono-buildfix.patch http://developer.pidgin.im/ticket/12506 dimstar@opensuse.org -- Fix build with mono plugin loader; missing include statements. Patch14: pidgin-mono-buildfix.patch # Can use external libzephyr @@ -321,7 +319,6 @@ translation-update-upstream %patch4 -p1 %patch5 -p1 %patch12 -%patch13 %patch14 -p1 # Change Myanmar/Myanmar to Myanmar: rename my_MM my po/my_MM.*