commit bitlbee for openSUSE:Factory

2020-07-16 Thread root
Hello community,

here is the log from the commit of package bitlbee for openSUSE:Factory checked 
in at 2020-07-16 12:16:42

Comparing /work/SRC/openSUSE:Factory/bitlbee (Old)
 and  /work/SRC/openSUSE:Factory/.bitlbee.new.3592 (New)


Package is "bitlbee"

Thu Jul 16 12:16:42 2020 rev:12 rq:820954 version:3.6

Changes:

--- /work/SRC/openSUSE:Factory/bitlbee/bitlbee.changes  2018-04-05 
15:35:23.520021595 +0200
+++ /work/SRC/openSUSE:Factory/.bitlbee.new.3592/bitlbee.changes
2020-07-16 12:17:55.970933177 +0200
@@ -1,0 +2,16 @@
+Tue Jul 14 16:05:02 UTC 2020 - Matej Cepl 
+
+- Update to 3.6:
+  - Removed msn, skype, oscar (icq/aim). For msn/skype use skypeweb, for
+ICQ use icyque. AIM is just dead.
+  - Fix twitter (disable stream setting, set tweet length to 280)
+Note that users of 3.5.1 and older can re-enable twitter support by
+changing these two settings:
+
+account twitter set stream off
+account twitter set message_length 280
+
+  - Add server-time IRCv3 capability
+  - Large performance improvements for large contact lists
+
+---

Old:

  bitlbee-3.5.1.tar.gz

New:

  bitlbee-3.6.tar.gz



Other differences:
--
++ bitlbee.spec ++
--- /var/tmp/diff_new_pack.6Jb6Sa/_old  2020-07-16 12:17:57.338934560 +0200
+++ /var/tmp/diff_new_pack.6Jb6Sa/_new  2020-07-16 12:17:57.342934564 +0200
@@ -19,7 +19,7 @@
 
 %define daemon_piddir /run/%{name}
 Name:   bitlbee
-Version:3.5.1
+Version:3.6
 Release:0
 Summary:IRC to other Chat Networks Gateway
 License:GPL-2.0-only

++ bitlbee-3.5.1.tar.gz -> bitlbee-3.6.tar.gz ++
 26923 lines of diff (skipped)




commit bitlbee for openSUSE:Factory

2018-04-05 Thread root
Hello community,

here is the log from the commit of package bitlbee for openSUSE:Factory checked 
in at 2018-04-05 15:35:19

Comparing /work/SRC/openSUSE:Factory/bitlbee (Old)
 and  /work/SRC/openSUSE:Factory/.bitlbee.new (New)


Package is "bitlbee"

Thu Apr  5 15:35:19 2018 rev:11 rq:593736 version:3.5.1

Changes:

--- /work/SRC/openSUSE:Factory/bitlbee/bitlbee.changes  2017-07-17 
09:12:19.262109979 +0200
+++ /work/SRC/openSUSE:Factory/.bitlbee.new/bitlbee.changes 2018-04-05 
15:35:23.520021595 +0200
@@ -1,0 +2,12 @@
+Tue Mar 13 19:13:45 UTC 2018 - 9+suse@cirno.systems
+
+- Add explicit build time dependency on Python 3.x
+  (fixes TW build)
+
+---
+Sat Feb 24 15:49:36 UTC 2018 - 9+suse@cirno.systems
+
+- Use systemd default ("control-group") KillMode for service
+  ("process" is not sufficient)
+
+---



Other differences:
--
++ bitlbee.spec ++
--- /var/tmp/diff_new_pack.g9E7iC/_old  2018-04-05 15:35:24.903971578 +0200
+++ /var/tmp/diff_new_pack.g9E7iC/_new  2018-04-05 15:35:24.907971433 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bitlbee
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -22,9 +22,9 @@
 Version:3.5.1
 Release:0
 Summary:IRC to other Chat Networks Gateway
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Networking/IRC
-Url:http://www.bitlbee.org/
+URL:http://www.bitlbee.org/
 Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
 Source2:%{name}.service-suse.in
 BuildRequires:  fdupes
