Changes of Revision 62
pykolab.spec
Changed
x
1
2
3
Summary: Kolab Groupware Solution
4
Name: pykolab
5
-Version: 0.8.20
6
-Release: 2%{?dist}
7
+Version: 0.8.21
8
+Release: 1%{?dist}
9
License: GPLv3+
10
Group: Applications/System
11
URL: http://kolab.org/
12
13
%attr(0700,%{kolab_user},%{kolab_group}) %dir %{_var}/spool/pykolab/wallace
14
15
%changelog
16
+* Fri Feb 4 2022 Jeroen van Meeuwen <vanmeeuwen@apheleia-it.ch> - 0.8.21-1
17
+- Release of version 0.8.21
18
+
19
* Thu Feb 3 2022 Christoph Erhardt <kolab@sicherha.de> - 0.8.20-2
20
- Fix TypeError in logger
21
22
debian.changelog
Changed
11
1
2
+pykolab (0.8.21-0~kolab1) unstable; urgency=low
3
+
4
+ * Release of version 0.8.21
5
+
6
+ -- Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> Fri, 4 Feb 2022 01:49:00 +0100
7
+
8
pykolab (0.8.20-0~kolab2) unstable; urgency=low
9
10
* Fix TypeError in logger
11
pykolab-0.8.20.tar.gz/configure.ac -> pykolab-0.8.21.tar.gz/configure.ac
Changed
7
1
2
-AC_INIT(pykolab, 0.8.20)
3
+AC_INIT(pykolab, 0.8.21)
4
AC_SUBST(RELEASE, 1)
5
6
AC_CONFIG_SRCDIR(pykolab/constants.py.in)
7
pykolab-0.8.20.tar.gz/pykolab/logger.py -> pykolab-0.8.21.tar.gz/pykolab/logger.py
Changed
19
1
2
os.chmod(self.logfile, '0660')
3
4
except Exception as errmsg:
5
- self.error(
6
+ print(
7
_("Could not change permissions on %s: %r") % (self.logfile, errmsg)
8
)
9
10
11
12
except Exception as errmsg:
13
if os.path.isfile(self.logfile):
14
- self.error(_("Could not change permissions on %s: %r") % (self.logfile, errmsg))
15
+ print(_("Could not change permissions on %s: %r") % (self.logfile, errmsg))
16
if self.debuglevel > 8:
17
import traceback
18
traceback.print_exc()
19
pykolab.dsc
Changed
17
1
2
Source: pykolab
3
Binary: pykolab, kolab-cli, kolab-conf, kolab-saslauthd, kolab-server, kolab-telemetry, kolab-xml, wallace
4
Architecture: all
5
-Version: 0.8.20-0~kolab2
6
+Version: 0.8.21-0~kolab1
7
Maintainer: Jeroen van Meeuwen <vanmeeuwen@kolabsys.com>
8
Uploaders: Paul Klos <kolab@klos2day.nl>
9
Homepage: http://www.kolab.org
10
11
pykolab deb python optional
12
wallace deb python optional
13
Files:
14
- 00000000000000000000000000000000 0 pykolab-0.8.20.tar.gz
15
+ 00000000000000000000000000000000 0 pykolab-0.8.21.tar.gz
16
00000000000000000000000000000000 0 debian.tar.gz
17