Hello community, here is the log from the commit of package bitlbee for openSUSE:Factory checked in at 2015-06-30 10:18:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bitlbee (Old) and /work/SRC/openSUSE:Factory/.bitlbee.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bitlbee" Changes: -------- --- /work/SRC/openSUSE:Factory/bitlbee/bitlbee.changes 2015-06-16 14:06:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bitlbee.new/bitlbee.changes 2015-06-30 10:18:11.000000000 +0200 @@ -1,0 +2,29 @@ +Fri Jun 26 17:33:25 UTC 2015 - [email protected] + +- 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 - [email protected] + +- Fix typo in systemd service + +------------------------------------------------------------------- Old: ---- bitlbee-3.4.tar.gz New: ---- bitlbee-3.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bitlbee.spec ++++++ --- /var/tmp/diff_new_pack.pnFdfc/_old 2015-06-30 10:18:12.000000000 +0200 +++ /var/tmp/diff_new_pack.pnFdfc/_new 2015-06-30 10:18:12.000000000 +0200 @@ -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: lzo-devel BuildRequires: make BuildRequires: pkgconfig +BuildRequires: w3m BuildRequires: zlib-devel Requires: logrotate Requires: xinetd @@ -203,6 +204,9 @@ 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/" ++++++ bitlbee-3.4.tar.gz -> bitlbee-3.4.1.tar.gz ++++++ ++++ 11826 lines of diff (skipped) ++++++ bitlbee.service-suse.in ++++++ --- /var/tmp/diff_new_pack.pnFdfc/_old 2015-06-30 10:18:12.000000000 +0200 +++ /var/tmp/diff_new_pack.pnFdfc/_new 2015-06-30 10:18:12.000000000 +0200 @@ -10,7 +10,7 @@ # /usr/sbin/rcbitlbee [Unit] -Description=Bitblee Daemonm the IM to IRC gateway +Description=Bitblee Daemon the IM to IRC gateway After=network.target [Service]
