From d7def968d8b22590ab5f0bff2c379ae23c7352e1849f5a591d102c5a7015fd34 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 27 Jun 2011 08:56:34 +0000 Subject: [PATCH] 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 --- pidgin-2.8.0.tar.bz2 | 3 --- pidgin-2.9.0.tar.bz2 | 3 +++ pidgin-gevolution-fix-build.patch | 20 -------------------- pidgin.changes | 25 +++++++++++++++++++++++++ pidgin.spec | 4 +--- 5 files changed, 29 insertions(+), 26 deletions(-) delete mode 100644 pidgin-2.8.0.tar.bz2 create mode 100644 pidgin-2.9.0.tar.bz2 delete mode 100644 pidgin-gevolution-fix-build.patch diff --git a/pidgin-2.8.0.tar.bz2 b/pidgin-2.8.0.tar.bz2 deleted file mode 100644 index 6a8e334..0000000 --- a/pidgin-2.8.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71ced93efecd48a1114eaf6370adebf591ace31158457baf023d15892d663c78 -size 9921362 diff --git a/pidgin-2.9.0.tar.bz2 b/pidgin-2.9.0.tar.bz2 new file mode 100644 index 0000000..aa58c59 --- /dev/null +++ b/pidgin-2.9.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ee8ece47d94ee1b708a78d613832ea88b56d879a93fa934d532d76ae52cfd7 +size 9925589 diff --git a/pidgin-gevolution-fix-build.patch b/pidgin-gevolution-fix-build.patch deleted file mode 100644 index 6b35440..0000000 --- a/pidgin-gevolution-fix-build.patch +++ /dev/null @@ -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 */ diff --git a/pidgin.changes b/pidgin.changes index 5021261..a2c01c9 100644 --- a/pidgin.changes +++ b/pidgin.changes @@ -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 diff --git a/pidgin.spec b/pidgin.spec index f454c3c..07238f6 100644 --- a/pidgin.spec +++ b/pidgin.spec @@ -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