@@ -33,6 +33,9 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  lzo-devel
 BuildRequires:  pkgconfig
+%if 0%{?suse_version} >= 1500
+BuildRequires:  python3-base
+%endif
 BuildRequires:  util-linux-systemd
 BuildRequires:  w3m
 BuildRequires:  xmlto
@@ -85,6 +88,9 @@
 
 %build
 # not autoconf - cannot use %%configure
+%if 0%{?suse_version} >= 1500
+PYTHON=python3 \
+%endif
 CFLAGS="%{optflags} -fno-strict-aliasing" \
 CXXFLAGS="%{optflags} -fno-strict-aliasing" \
 ./configure \

++ bitlbee.service-suse.in ++
--- /var/tmp/diff_new_pack.g9E7iC/_old  2018-04-05 15:35:24.947969988 +0200
+++ /var/tmp/diff_new_pack.g9E7iC/_new  2018-04-05 15:35:24.947969988 +0200
@@ -20,7 +20,6 @@
 ExecStart=/usr/sbin/bitlbee -F -u bitlbee
 PIDFile=/run/bitlbee/bitlbee.pid
 ExecReload=/bin/kill -HUP $MAINPID
-KillMode=process
 Restart=always
 
 [Install]




commit bitlbee for openSUSE:Factory

2017-07-17 Thread root
Hello community,

here is the log from the commit of package bitlbee for openSUSE:Factory checked 
in at 2017-07-17 09:12:18

Comparing /work/SRC/openSUSE:Factory/bitlbee (Old)
 and  /work/SRC/openSUSE:Factory/.bitlbee.new (New)


Package is "bitlbee"

Mon Jul 17 09:12:18 2017 rev:10 rq:510324 version:3.5.1

Changes:

--- /work/SRC/openSUSE:Factory/bitlbee/bitlbee.changes  2017-06-26 
15:56:47.621330266 +0200
+++ /work/SRC/openSUSE:Factory/.bitlbee.new/bitlbee.changes 2017-07-17 
09:12:19.262109979 +0200
@@ -1,0 +2,6 @@
+Mon Jul 10 10:29:45 UTC 2017 - jeng...@inai.de
+
+- Remove storytelling from description.
+- Command and comment cleaning.
+
+---



Other differences:
--
++ bitlbee.spec ++
--- /var/tmp/diff_new_pack.bFtftn/_old  2017-07-17 09:12:19.738042941 +0200
+++ /var/tmp/diff_new_pack.bFtftn/_new  2017-07-17 09:12:19.738042941 +0200
@@ -45,19 +45,9 @@
 Requires(pre):  shadow
 
 %description
-We are both console lovers. But it is annoying to have a few tty's open with
-chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which
-supports many chatprotocols. Why wasn't there such a thing for the console?
-
-The idea to port Gaim was easily thought of, of course. But we liked our IRC
-clients. And we used it the most, so we used it best. Importing it into the
-IRC client was a nice idea. But what if someone liked a different client. Then
-(s)he had to duplicate our work.
-
-That's a shame, we thought. Doing work twice is pointless. So when Wilmer got
-the ingenious thought in his mind while farming, to create an IRC to other
-chatnetworks gateway, we were both so excited, that we started working on it
-almost immediately. And the result is BitlBee.
+BitlBee is a gateway between instant messaging and an IRC client.
+With it, one's IRC client program can be reused and no extra IM program
+will need to run.
 
 This package comes with support for MSN, Jabber, Oscar and Yahoo, as well as
 enabled flood protection.
@@ -68,19 +58,9 @@
 Requires:   %{name} = %{version}
 
 %description doc
