]> git.pld-linux.org Git - packages/bitlbee.git/commitdiff
- do not fetch groups, ticket #946 auto/th/bitlbee-3.0.5-0.17
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 23 Apr 2012 07:11:01 +0000 (07:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bitlbee.spec -> 1.17
    skype-no-groups.patch -> 1.1

bitlbee.spec
skype-no-groups.patch [new file with mode: 0644]

index 649f106aef50a03b907a460f8315466fa6b1a3b8..7575b192a3167a4518f8d6bf86951dec6b94bcd1 100644 (file)
@@ -9,7 +9,7 @@ Summary:        An IRC to other chat networks gateway
 Summary(pl.UTF-8):     Bramka pomiędzy IRC-em i innymi sieciami komunikacyjnymi
 Name:          bitlbee
 Version:       3.0.5
-Release:       0.16
+Release:       0.17
 License:       GPL v2+ and MIT
 Group:         Daemons
 Source0:       http://get.bitlbee.org/src/%{name}-%{version}.tar.gz
@@ -18,6 +18,7 @@ URL:          http://www.bitlbee.org/
 Patch0:                config.patch
 Patch1:                systemd.patch
 Patch2:                skyped-FD_CLOEXEC.patch
+Patch3:                skype-no-groups.patch
 BuildRequires: asciidoc
 BuildRequires: gnutls-devel
 %{?with_otr:BuildRequires:     libotr-devel >= 3.2.0}
@@ -80,6 +81,7 @@ Skype protocol support for bitlbee.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 # fix wrong assumption with $DESTDIR
 %{__sed} -i -e 's,$(shell id -u),0,' Makefile
diff --git a/skype-no-groups.patch b/skype-no-groups.patch
new file mode 100644 (file)
index 0000000..a1479e0
--- /dev/null
@@ -0,0 +1,16 @@
+Do not download custom groups, makes skyped to lag because those queries timeout
+
+http://bugs.bitlbee.org/bitlbee/ticket/946
+
+--- bitlbee-3.0.5/protocols/skype/skype.c~     2012-02-18 12:55:09.000000000 +0200
++++ bitlbee-3.0.5/protocols/skype/skype.c      2012-04-15 15:12:57.245107505 +0300
+@@ -1170,8 +1170,7 @@
+       skype_printf(ic, "PASSWORD %s\n", ic->acc->pass);
+       /* This will download all buddies and groups. */
+-      st = skype_printf(ic, "SEARCH GROUPS CUSTOM\n");
+-      skype_printf(ic, "SEARCH FRIENDS\n");
++      st = skype_printf(ic, "SEARCH FRIENDS\n");
+       skype_printf(ic, "SET USERSTATUS ONLINE\n");
This page took 0.061799 seconds and 4 git commands to generate.