SHA256
1
0
forked from pool/bitlbee

Accepting request 245251 from home:tampakrap:branches:server:irc

- Version 3.2.2:
 * The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros)
 * Rejecting buddy requests in jabber won't accept them. Sorry for that.
 * Purple builds can now enable built in protocols when configuring, by
 * passing a parameter such as --jabber=1 to configure
 * You can now use /oper to change passwords with "ac x set -del password"
 * Complex unicode characters (non-BMP) now display correctly in twitter.
 * A few init / build script / pkg-config fixes. Added "install-systemd"
   make target.

OBS-URL: https://build.opensuse.org/request/show/245251
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=27
This commit is contained in:
Martin Caj 2014-08-29 08:18:43 +00:00 committed by Git OBS Bridge
parent a1caf0afe8
commit 65fc9ef856
4 changed files with 18 additions and 9 deletions

View File

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

3
bitlbee-3.2.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Aug 20 07:46:50 UTC 2014 - tampakrap@opensuse.org
- Version 3.2.2:
* The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros)
* Rejecting buddy requests in jabber won't accept them. Sorry for that.
* Purple builds can now enable built in protocols when configuring, by
* passing a parameter such as --jabber=1 to configure
* You can now use /oper to change passwords with "ac x set -del password"
* Complex unicode characters (non-BMP) now display correctly in twitter.
* A few init / build script / pkg-config fixes. Added "install-systemd"
make target.
-------------------------------------------------------------------
Wed Jun 18 14:11:16 UTC 2014 - mcaj@suse.com

View File

@ -35,7 +35,7 @@
%define daemon_piddir %{_localstatedir}/run/%{name}
%endif
Name: bitlbee
Version: 3.2.1
Version: 3.2.2
Release: 0
Summary: IRC to other Chat Networks Gateway
License: GPL-2.0
@ -66,11 +66,7 @@ BuildRequires: xmlto
BuildRequires: fdupes
%endif
%if 0%{?with_libotr:1}
%if 0%{?suse_version} >= 1230
BuildRequires: libotr2-devel
%else
BuildRequires: libotr-devel
%endif
BuildRequires: libotr-devel >= 4.0.0
%endif
%if 0%{?suse_version} >= 1110
BuildRequires: libpurple-devel