-We are both console lovers. But it is annoying to have a few tty's open with
-chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which
-supports many chatprotocols. Why wasn't there such a thing for the console?
-
-The idea to port Gaim was easily thought of, of course. But we liked our IRC
-clients. And we used it the most, so we used it best. Importing it into the
-IRC client was a nice idea. But what if someone liked a different client. Then
-(s)he had to duplicate our work.
-
-That's a shame, we thought. Doing work twice is pointless. So when Wilmer got
-the ingenious thought in his mind while farming, to create an IRC to other
-chatnetworks gateway, we were both so excited, that we started working on it
-almost immediately. And the result is BitlBee.
+BitlBee is a gateway between instant messaging and an IRC client.
+With it, one's IRC client program can be reused and no extra IM program
+will need to run.
 
 This package contains the user guide:
   %{_docdir}/%{name}/user-guide
@@ -91,19 +71,9 @@
 Requires:   %{name} = %{version}
 
 %description devel
-We are both console lovers. But it is annoying to have a few tty's open with
-chat things in them. IRC, ICQ, MSN, Jabber... For X there is Gaim, which
-supports many chatprotocols. Why wasn't there such a thing for the console?
-
-The idea to port Gaim was easily thought of, of course. But we liked our IRC
-clients. And we used it the most, so we used it best. Importing it into the
-IRC client was a nice idea. But what if someone liked a different client. Then
-(s)he had to duplicate our work.
-
-That's a shame, we thought. Doing work twice is pointless. So when Wilmer got
-the ingenious thought in his mind while farming, to create an IRC to other
-chatnetworks gateway, we were both so excited, that we started working on it
-almost immediately. And the result is BitlBee.
+BitlBee is a gateway between instant messaging and an IRC client.
+With it, one's IRC client program can be reused and no extra IM program
+will need to run.
 
 This package contains development files for external plugins.
 
@@ -111,14 +81,12 @@
 %setup -q
 
 # make it verbose!
-find . -name Makefile -exec sed -i.orig 's|@$(CC)|$(CC)|;s|@$(LD)|$(LD)|' {} \;
+find . -name Makefile -exec sed -i.orig 's|@$(CC)|$(CC)|;s|@$(LD)|$(LD)|' {} +
 
 %build
-
-# not autoconf
+# not autoconf - cannot use %%configure
 CFLAGS="%{optflags} -fno-strict-aliasing" \
 CXXFLAGS="%{optflags} -fno-strict-aliasing" \
-# FIXME: you should use the %%configure macro
 ./configure \
 --prefix="%{_prefix}" \
 --bindir="%{_sbindir}" \




commit bitlbee for openSUSE:Factory

2017-06-26 Thread root
Hello community,

here is the log from the commit of package bitlbee for openSUSE:Factory checked 
in at 2017-06-26 15:56:46

Comparing /work/SRC/openSUSE:Factory/bitlbee (Old)
 and  /work/SRC/openSUSE:Factory/.bitlbee.new (New)


Package is "bitlbee"

Mon Jun 26 15:56:46 2017 rev:9 rq:506199 version:3.5.1

Changes:

--- /work/SRC/openSUSE:Factory/bitlbee/bitlbee.changes  2017-03-08 
01:16:21.894383835 +0100
+++ /work/SRC/openSUSE:Factory/.bitlbee.new/bitlbee.changes 2017-06-26 
15:56:47.621330266 +0200
@@ -1,0 +2,9 @@
+Wed Jun 14 12:05:51 UTC 2017 - tchva...@suse.com
+
+- Drop the xinetd service from the package
+  * We are switching to socket services, on this service it does
+not make much sense to actually enable it like that thus
+simply drom the xinetd binding
+- Remove always true version check
+
+---

Old:

  bitlbee.xinetd-suse.in



