Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pentobi for openSUSE:Factory checked in at 2023-03-09 17:45:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pentobi (Old) and /work/SRC/openSUSE:Factory/.pentobi.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pentobi" Thu Mar 9 17:45:16 2023 rev:7 rq:1070330 version:23.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pentobi/pentobi.changes 2022-05-19 22:49:17.626332871 +0200 +++ /work/SRC/openSUSE:Factory/.pentobi.new.31432/pentobi.changes 2023-03-09 17:45:31.530839414 +0100 @@ -1,0 +2,53 @@ +Thu Mar 9 06:40:14 UTC 2023 - Dmitriy Perlow <dap.darkn...@gmail.com> + +- ExclusiveArch because of pkgconfig(Qt6WebView) availability. + +------------------------------------------------------------------- +Mon Mar 6 19:08:27 UTC 2023 - Martin Hauke <mar...@gmx.de> + +- Update to version 23.0 + * Use native file dialogs on Linux to make loading and saving of + games work with flatpak. +# This adds a run-time dependency on package +# qml6-module-qtquick-dialogs (on Debian). + * Prefix MIME config and icons with io.sourceforge.pentobi, such + that registering Pentobi as an app for its game files works + with flatpak. + * Removed option to disable animations. + * Removed menu item Open Clipboard. + * Require C++ compiler with C++20 support. + * Minimum required Qt version is now 6.4 + * Removed custom CMake module to find path of Docbook XSL and let + the local XML catalog do the mapping between URL and path. + * Don't initialize move number dialog with current move but show + it as placeholder text. +- Update to version 22.0 + * Fixed game analysis hanging on some platforms. + * Don't use custom menu implementation, which caused problems in + dark mode on Android and KDE 5. As a consequence, shortcuts + are no longer shown on the menu but documented in the Pentobi + manual. + * Made navigation links in help viewer part of the scrollable + page to avoid a bug in Qt that made the text sometimes + disappear if a navigation link was pressed with a scrolled + page. + * Help window shortcuts stopped working after mouse click with + Qt 6.4. + +------------------------------------------------------------------- +Tue Jan 31 23:40:41 UTC 2023 - Martin Hauke <mar...@gmx.de> + +- Update to version 21.1 + * Fixed game analysis hanging on some platforms. + * Don't use custom menu implementation, which caused problems in + dark mode on Android and KDE 5. As a consequence, shortcuts + are no longer shown on the menu but documented in the Pentobi + manual. + * Made navigation links in help viewer part of the scrollable + page to avoid a bug in Qt that made the text sometimes + disappear if a navigation link was pressed with a scrolled + page. + * Help window shortcuts stopped working after mouse click with + Qt 6.4. + +------------------------------------------------------------------- Old: ---- pentobi-21.0.tar.xz New: ---- pentobi-23.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pentobi.spec ++++++ --- /var/tmp/diff_new_pack.0L7HqZ/_old 2023-03-09 17:45:32.050842181 +0100 +++ /var/tmp/diff_new_pack.0L7HqZ/_new 2023-03-09 17:45:32.050842181 +0100 @@ -1,7 +1,7 @@ # # spec file for package pentobi # -# Copyright (c) 2022 SUSE LLC +# 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 @@ -17,28 +17,30 @@ Name: pentobi -Version: 21.0 +Version: 23.0 Release: 0 Summary: Program to play the board game Blokus License: GPL-3.0-only Group: Amusements/Games/Strategy/Other URL: http://pentobi.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz +# unresolvable: nothing provides pkgconfig(Qt6WebView) +ExclusiveArch: x86_64 aarch64 BuildRequires: cmake >= 3.18 BuildRequires: docbook-xsl-stylesheets BuildRequires: extra-cmake-modules BuildRequires: gcc-c++ BuildRequires: itstool BuildRequires: kio-devel -BuildRequires: libqt5-linguist-devel BuildRequires: libxslt-tools BuildRequires: pkgconfig +BuildRequires: qt6-linguist-devel BuildRequires: rsvg-convert -BuildRequires: pkgconfig(Qt5Concurrent) -BuildRequires: pkgconfig(Qt5Core) >= 5.15 -BuildRequires: pkgconfig(Qt5QuickControls2) -BuildRequires: pkgconfig(Qt5WebView) -BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt6Concurrent) +BuildRequires: pkgconfig(Qt6Core) >= 6.4 +BuildRequires: pkgconfig(Qt6QuickControls2) +BuildRequires: pkgconfig(Qt6WebView) +BuildRequires: pkgconfig(Qt6Widgets) BuildRequires: pkgconfig(appstream) Requires(post): hicolor-icon-theme Requires(post): update-desktop-files @@ -87,8 +89,6 @@ %{_bindir}/pentobi-thumbnailer %dir %{_datadir}/thumbnailers %{_datadir}/thumbnailers/pentobi.thumbnailer -%{_libdir}/qt5/plugins/pentobi-thumbnail.so -%{_datadir}/kservices5/pentobi-thumbnail.desktop %{_mandir}/man6/pentobi-thumbnailer.6%{?ext_man} %{_mandir}/*/man6/pentobi-thumbnailer.6%{?ext_man} ++++++ pentobi-21.0.tar.xz -> pentobi-23.0.tar.xz ++++++ ++++ 9010 lines of diff (skipped)