From 3f5c89650ed87e5368a324d789b7357215d0037a52619d75f5b144ecf179ed0e Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Sat, 27 Jun 2015 09:16:29 +0000 Subject: [PATCH] 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 --- bitlbee-3.4.1.tar.gz | 3 +++ bitlbee-3.4.tar.gz | 3 --- bitlbee.changes | 24 ++++++++++++++++++++++++ bitlbee.spec | 6 +++++- 4 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 bitlbee-3.4.1.tar.gz delete mode 100644 bitlbee-3.4.tar.gz diff --git a/bitlbee-3.4.1.tar.gz b/bitlbee-3.4.1.tar.gz new file mode 100644 index 0000000..9cad26d --- /dev/null +++ b/bitlbee-3.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500a0b19943040d67458eb3beb0a63d004abb2aa54a777addeb2a895d4f5c0e1 +size 688072 diff --git a/bitlbee-3.4.tar.gz b/bitlbee-3.4.tar.gz deleted file mode 100644 index 571351c..0000000 --- a/bitlbee-3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cebad646bbfd17c80923743244039fd970e3ca27e8c1b7cf872622e773239d5e -size 761027 diff --git a/bitlbee.changes b/bitlbee.changes index 8bebaf2..dffeb77 100644 --- a/bitlbee.changes +++ b/bitlbee.changes @@ -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 diff --git a/bitlbee.spec b/bitlbee.spec index cbbfc1c..0b6db33 100644 --- a/bitlbee.spec +++ b/bitlbee.spec @@ -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/"