Other differences:
--
++ bitlbee.spec ++
--- /var/tmp/diff_new_pack.LmXNlt/_old  2017-06-26 15:56:48.137257502 +0200
+++ /var/tmp/diff_new_pack.LmXNlt/_new  2017-06-26 15:56:48.137257502 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bitlbee
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -26,7 +26,6 @@
 Group:  Productivity/Networking/IRC
 Url:http://www.bitlbee.org/
 Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
-Source1:%{name}.xinetd-suse.in
 Source2:%{name}.service-suse.in
 BuildRequires:  fdupes
 BuildRequires:  glibc-devel
@@ -34,6 +33,7 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  lzo-devel
 BuildRequires:  pkgconfig
+BuildRequires:  util-linux-systemd
 BuildRequires:  w3m
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(glib-2.0)
@@ -42,12 +42,7 @@
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(zlib)
 Requires:   logrotate
-Requires:   xinetd
 Requires(pre):  shadow
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1310
-BuildRequires:  util-linux-systemd
-%endif
 
 %description
 We are both console lovers. But it is annoying to have a few tty's open with
@@ -162,10 +157,6 @@
 make DESTDIR=%{buildroot} install install-etc
 make DESTDIR=%{buildroot} install-dev
 
-install -d "%{buildroot}%{_sysconfdir}/xinetd.d"
-sed -e "s+@@BITLBEE@@+%{_sbindir}/bitlbee+g" \
-< "%{SOURCE1}" > "%{buildroot}%{_sysconfdir}/xinetd.d/bitlbee"
-
 %fdupes -s
 
 install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
@@ -203,7 +194,6 @@
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc %dir %{_docdir}/%{name}
-%config(noreplace) %{_sysconfdir}/xinetd.d/bitlbee
 %attr(0750,root,bitlbee) %dir %{_sysconfdir}/bitlbee
 %{_unitdir}/%{name}.service
 %{_sbindir}/rc%{name}




commit bitlbee for openSUSE:Factory

2017-03-07 Thread root


binNgDZdNY0Ti.bin
Description: Binary data


