Pascal Bleser 2012-02-20 08:39:18 +00:00 committed by Git OBS Bridge
parent 9d1565721b
commit 5a4fe20f50
4 changed files with 77 additions and 43 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2b18ae0355650b7ec326b8ea7082eb06bb8f8816ad3b4985fe97f729ce84e59
size 727982

View File

@ -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

View File

@ -1,23 +1,34 @@
# 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
%define with_otr 1
%endif
Name: bitlbee
Version: 3.0.4
Release: 0
Summary: IRC to other Chat Networks Gateway
# http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
Source: bitlbee-%{version}.tar.bz2
Source1: %{name}.xinetd-suse.in
URL: http://www.bitlbee.org/
Group: Productivity/Networking/IRC
License: GNU General Public License version 2 (GPL v2)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
Requires: xinetd
BuildRequires: make gcc glibc-devel pkgconfig gnutls-devel libgcrypt-devel
BuildRequires: zlib-devel glib2-devel lzo-devel glib2-devel
Name: bitlbee
Version: 3.0.5
Release: 0
Summary: IRC to other Chat Networks Gateway
Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
Source1: %{name}.xinetd-suse.in
URL: http://www.bitlbee.org/
Group: Productivity/Networking/IRC
License: GNU General Public License version 2 (GPL v2)
BuildRoot: %{_tmppath}/build-%{name}-%{version}
Requires: xinetd
BuildRequires: make gcc glibc-devel pkgconfig gnutls-devel libgcrypt-devel
BuildRequires: zlib-devel glib2-devel lzo-devel glib2-devel
%if 0%{?suse_version} >= 1010
BuildRequires: xmlto
%endif
@ -25,12 +36,12 @@ BuildRequires: xmlto
BuildRequires: fdupes
%endif
%if 0%{?with_libotr:1}
BuildRequires: libotr-devel
BuildRequires: libotr-devel
%endif
%if 0%{?suse_version} >= 1120
BuildRequires: libpurple-devel
BuildRequires: libpurple-devel
%endif
PreReq: /usr/sbin/groupadd /usr/sbin/useradd
PreReq: /usr/sbin/groupadd /usr/sbin/useradd
%description
We are both console lovers. But it is annoying to have a few tty's open with
@ -51,8 +62,8 @@ This package comes with support for MSN, Jabber, Oscar and Yahoo, as well as
enabled flood protection.
%package doc
Summary: IRC to other Chat Networks Gateway (User Guide)
Group: Productivity/Networking/IRC
Summary: IRC to other Chat Networks Gateway (User Guide)
Group: Productivity/Networking/IRC
Requires: %{name} = %{version}
%description doc
@ -88,15 +99,15 @@ export PKG_CONFIG_PATH="/opt/gnome/%{_lib}/pkgconfig"
CFLAGS="%{optflags} -fno-strict-aliasing" \
CXXFLAGS="%{optflags} -fno-strict-aliasing" \
./configure \
--prefix="%{_prefix}" \
--bindir="%{_sbindir}" \
--etcdir="%{_sysconfdir}/%{name}" \
--mandir="%{_mandir}" \
--datadir="%{_datadir}/%{name}" \
--plugindir="%{_libdir}/%{name}" \
--pidfile="%{_localstatedir}/run/%{name}.pid" \
--config="%{_localstatedir}/lib/%{name}" \
--ipcsocket="%{_localstatedir}/run/%{name}.sock" \
--prefix="%{_prefix}" \
--bindir="%{_sbindir}" \
--etcdir="%{_sysconfdir}/%{name}" \
--mandir="%{_mandir}" \
--datadir="%{_datadir}/%{name}" \
--plugindir="%{_libdir}/%{name}" \
--pidfile="%{_localstatedir}/run/%{name}.pid" \
--config="%{_localstatedir}/lib/%{name}" \
--ipcsocket="%{_localstatedir}/run/%{name}.sock" \
%if 0%{?suse_version} >= 1120
--purple=1 \
%else
@ -107,19 +118,19 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
%else
--otr=0 \
%endif
--msn=1 \
--jabber=1 \
--msn=1 \
--jabber=1 \
--twitter=1 \
--oscar=1 \
--yahoo=1 \
--debug=0 \
--strip=0 \
--gcov=0 \
--flood=0 \
--plugins=1 \
--ssl=gnutls
--oscar=1 \
--yahoo=1 \
--debug=0 \
--strip=0 \
--gcov=0 \
--flood=0 \
--plugins=1 \
--ssl=gnutls
%__make %{?jobs:-j%{jobs}}
%__make %{?_smp_flags}
%install
%__install -d "%{buildroot}%{_mandir}/man1"
@ -134,7 +145,7 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
%__install -d "%{buildroot}%{_sysconfdir}/xinetd.d"
%__sed -e "s+@@BITLBEE@@+%{_sbindir}/bitlbee+g" \
< "%{SOURCE1}" > "%{buildroot}%{_sysconfdir}/xinetd.d/bitlbee"
< "%{SOURCE1}" > "%{buildroot}%{_sysconfdir}/xinetd.d/bitlbee"
%if 0%{?suse_version} >= 1030
%fdupes -s
@ -179,3 +190,4 @@ done
%doc %dir %{_docdir}/%{name}
%{_docdir}/%{name}/user-guide
%changelog