Accepting request 79483 from GNOME:Apps
Now mentioning removed patch; removed empty lines OBS-URL: https://build.opensuse.org/request/show/79483 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=79
This commit is contained in:
parent
cf181ad71d
commit
2e0b440492
3
pidgin-2.10.0.tar.bz2
Normal file
3
pidgin-2.10.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f31f6a32c03e870a1774c827b8cee47ae8edd2c1ba8db98e8d58d9911cbaafcd
|
||||||
|
size 9941288
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:28ee8ece47d94ee1b708a78d613832ea88b56d879a93fa934d532d76ae52cfd7
|
|
||||||
size 9925589
|
|
@ -1,17 +0,0 @@
|
|||||||
#
|
|
||||||
#
|
|
||||||
# patch "libpurple/conversation.c"
|
|
||||||
# from [cd6817f4863abafef969359f65cc025f9483b401]
|
|
||||||
# to [19aac10ceebae1ee28788b6f0c02bcfcff0c8803]
|
|
||||||
#
|
|
||||||
============================================================
|
|
||||||
--- libpurple/conversation.c cd6817f4863abafef969359f65cc025f9483b401
|
|
||||||
+++ libpurple/conversation.c 19aac10ceebae1ee28788b6f0c02bcfcff0c8803
|
|
||||||
@@ -1978,7 +1978,6 @@ purple_conv_chat_clear_users(PurpleConvC
|
|
||||||
}
|
|
||||||
|
|
||||||
g_hash_table_remove_all(chat->users);
|
|
||||||
- chat->users = NULL;
|
|
||||||
|
|
||||||
g_list_free(users);
|
|
||||||
chat->in_room = NULL;
|
|
@ -1,3 +1,59 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 22 10:31:57 CET 2011 - christoph.miebach@web.de
|
||||||
|
|
||||||
|
- Update to version 2.10.0:
|
||||||
|
+ Pidgin:
|
||||||
|
- Make the max size of incoming smileys a pref instead of
|
||||||
|
hardcoding it.
|
||||||
|
- Added a plugin information dialog to show information for
|
||||||
|
plugins that aren't otherwise visible in the plugins dialog.
|
||||||
|
- Fix building with GTK+ earlier than 2.14.0 (GTK+ 2.10 is
|
||||||
|
still the minimum supported)
|
||||||
|
+ libpurple:
|
||||||
|
- Fix a potential crash in the Log Reader plugin when reading
|
||||||
|
QIP logs.
|
||||||
|
- Fix a large number of strcpy() and strcat() invocations to
|
||||||
|
use strlcpy() and strlcat(), etc., forestalling an entire
|
||||||
|
class of string buffer overrun bugs.
|
||||||
|
- Change some filename manipulations in filectl.c to use
|
||||||
|
MAXPATHLEN instead of arbitrary length constants.
|
||||||
|
- Fix endianness-related crash in NTLM authentication
|
||||||
|
+ Gadu-Gadu:
|
||||||
|
- Fixed searching for buddies in public directory.
|
||||||
|
- Better status message handling.
|
||||||
|
- Merged two buddy blocking methods.
|
||||||
|
- Fix building of the bundled libgadu library with older
|
||||||
|
versions of GnuTLS. (patch plucked from upstream)
|
||||||
|
+ ICQ:
|
||||||
|
- Fix crash selecting Tools->Set Mood when you're online with
|
||||||
|
an ICQ account that is configured as an AIM account.
|
||||||
|
+ IRC:
|
||||||
|
- Fix a crash when remote users have certain characters in
|
||||||
|
their nicknames.
|
||||||
|
- Fix the handling of formatting following mIRC ^O
|
||||||
|
- Fix crash when NAMES is empty.
|
||||||
|
+ MSN:
|
||||||
|
- Fix incorrect handling of HTTP 100 responses when using the
|
||||||
|
HTTP connection method. This can lead to a crash.
|
||||||
|
- Fix seemingly random crashing.
|
||||||
|
- Fix a crash when the account is disconnected at the time we
|
||||||
|
are doing a SB request.
|
||||||
|
+ XMPP:
|
||||||
|
- Do not generate malformed XML ("</>") when setting an empty
|
||||||
|
mood.
|
||||||
|
- Fix the /join <room> behavior. (Broken when adding support
|
||||||
|
for <room>@<server>)
|
||||||
|
+ Yahoo!/Yahoo! JAPAN:
|
||||||
|
- Fix coming out of idle while in an unavailable state
|
||||||
|
- Fix logging into Yahoo! JAPAN.
|
||||||
|
+ Windows-Specific Changes:
|
||||||
|
- Open an explorer.exe window at the location of the file when
|
||||||
|
clicking on a file link instead of executing the file,
|
||||||
|
because executing a file can be potentially dangerous.
|
||||||
|
- Drop pidgin-b1dfad7fa45e394c213a97053d7ed5926c69901d.patch
|
||||||
|
(multiple display of room members): the patch was taken from
|
||||||
|
upstream and as such is included in the current tarball.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 6 17:13:47 CEST 2011 - vuntz@opensuse.org
|
Wed Jul 6 17:13:47 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Name: pidgin
|
Name: pidgin
|
||||||
Summary: Multiprotocol Instant Messaging Client
|
Summary: Multiprotocol Instant Messaging Client
|
||||||
Version: 2.9.0
|
Version: 2.10.0
|
||||||
Release: 6
|
Release: 6
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Networking/Instant Messenger
|
Group: Productivity/Networking/Instant Messenger
|
||||||
@ -38,8 +38,7 @@ Patch1: pidgin-gnome-keyring.patch
|
|||||||
Patch3: pidgin-nonblock-common.patch
|
Patch3: pidgin-nonblock-common.patch
|
||||||
Patch4: pidgin-nonblock-gwim.patch
|
Patch4: pidgin-nonblock-gwim.patch
|
||||||
Patch5: pidgin-nonblock-common2.patch
|
Patch5: pidgin-nonblock-common2.patch
|
||||||
# PATCH-FIX-UPSTREAM http://developer.pidgin.im/ticket/14351#comment:6, bnc#703584, seife+obs@b1-systems.com -- multiple display of room members
|
|
||||||
Patch13: pidgin-b1dfad7fa45e394c213a97053d7ed5926c69901d.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.
|
# 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
|
Patch14: pidgin-mono-buildfix.patch
|
||||||
# PATCH-FIX-OPENSUSE pidgin-fix-perl-build.patch vuntz@opensuse.org -- Revert http://developer.pidgin.im/viewmtn/revision/info/f32151852a00fb5abd3fdccdd8df2419031666de as it breaks the build
|
# PATCH-FIX-OPENSUSE pidgin-fix-perl-build.patch vuntz@opensuse.org -- Revert http://developer.pidgin.im/viewmtn/revision/info/f32151852a00fb5abd3fdccdd8df2419031666de as it breaks the build
|
||||||
@ -363,7 +362,6 @@ translation-update-upstream
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch13 -p0
|
|
||||||
%patch14 -p1
|
%patch14 -p1
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
|
Loading…
Reference in New Issue
Block a user