commit bitlbee for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package bitlbee for openSUSE:Factory checked 
in at 2017-02-02 15:42:52

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  2016-07-20 
09:19:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.bitlbee.new/bitlbee.changes 2017-02-03 
17:32:02.056825281 +0100
@@ -1,0 +2,51 @@
+Tue Jan 24 08:20:23 UTC 2017 - shshyukr...@suse.com
+
+- Version update to 3.5:
+ * ui:
+"chat list": shows a list of existing server-side chatrooms.
+With some protocols, this is often the only way to add new channels.
+See 'help chat list' for details.
+"plugins": lists the installed plugins and their versions
+Add 'nick_lowercase' and 'nick_underscores' settings.
+"handle_unknown" can be set per-account, not just globally
+ * jabber:
+Add "always_use_nicks" channel setting, for non-anonymous MUCs (trac #415)
+See 'help set always_use_nicks' for possible side effects.
+Properly handle rejected file transfers
+Don't send parts in a chat if someone is still connected from other devices
+hipchat: support personal oauth tokens (manually generated ones)
+ * twitter:
+Hide muted tweets / no-retweets, add mute/unmute commands
+Show full version of extended tweets (with slightly more than 140 chars)
+ * purple:
+Support setting chat room topics
+Support for extra groupchat settings. Shows an error if any required ones 
are missing.
+ Look for purple_ prefixed settings in "chan #... set"
+SIPE: persistent chats can be joined now, thanks to the "chat list" command
+ and the above ("purple_uri" channel setting)
+Fix a file transfer crash bug (Mainly affected telegram)
+Honor protocol flag to not require a password (used in hangouts, telegram)
+Set the contacts' nicks to the %full_name for a few whitelisted protocols 
(hangouts, funyahoo, icq, line)
+LINE: added a hack to save its auth token, to avoid re-auth every time
+Show self-messages in groupchat backlogs (before join)
+ *yahoo:
+Removed because they killed their old protocol on a two month notice.
+Use EionRobb's funyahoo purple plugin, or better yet, don't use yahoo.
+ *Stuff for enterprise deployments:
+Locked down accounts, useful when pregenerating user config files.
+An account that is marked with the locked="true" attribute can't be removed
+and its username/password can't be changed.
+Locked down settings. Same as above, but for individual account settings.
+AllowAccountAdd setting in bitlbee.conf, to disable adding new accounts.
+PAM and LDAP authentication backends (not compiled by default)
+ *For packagers:
+Enabled debug symbols in non-debug builds, disabled stripping by default.
+This is closer to the default behavior of autotools,
+and --debug=1 is mostly to set the DEBUG macro and disable optimization.
+ *For plugin devs:
+Plugins should now include an "init_plugin_info" function which will be 
used
+for ABI version checking in the future.
+It's optional for now, but will be enforced later. 
+
+
+---

Old:

  bitlbee-3.4.2.tar.gz

New:

  bitlbee-3.5.tar.gz



Other differences:
--
++ bitlbee.spec ++
--- /var/tmp/diff_new_pack.xqjPKj/_old  2017-02-03 17:32:02.500762448 +0100
+++ /var/tmp/diff_new_pack.xqjPKj/_new  2017-02-03 17:32:02.504761882 +0100
@@ -19,7 +19,7 @@
 
 %define daemon_piddir /run/%{name}
 Name:   bitlbee
-Version:3.4.2
+Version:3.5
 Release:0
 Summary:IRC to other Chat Networks Gateway
 License:GPL-2.0

++ bitlbee-3.4.2.tar.gz -> bitlbee-3.5.tar.gz ++
 16182 lines of diff (skipped)




commit bitlbee for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package bitlbee for openSUSE:Factory checked 
in at 2016-07-20 09:19:23

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  2016-06-21 
12:29:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.bitlbee.new/bitlbee.changes 2016-07-20 
09:19:27.0 +0200
@@ -1,0 +2,5 @@
+Sun Jun 19 22:14:19 UTC 2016 - jeng...@inai.de
+
+- Compact filelist
+
+---



Other differences:
--
++ bitlbee.spec ++
--- /var/tmp/diff_new_pack.9Ltr8K/_old  2016-07-20 09:19:29.0 +0200
+++ /var/tmp/diff_new_pack.9Ltr8K/_new  2016-07-20 09:19:29.0 +0200
@@ -222,43 +222,7 @@
 
 %files devel
 %defattr(-,root,root)
-%dir %{_includedir}/bitlbee
-%{_includedir}/bitlbee/account.h
-%{_includedir}/bitlbee/arc.h
-%{_includedir}/bitlbee/base64.h
-%{_includedir}/bitlbee/bee.h
-%{_includedir}/bitlbee/bitlbee.h
-%{_includedir}/bitlbee/commands.h
-%{_includedir}/bitlbee/conf.h
-%{_includedir}/bitlbee/config.h
-%{_includedir}/bitlbee/dcc.h
-%{_includedir}/bitlbee/events.h
-%{_includedir}/bitlbee/ft.h
-%{_includedir}/bitlbee/ftutil.h
-%{_includedir}/bitlbee/help.h
-%{_includedir}/bitlbee/http_client.h
-%{_includedir}/bitlbee/ini.h
-%{_includedir}/bitlbee/ipc.h
-%{_includedir}/bitlbee/irc.h
-%{_includedir}/bitlbee/json.h
-%{_includedir}/bitlbee/json_util.h
-%{_includedir}/bitlbee/log.h
-%{_includedir}/bitlbee/md5.h
-%{_includedir}/bitlbee/misc.h
-%{_includedir}/bitlbee/nick.h
-%{_includedir}/bitlbee/nogaim.h
-%{_includedir}/bitlbee/oauth.h
-%{_includedir}/bitlbee/oauth2.h
-%{_includedir}/bitlbee/otr.h
-%{_includedir}/bitlbee/proxy.h
-%{_includedir}/bitlbee/query.h
-%{_includedir}/bitlbee/set.h
-%{_includedir}/bitlbee/sha1.h
-%{_includedir}/bitlbee/sock.h
-%{_includedir}/bitlbee/ssl_client.h
-%{_includedir}/bitlbee/storage.h
-%{_includedir}/bitlbee/url.h
-%{_includedir}/bitlbee/xmltree.h
+%{_includedir}/bitlbee/
 %{_libdir}/pkgconfig/bitlbee.pc
 
 %changelog




commit bitlbee for openSUSE:Factory

2016-06-21 Thread h_root
Hello community,

here is the log from the commit of package bitlbee for openSUSE:Factory checked 
in at 2016-06-21 11:30:34

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-30 
10:18:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.bitlbee.new/bitlbee.changes 2016-06-21 
12:29:12.0 +0200
@@ -1,0 +2,32 @@
+Sat Jun 18 12:48:00 UTC 2016 - tchva...@suse.com
+
+- Install devel files to be able to build plugins
+
+---
+Sat Jun 18 12:43:33 UTC 2016 - tchva...@suse.com
+
+- Drop sle11 support as we run it on sle12
+
+---
+Sat Jun 18 12:37:27 UTC 2016 - tchva...@suse.com
+
+- Version update to 3.4.2:
+  * irc: Self-messages (messages sent by yourself from other IM clients). 
IRCv3.1
+  * support and part of 3.2. Many important groupchat related bugfixes.
+  * jabber: Carbons, see help set carbons. Removed facebook XMPP, use
+  * bitlbee-facebook instead. SASL ANONYMOUS login, see help set anonymous.
+  * hipchat: Channels can now be added with chat add hipchat "channel name" 
which
+tries to guess the channel JID. Read more
+  * skype: Show all messages as groupchats since we can't tell which ones are
+private. This plugin is mostly-deprecated and mostly-broken, use the 
skypeweb
+  * purple plugin or msn instead.
+  * purple: Fix problems remembering SSL certificates as trusted. Groupchat 
related
+fixes. Better error reporting. Fixed setting jabber away states.
+  * And lots of bugfixes / stability improvements.
+
+---
+Sat Jun 18 12:36:01 UTC 2016 - tchva...@suse.com
+
+- Cleanup a bit with spec-cleaner and remove sle10 support for readability
+
+---

Old:

  bitlbee-3.4.1.tar.gz
  bitlbee.init.d-suse.in

New:

  bitlbee-3.4.2.tar.gz



Other differences:
--
++ bitlbee.spec ++
--- /var/tmp/diff_new_pack.gaW70K/_old  2016-06-21 12:29:12.0 +0200
+++ /var/tmp/diff_new_pack.gaW70K/_new  2016-06-21 12:29:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bitlbee
 #
-# Copyright (c) 2014-2015 SUSE Linux GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser 
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,27 +17,9 @@
 #
 
 
-# Define way to log messages for the machine:
-%define nnmmsg logger -t %{name}/rpm
-
-%if 0%{?suse_version} > 1110
-%define with_libotr 1
-%endif
-
-#define systemd macro on post-12.3 systems only:
-%if 0%{?suse_version}  >= 1310
- %define with_systemd 1
-%else
- %define with_systemd 0
-%endif
-# define patch where the service will have pid and socket store:
-%if 0%{?suse_version}  >= 1310
- %define daemon_piddir /run/%{name}
-%else
- %define daemon_piddir %{_localstatedir}/run/%{name}
-%endif
+%define daemon_piddir /run/%{name}
 Name:   bitlbee
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:IRC to other Chat Networks Gateway
 License:GPL-2.0
@@ -46,40 +28,26 @@
 Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
 Source1:%{name}.xinetd-suse.in
 Source2:%{name}.service-suse.in
-Source3:%{name}.init.d-suse.in
-BuildRequires:  gcc
-BuildRequires:  glib2-devel
+BuildRequires:  fdupes
 BuildRequires:  glibc-devel
 BuildRequires:  gnutls-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  lzo-devel
-BuildRequires:  make
 BuildRequires:  pkgconfig
 BuildRequires:  w3m
-BuildRequires:  zlib-devel
+BuildRequires:  xmlto
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libotr) >= 4.0.0
+BuildRequires:  pkgconfig(purple)
+BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(zlib)
 Requires:   logrotate
 Requires:   xinetd
