From 10fd97e19d53b056548750589db87632e6578f642e23801170bf8c4367e97fea Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Tue, 13 Aug 2013 14:53:11 +0000 Subject: [PATCH] Accepting request 150258 from home:vmiklos:branches:server:irc version update to 3.2 OBS-URL: https://build.opensuse.org/request/show/150258 OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=18 --- bitlbee-3.0.5.tar.gz | 3 --- bitlbee-3.2.tar.gz | 3 +++ bitlbee.changes | 23 +++++++++++++++++++++++ bitlbee.spec | 5 +++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 bitlbee-3.0.5.tar.gz create mode 100644 bitlbee-3.2.tar.gz diff --git a/bitlbee-3.0.5.tar.gz b/bitlbee-3.0.5.tar.gz deleted file mode 100644 index 8c9759b..0000000 --- a/bitlbee-3.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2b18ae0355650b7ec326b8ea7082eb06bb8f8816ad3b4985fe97f729ce84e59 -size 727982 diff --git a/bitlbee-3.2.tar.gz b/bitlbee-3.2.tar.gz new file mode 100644 index 0000000..3eb4dd2 --- /dev/null +++ b/bitlbee-3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b43828e906f5450993353f2ebecc6c038f0261c4dc3f1722ebafa6ea3e62030 +size 666404 diff --git a/bitlbee.changes b/bitlbee.changes index 0dd1adb..1d1755d 100644 --- a/bitlbee.changes +++ b/bitlbee.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Jan 29 06:46:02 UTC 2013 - vmiklos@suse.com + +- update to 3.2: + * By far the most important change, a thorough update to the Twitter + module: + * Now using Twitter API 1.1, + * which means it's now using JSON instead of XML, + * which means access to the streaming API (Twitter only, other Twitter + API services don't seem to have it). No more 60-second polls, #twitter + looks even more like real IRC now! + * Also, the streaming API means nice things like receiving DMs. + * show_ids, already enabled by default for a while, now uses hexa- + decimal numbers, which means a 256-entry backlog instead of just 100. + * Added a mode=strict setting which requires everything to be a command. + The "post" command should then be used to post a Tweet. + * Jabber module bugfix that fixes connection issues with at least Google + Talk but reportedly some other servers (OpenFire?) as well. + * SSL modules improved a little bit. GnuTLS module now supports SNI and + session caching. Shouldn't change much, but hopefully reduces latency + and bandwidth usage a little bit. + * A bunch of other fixes/improvements here and there. + ------------------------------------------------------------------- Wed Sep 5 17:38:26 UTC 2012 - jmcdonough@suse.com diff --git a/bitlbee.spec b/bitlbee.spec index f476748..302b5c8 100644 --- a/bitlbee.spec +++ b/bitlbee.spec @@ -12,12 +12,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ -%if 0%{?suse_version} >= 1100 +# See http://bugs.bitlbee.org/bitlbee/ticket/1004 +%if 0%{?suse_version} >= 1100 && 0%{?suse_version} < 1230 %define with_libotr 1 %endif Name: bitlbee -Version: 3.0.5 +Version: 3.2 Release: 0 Summary: IRC to other Chat Networks Gateway Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz