forked from pool/pidgin
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
This commit is contained in:
parent
2cb1a6fede
commit
c7e1f2f8ce
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b5788aa7b8c3fa372e6c5f671592731c86e41322bcc09facb6bbe6127e323f2
|
||||
size 9746117
|
3
pidgin-2.7.4.tar.bz2
Normal file
3
pidgin-2.7.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c6fa2811082bde2dbd0897414f9f8f18e7c3e51159288571af1f1f2ce81f856
|
||||
size 9799804
|
@ -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 */
|
@ -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
|
||||
|
@ -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.*
|
||||
|
Loading…
Reference in New Issue
Block a user