-Requires(pre):  %{_sbindir}/groupadd
-Requires(pre):  %{_sbindir}/useradd
+Requires(pre):  shadow
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1010
-BuildRequires:  xmlto
-%endif
-%if 0%{?suse_version} >= 1030
-BuildRequires:  fdupes
-%endif
-%if 0%{?with_libotr:1}
-BuildRequires:  libotr-devel >= 4.0.0
-%endif
-%if 0%{?suse_version} >= 1110
-BuildRequires:  libpurple-devel
-%endif
-%if %{with_systemd}
-BuildRequires:  systemd
 %if 0%{?suse_version} > 1310
 BuildRequires:  util-linux-systemd
 %endif
-%endif
 
 %description
 We are both console lovers. But it is annoying to have a few tty's open 

commit bitlbee for openSUSE:Factory

2015-06-30 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.bitlbee.new/bitlbee.changes 2015-06-30 
10:18:11.0 +0200
@@ -1,0 +2,29 @@
+Fri Jun 26 17:33:25 UTC 2015 - lmue...@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 - vmik...@vmiklos.hu
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.pnFdfc/_new  2015-06-30 10:18:12.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.pnFdfc/_new  2015-06-30 10:18:12.0 +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]




commit bitlbee for openSUSE:Factory

2015-06-16 Thread h_root
Hello community,

