Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qtodotxt for openSUSE:Factory checked in at 2023-05-01 18:51:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qtodotxt (Old) and /work/SRC/openSUSE:Factory/.qtodotxt.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qtodotxt" Mon May 1 18:51:11 2023 rev:6 rq:1083766 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qtodotxt/qtodotxt.changes 2017-06-26 15:55:52.237140477 +0200 +++ /work/SRC/openSUSE:Factory/.qtodotxt.new.1533/qtodotxt.changes 2023-05-01 18:51:11.625359681 +0200 @@ -1,0 +2,5 @@ +Sun Apr 30 13:54:50 UTC 2023 - Bernd Singer <sin...@nefkom.net> + +- Fix a crash with Python >= 3.10. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qtodotxt.spec ++++++ --- /var/tmp/diff_new_pack.ImlHP8/_old 2023-05-01 18:51:12.633365665 +0200 +++ /var/tmp/diff_new_pack.ImlHP8/_new 2023-05-01 18:51:12.637365688 +0200 @@ -1,7 +1,7 @@ # # spec file for package qtodotxt # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,9 +21,9 @@ Version: 1.9.0 Release: 0 Summary: User interface client for todo.txt files -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Office/Organizers -Url: https://github.com/mNantern/QTodoTxt +URL: https://github.com/mNantern/QTodoTxt Source: https://github.com/mNantern/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz BuildRequires: ImageMagick BuildRequires: fdupes @@ -45,6 +45,8 @@ %prep %setup -q -n %{_name}-%{version} sed -e 's/^Icon=.*$/Icon=%{name}/;/^Keywords/d' packaging/Debian/%{name}.desktop > %{name}.desktop +# Patch for compatibility (Python >= 3.10) - already reported to Upstream +sed -e 's|sz\.height()) / 2)|sz.height()) // 2)|' -i qtodotxt/ui/views/tasks_search_view.py %build python3 setup.py build