3.0.5
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=15
This commit is contained in:
parent
9d1565721b
commit
5a4fe20f50
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:693a860e7cf3e23a807d1855962af4c17374a0118f302d89f292c0f87cbd7f7a
|
|
||||||
size 573082
|
|
3
bitlbee-3.0.5.tar.gz
Normal file
3
bitlbee-3.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2b18ae0355650b7ec326b8ea7082eb06bb8f8816ad3b4985fe97f729ce84e59
|
||||||
|
size 727982
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 20 08:32:10 UTC 2012 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- update to 3.0.5:
|
||||||
|
* SSL certificate verification (edit your bitlbee.conf to enable it)
|
||||||
|
* OAuth2 support in Jabber module (works with Google Talk, Facebook and MSN
|
||||||
|
Messenger)
|
||||||
|
* support for ad-hoc Jabber groupchats: just create a channel and start
|
||||||
|
inviting people, similar to how this works on other IM networks. Works fine
|
||||||
|
with GTalk, depends on a conference server being set up on other networks
|
||||||
|
* allow old-style Jabber login (non-SASL), this solves problems with some
|
||||||
|
old/buggy Jabber servers. (acc jabber set sasl off)
|
||||||
|
* use HTTPS for OAuth1 authentication traffic
|
||||||
|
* awareness of Twitter's t.co URL lengt^Wshortening when checking message
|
||||||
|
length
|
||||||
|
* fixed identi.ca OAuth support. OAuth will now always be used for both
|
||||||
|
Twitter and identi.ca accounts
|
||||||
|
* fix nick_format=%full_name with libpurple
|
||||||
|
* instead of "protocol(handle)", use the account tags introduced in 3.0 when
|
||||||
|
root wants to refer to an account (in log messages, queries, etc.)
|
||||||
|
* many small bugfixes, improvements, etc
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Dec 18 00:57:26 UTC 2011 - darix@nordisch.org
|
Sun Dec 18 00:57:26 UTC 2011 - darix@nordisch.org
|
||||||
|
|
||||||
|
20
bitlbee.spec
20
bitlbee.spec
@ -1,15 +1,26 @@
|
|||||||
# vim: set ts=4 sw=4 et:
|
# vim: set ts=4 sw=4 et:
|
||||||
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1100
|
%if 0%{?suse_version} >= 1100
|
||||||
%define with_otr 1
|
%define with_otr 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: bitlbee
|
Name: bitlbee
|
||||||
Version: 3.0.4
|
Version: 3.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IRC to other Chat Networks Gateway
|
Summary: IRC to other Chat Networks Gateway
|
||||||
# http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
|
Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
|
||||||
Source: bitlbee-%{version}.tar.bz2
|
|
||||||
Source1: %{name}.xinetd-suse.in
|
Source1: %{name}.xinetd-suse.in
|
||||||
URL: http://www.bitlbee.org/
|
URL: http://www.bitlbee.org/
|
||||||
Group: Productivity/Networking/IRC
|
Group: Productivity/Networking/IRC
|
||||||
@ -119,7 +130,7 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
|
|||||||
--plugins=1 \
|
--plugins=1 \
|
||||||
--ssl=gnutls
|
--ssl=gnutls
|
||||||
|
|
||||||
%__make %{?jobs:-j%{jobs}}
|
%__make %{?_smp_flags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%__install -d "%{buildroot}%{_mandir}/man1"
|
%__install -d "%{buildroot}%{_mandir}/man1"
|
||||||
@ -179,3 +190,4 @@ done
|
|||||||
%doc %dir %{_docdir}/%{name}
|
%doc %dir %{_docdir}/%{name}
|
||||||
%{_docdir}/%{name}/user-guide
|
%{_docdir}/%{name}/user-guide
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user