forked from pool/pidgin
Accepting request 74461 from GNOME:Apps
Unservice and tweak (forwarded request 74460 from dimstar) OBS-URL: https://build.opensuse.org/request/show/74461 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pidgin?expand=0&rev=72
This commit is contained in:
parent
d9f60258cc
commit
d7def968d8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71ced93efecd48a1114eaf6370adebf591ace31158457baf023d15892d663c78
|
||||
size 9921362
|
3
pidgin-2.9.0.tar.bz2
Normal file
3
pidgin-2.9.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28ee8ece47d94ee1b708a78d613832ea88b56d879a93fa934d532d76ae52cfd7
|
||||
size 9925589
|
@ -1,20 +0,0 @@
|
||||
#
|
||||
#
|
||||
# patch "pidgin/plugins/gevolution/gevolution.c"
|
||||
# from [e82d07077f62e85a1e318e1f77fb093b2502e1a2]
|
||||
# to [f19cde741adeff1f88065dbd4c7580a49eed80ce]
|
||||
#
|
||||
============================================================
|
||||
--- pidgin/plugins/gevolution/gevolution.c e82d07077f62e85a1e318e1f77fb093b2502e1a2
|
||||
+++ pidgin/plugins/gevolution/gevolution.c f19cde741adeff1f88065dbd4c7580a49eed80ce
|
||||
@@ -447,8 +447,8 @@ get_config_frame(PurplePlugin *plugin)
|
||||
treeview = gtk_tree_view_new_with_model(GTK_TREE_MODEL(model));
|
||||
gtk_tree_view_set_rules_hint(GTK_TREE_VIEW(treeview), TRUE);
|
||||
gtk_box_pack_start(GTK_BOX(vbox),
|
||||
- pidgin_make_scrollable(treeview, GTK_POLICY_AUTO, GTK_POLICY_ALWAYS, GTK_SHADOW_IN, 300, 300),
|
||||
- TRUE, TRUE, 0);
|
||||
+ pidgin_make_scrollable(treeview, GTK_POLICY_AUTOMATIC,
|
||||
+ GTK_POLICY_ALWAYS, GTK_SHADOW_IN, 300, 300), TRUE, TRUE, 0);
|
||||
gtk_widget_show(treeview);
|
||||
|
||||
/* Setup the column */
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 24 11:51:57 CET 2011 - christoph.miebach@web.de
|
||||
|
||||
- Update to version 2.9.0:
|
||||
+ Pidgin:
|
||||
- Fix a potential remote denial-of-service bug related to
|
||||
displaying buddy icons.
|
||||
- Significantly improved performance of larger IRC channels
|
||||
(regression introduced in 2.8.0).
|
||||
- Fix Conversation->Add on AIM and MSN.
|
||||
- Entries in the chat user list are sorted properly again. This
|
||||
was inadvertenly broken in 2.8.0.
|
||||
+ Finch:
|
||||
- Fix logging in to ICQ.
|
||||
+ libpurple:
|
||||
- media: Actually use the specified TCP port from the TURN
|
||||
configuration to create a TCP relay candidate.
|
||||
+ AIM and ICQ:
|
||||
- Fix crashes on some non-mainstream OSes when attempting to
|
||||
printf("%s", NULL).
|
||||
+ Plugins:
|
||||
- The Evolution Integration plugin compiles again.
|
||||
- Drop pidgin-gevolution-fix-build.patch: the patch was taken from
|
||||
upstream and as such is included in the current tarball.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 03:56:41 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
Name: pidgin
|
||||
Summary: GTK+-Based Multiprotocol Instant Messaging Client
|
||||
Version: 2.8.0
|
||||
Version: 2.9.0
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: Productivity/Networking/Instant Messenger
|
||||
@ -44,7 +44,6 @@ Patch15: pidgin-fix-perl-build.patch
|
||||
# PATCH-FIX-UPSTREAM pidgin-nm09-more.patch vuntz@opensuse.org -- Fix to use new NM signal name http://developer.pidgin.im/ticket/13859
|
||||
Patch16: pidgin-nm09-more.patch
|
||||
# PATCH-FIX-UPSTREAM pidgin-gevolution-fix-build.patch vuntz@opensuse.org -- Fix build, taken from upstream
|
||||
Patch17: pidgin-gevolution-fix-build.patch
|
||||
# Can use external libzephyr
|
||||
BuildRequires: cyrus-sasl-devel
|
||||
BuildRequires: dbus-1-devel
|
||||
@ -334,7 +333,6 @@ translation-update-upstream
|
||||
%patch14 -p1
|
||||
%patch15 -p1
|
||||
%patch16 -p1
|
||||
%patch17 -p0
|
||||
# Change Myanmar/Myanmar to Myanmar:
|
||||
rename my_MM my po/my_MM.*
|
||||
%{__sed} -i "/ALL_LINGUAS/s/ my_MM / my /" configure.ac
|
||||
|
Loading…
Reference in New Issue
Block a user