here is the log from the commit of package bitlbee for openSUSE:Factory checked 
in at 2015-06-16 14:06:04

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-05-02 
21:39:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.bitlbee.new/bitlbee.changes 2015-06-16 
14:06:22.0 +0200
@@ -1,0 +2,5 @@
+Tue Jun 16 08:24:51 UTC 2015 - m...@suse.com
+
+- Enable sipe protocol (http://wiki.bitlbee.org/bitlbee-sipe)
+
+---



Other differences:
--
++ bitlbee.spec ++
--- /var/tmp/diff_new_pack.zA7k2l/_old  2015-06-16 14:06:23.0 +0200
+++ /var/tmp/diff_new_pack.zA7k2l/_new  2015-06-16 14:06:23.0 +0200
@@ -157,6 +157,7 @@
 --twitter=1 \
 --oscar=1 \
 --yahoo=1 \
+--sipe=1 \
 --debug=0 \
 --strip=0 \
 --gcov=0 \




commit bitlbee for openSUSE:Factory

2015-05-02 Thread h_root
Hello community,

here is the log from the commit of package bitlbee for openSUSE:Factory checked 
in at 2015-05-02 21:39:40

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  2014-12-16 
14:47:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.bitlbee.new/bitlbee.changes 2015-05-02 
21:39:41.0 +0200
@@ -1,0 +2,58 @@
+Thu Apr 23 18:45:03 UTC 2015 - lmue...@suse.com
+
+- Let systemd start bitlbee in fork daemon mode by default.
+- Cleanup of the spec file, the init script, and the systemd configuration.
+
+---
+Thu Apr 23 13:40:28 UTC 2015 - lmue...@suse.com
+
+- Require util-linux-systemd at build time on post-13.1 systems.
+
+---
+Wed Apr 22 19:41:55 UTC 2015 - lmue...@suse.com
+
+- update to 3.4:
+  Some API/ABI changes. Recompiling third party plugins is required!
+  Important bugfixes:
+  * Fix memory leak when calling word_wrap() on groupchat messages (dx)
+  * Fix segfault after a file transfer is complete (dx)
+  * Fix bug where NSS would refuse to work in forkdaemon mode (dx)
+  * Fix several bugs with UTF8 nicks (dx)
+  * Fix some nasty deadlocks that appared mostly with libpurple (dx)
+  General changes:
+  * Add a 'pattern' parameter to the blist command, to filter it (tribut)
+  * Implemented /kick support, only supported by purple for now (jgeboski)
+  * Add a special state to show_users (mapped to the % prefix) (jgeboski)
+  * Improved support for cygwin, openbsd and darwin (jcopenha)
+  * Create temporary users instead of showing Message from unknown
+participant (jgeboski)
+  purple:
+  * Local contact lists for gadugadu and whatsapp (dx)
+  * Add topic and name_hint to groupchats (seirl)
+  * Support for 'input' requests (such as telegram auth codes) (seirl)
+Note that telegram-purple itself is rather unstable ATM, it may crash.
+  jabber:
+  * Handle compressed DNS responses in SRV lookup (jcopenha)
+  * Fix case sensitivity issues with JIDs (GRMrGecko, dx)
+  * Implement XEP-0203 style message timestamps (dx)
+  * Fix Server claims your JID is X instead of Y warnings (dx)
+  * Account-wide display_name setting, mostly for hipchat (dx)
+  twitter:
+  * Filter channels. Search by keyword/hashtag or a list of users (jgeboski)
+  * Fix bug in reply command which removed the first quote character (dx)
+  * Add rawreply command, like reply but bitlbee won't add @mention (WillP)
+  * Add support for The United States of America (favorite/fav aliases) (dx)
+  * Default show_old_mentions to 0 (dx)
+  * Start stream from last tweet on connect/reconnect (roger)
+  msn:
+  * Disabled module by default. The protocol we used (MSNP18) stopped working
+last week. This is being worked on, but it's far from ready for release.
+- Remove obsoleted COPYING.patch
+
+---
+Wed Apr 22 19:25:08 UTC 2015 - lmue...@suse.com
+
+- Enhance the service file to start in daemon mode and as user bitlbee and
+  create a user group too while calling useradd on install; (boo#928228).
+
+---

Old:

  COPYING.patch
  bitlbee-3.2.2.tar.gz

New:

  bitlbee-3.4.tar.gz



Other differences:
--
++ bitlbee.spec ++
--- /var/tmp/diff_new_pack.NVjUn5/_old  2015-05-02 21:39:42.0 +0200
+++ /var/tmp/diff_new_pack.NVjUn5/_new  2015-05-02 21:39:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bitlbee
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014-2015 SUSE Linux GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Pascal Bleser pascal.ble...@opensuse.org
 #
 # All modifications and additions to the file contributed by third parties
@@ -24,7 +24,7 @@
 %define with_libotr 1
 %endif
 
-#define systemd for the new OpenSUSE only:
+#define systemd macro on post-12.3 systems only:
 %if 0%{?suse_version}  = 1310
  %define with_systemd 1
 %else
@@ -37,7 +37,7 @@
  %define daemon_piddir %{_localstatedir}/run/%{name}
 %endif
 Name:   bitlbee
-Version:3.2.2
+Version:3.4
 Release:0
 Summary:IRC to other Chat Networks Gateway
 License:GPL-2.0
@@ -47,7 +47,6 @@
 Source1:%{name}.xinetd-suse.in
 Source2:%{name}.service-suse.in
 Source3:%{name}.init.d-suse.in
-Patch0: COPYING.patch
 BuildRequires:  gcc
 BuildRequires:  glib2-devel
 BuildRequires:  glibc-devel
@@ -76,7 +75,7 @@
 %endif
 %if %{with_systemd}
 BuildRequires:  systemd
-%if