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:
parent
8e9337b676
commit
3f5c89650e
3
bitlbee-3.4.1.tar.gz
Normal file
3
bitlbee-3.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:500a0b19943040d67458eb3beb0a63d004abb2aa54a777addeb2a895d4f5c0e1
|
||||||
|
size 688072
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cebad646bbfd17c80923743244039fd970e3ca27e8c1b7cf872622e773239d5e
|
|
||||||
size 761027
|
|
@ -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
|
Thu Jun 25 08:43:47 UTC 2015 - vmiklos@vmiklos.hu
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
%define daemon_piddir %{_localstatedir}/run/%{name}
|
%define daemon_piddir %{_localstatedir}/run/%{name}
|
||||||
%endif
|
%endif
|
||||||
Name: bitlbee
|
Name: bitlbee
|
||||||
Version: 3.4
|
Version: 3.4.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IRC to other Chat Networks Gateway
|
Summary: IRC to other Chat Networks Gateway
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -55,6 +55,7 @@ BuildRequires: libgcrypt-devel
|
|||||||
BuildRequires: lzo-devel
|
BuildRequires: lzo-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: w3m
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Requires: xinetd
|
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"
|
echo "%doc %{_docdir}/%{name}/$b" >>"$LM"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
pushd doc/user-guide
|
||||||
|
make user-guide.html user-guide.txt
|
||||||
|
popd
|
||||||
install -d "%{buildroot}%{_docdir}/%{name}/user-guide"
|
install -d "%{buildroot}%{_docdir}/%{name}/user-guide"
|
||||||
cp -a doc/user-guide/*.{txt,html} "%{buildroot}%{_docdir}/%{name}/user-guide/"
|
cp -a doc/user-guide/*.{txt,html} "%{buildroot}%{_docdir}/%{name}/user-guide/"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user