Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package exim for openSUSE:Factory checked in at 2021-07-16 00:00:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/exim (Old) and /work/SRC/openSUSE:Factory/.exim.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "exim" Fri Jul 16 00:00:43 2021 rev:67 rq:906449 version:4.94.2 Changes: -------- --- /work/SRC/openSUSE:Factory/exim/exim.changes 2021-05-17 18:46:07.940415468 +0200 +++ /work/SRC/openSUSE:Factory/.exim.new.2625/exim.changes 2021-07-16 00:03:15.188335245 +0200 @@ -1,0 +2,5 @@ +Thu Jul 8 06:08:34 UTC 2021 - Steve Kowalik <[email protected]> + +- Update eximstats-html-update.py to run under Python 3. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exim.spec ++++++ --- /var/tmp/diff_new_pack.tCdOS6/_old 2021-07-16 00:03:15.780330501 +0200 +++ /var/tmp/diff_new_pack.tCdOS6/_new 2021-07-16 00:03:15.784330469 +0200 @@ -1,7 +1,7 @@ # # spec file for package exim # -# Copyright (c) 2019 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 @@ -53,7 +53,9 @@ BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xt) URL: http://www.exim.org/ -Conflicts: sendmail sendmail-tls postfix +Conflicts: postfix +Conflicts: sendmail +Conflicts: sendmail-tls Provides: smtp_daemon %if %{?suse_version:%suse_version}%{?!suse_version:0} > 800 Requires: logrotate @@ -73,7 +75,7 @@ Requires(pre): fileutils textutils %endif Version: 4.94.2 -Release: 2 +Release: 0 %if %{with_mysql} BuildRequires: mysql-devel %endif ++++++ eximstats-html-update.py ++++++ --- /var/tmp/diff_new_pack.tCdOS6/_old 2021-07-16 00:03:15.916329411 +0200 +++ /var/tmp/diff_new_pack.tCdOS6/_new 2021-07-16 00:03:15.916329411 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import os, os.path, glob @@ -16,7 +16,7 @@ if os.path.exists(outdir): continue - print 'processing', daystr + print('processing', daystr) os.mkdir(outdir) if ext == '.gz':
