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 - [email protected] + +- Add explicit build time dependency on Python 3.x + (fixes TW build) + +------------------------------------------------------------------- +Sat Feb 24 15:49:36 UTC 2018 - [email protected] + +- 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 <[email protected]> # # 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]
