Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package inn for openSUSE:Factory checked in at 2021-07-12 21:40:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inn (Old) and /work/SRC/openSUSE:Factory/.inn.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inn" Mon Jul 12 21:40:23 2021 rev:42 rq:905790 version:2.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/inn/inn.changes 2021-02-15 23:20:20.635758174 +0100 +++ /work/SRC/openSUSE:Factory/.inn.new.2625/inn.changes 2021-07-12 21:40:53.151801829 +0200 @@ -1,0 +2,5 @@ +Mon Jul 12 06:31:23 UTC 2021 - Steve Kowalik <[email protected]> + +- Switch BuildRequires to python3-devel, to build using Python 3. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inn.spec ++++++ --- /var/tmp/diff_new_pack.me1G3r/_old 2021-07-12 21:40:53.707797447 +0200 +++ /var/tmp/diff_new_pack.me1G3r/_new 2021-07-12 21:40:53.711797415 +0200 @@ -1,7 +1,7 @@ # # spec file for package inn # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %if "%{_libexecdir}"=="/usr/libexec" %define search usr\\/libexec %define nslash usr/libexec @@ -28,21 +29,24 @@ BuildRequires: openssl-devel BuildRequires: pam-devel BuildRequires: postfix -BuildRequires: python-devel +BuildRequires: python3-devel BuildRequires: zlib-devel BuildRequires: perl(GD) BuildRequires: perl(MIME::Parser) URL: https://www.isc.org/othersoftware/#INN Summary: InterNetNews -License: GPL-2.0-or-later AND BSD-4-Clause +License: BSD-4-Clause AND GPL-2.0-or-later Group: Productivity/Networking/News/Servers Provides: inn_pkg Provides: nntp_daemon -Conflicts: cnews nntpd mininews -PreReq: perl permissions +Conflicts: cnews +Conflicts: mininews +Conflicts: nntpd +PreReq: perl +PreReq: permissions +PreReq: group(news) PreReq: group(uucp) PreReq: user(news) -PreReq: group(news) Requires: perl-MIME-tools Requires: perl(GD) Requires: perl(MIME::Parser) @@ -87,9 +91,9 @@ Group: Productivity/Networking/News/Utilities Provides: nntp_daemon PreReq: permissions +PreReq: group(news) PreReq: group(uucp) PreReq: user(news) -PreReq: group(news) %description -n mininews Rich Salz's InterNetNews news transport system.
