Accepting request 314057 from home:lmuelle

- update to 3.4.1:
  msn:
  + Upgraded protocol to MSNP21, works again (dx)
  + Contact list management, groupchats and skype username logins won't work.
    Next release!
 jabber:
  + Add "hipchat" protocol, for smoother login. Takes the same username as the
    official client. Note that unlike the 'hip-cat' branch, this doesn't
    preload channels. https://wiki.bitlbee.org/HowtoHipchat for details (dx)
  + Fixed a bug when receiving topics set by people who left the channel (dx)
  + Create fake users instead of showing "unknown participant" errors (dx)
  + Gmail mail notifications support (Artem Savkov)
  + Lowering xmpp presence priority on away (Artem Savkov)
  twitter:
  + Show quoted tweets/RTs with comment inline (wilmer)
  + Added "url" command, can be used to quote tweets (wilmer)
  + Make replies to self work (wilmer)
  Building documentation is now done with a python script (both 2.x/3.x work)
  Asciidoc/xsltproc/xmlto are no longer build dependencies (dx)
- Require w3m at built time to generate the userguide in html format.

OBS-URL: https://build.opensuse.org/request/show/314057
OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=36
This commit is contained in:
Theo Chatzimichos 2015-06-27 09:16:29 +00:00 committed by Git OBS Bridge
parent 8e9337b676
commit 3f5c89650e
4 changed files with 32 additions and 4 deletions

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

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jun 26 17:33:25 UTC 2015 - lmuelle@suse.com
- update to 3.4.1:
msn:
+ Upgraded protocol to MSNP21, works again (dx)
+ Contact list management, groupchats and skype username logins won't work.
Next release!
jabber:
+ Add "hipchat" protocol, for smoother login. Takes the same username as the
official client. Note that unlike the 'hip-cat' branch, this doesn't
preload channels. https://wiki.bitlbee.org/HowtoHipchat for details (dx)
+ Fixed a bug when receiving topics set by people who left the channel (dx)
+ Create fake users instead of showing "unknown participant" errors (dx)
+ Gmail mail notifications support (Artem Savkov)
+ Lowering xmpp presence priority on away (Artem Savkov)
twitter:
+ Show quoted tweets/RTs with comment inline (wilmer)
+ Added "url" command, can be used to quote tweets (wilmer)
+ Make replies to self work (wilmer)
Building documentation is now done with a python script (both 2.x/3.x work)
Asciidoc/xsltproc/xmlto are no longer build dependencies (dx)
- Require w3m at built time to generate the userguide in html format.
-------------------------------------------------------------------
Thu Jun 25 08:43:47 UTC 2015 - vmiklos@vmiklos.hu

View File

@ -37,7 +37,7 @@
%define daemon_piddir %{_localstatedir}/run/%{name}
%endif
Name: bitlbee
Version: 3.4
Version: 3.4.1
Release: 0
Summary: IRC to other Chat Networks Gateway
License: GPL-2.0
@ -55,6 +55,7 @@ BuildRequires: libgcrypt-devel
BuildRequires: lzo-devel
BuildRequires: make
BuildRequires: pkgconfig
BuildRequires: w3m
BuildRequires: zlib-devel
Requires: logrotate
Requires: xinetd
@ -203,6 +204,9 @@ for f in COPYING doc/AUTHORS doc/CHANGES doc/CREDITS doc/FAQ doc/README; do
echo "%doc %{_docdir}/%{name}/$b" >>"$LM"
done
pushd doc/user-guide
make user-guide.html user-guide.txt
popd
install -d "%{buildroot}%{_docdir}/%{name}/user-guide"
cp -a doc/user-guide/*.{txt,html} "%{buildroot}%{_docdir}/%{name}/user-guide/"