Accepting request 977877 from home:mnhauke:games

- Update to version 21.0
  * New help viewer implementation, which includes DocBook files
    in the resources. This avoids using an external browser, which
    did not work with all installation directories on Ubuntu 21.10
    because Firefox and Chromium have restricted access to local
    files, or using WebView, which is not supported on all Linux
    architectures or in Qt 6.0/6.1.
  * Fixed visibility of labels on Callisto 1x1-piece in dark theme.
  * Fixed rendering issues on Android with Qt 6.3.0.
  * Fixed detection of loaded files or autosaved games modified by
    another application.

OBS-URL: https://build.opensuse.org/request/show/977877
OBS-URL: https://build.opensuse.org/package/show/games/pentobi?expand=0&rev=17
This commit is contained in:
Ferdinand Thiessen 2022-05-18 10:00:25 +00:00 committed by Git OBS Bridge
parent 02e6f0a2aa
commit 3bb537a6b8
4 changed files with 19 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc890dc38c201e401af8aa9c617c02eb9ff19f732af450e1293d06573dbbde87
size 471164

3
pentobi-21.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04019e7b1ff074bb792f950f91b93e8463303e278897bd56e1073a3e85499e22
size 471924

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed May 18 07:01:57 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 21.0
* New help viewer implementation, which includes DocBook files
in the resources. This avoids using an external browser, which
did not work with all installation directories on Ubuntu 21.10
because Firefox and Chromium have restricted access to local
files, or using WebView, which is not supported on all Linux
architectures or in Qt 6.0/6.1.
* Fixed visibility of labels on Callisto 1x1-piece in dark theme.
* Fixed rendering issues on Android with Qt 6.3.0.
* Fixed detection of loaded files or autosaved games modified by
another application.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 23 15:33:40 UTC 2022 - Martin Hauke <mardnh@gmx.de> Sun Jan 23 15:33:40 UTC 2022 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,7 +17,7 @@
Name: pentobi Name: pentobi
Version: 20.0 Version: 21.0
Release: 0 Release: 0
Summary: Program to play the board game Blokus Summary: Program to play the board game Blokus
License: GPL-3.0-only License: GPL-3.0-only
@ -72,16 +72,6 @@ Pentobi game files.
%install %install
%cmake_install %cmake_install
%if 0%{?suse_version} < 1330
%post
%desktop_database_post
%icon_theme_cache_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%endif
%files %files
%license LICENSE.md %license LICENSE.md
%doc AUTHORS.md NEWS.md README.md %doc AUTHORS.md NEWS.md README.md
@ -89,7 +79,6 @@ Pentobi game files.
%{_datadir}/applications/io.sourceforge.pentobi.desktop %{_datadir}/applications/io.sourceforge.pentobi.desktop
%{_datadir}/icons/hicolor/*/*/* %{_datadir}/icons/hicolor/*/*/*
%{_datadir}/mime/packages/*.xml %{_datadir}/mime/packages/*.xml
%{_datadir}/doc/pentobi/
%{_mandir}/man6/pentobi.6%{?ext_man} %{_mandir}/man6/pentobi.6%{?ext_man}
%{_mandir}/*/man6/pentobi.6%{?ext_man} %{_mandir}/*/man6/pentobi.6%{?ext_man}
%{_datadir}/metainfo/io.sourceforge.pentobi.appdata.xml %{_datadir}/metainfo/io.sourceforge.pentobi.appdata.xml