Accepting request 709803 from home:mnhauke:games

- Update to new upstream release, version 17.1
  * Move generation hung if a move generation using search was
    aborted and the next move generation used the opening book.
  * Added search hint for DocBook XSL for compilation on OpenSUSE.
- Remove patch (fixed upstream):
  * pentobi-add-proper-docbook-path.patch

OBS-URL: https://build.opensuse.org/request/show/709803
OBS-URL: https://build.opensuse.org/package/show/games/pentobi?expand=0&rev=3
This commit is contained in:
Michael Vetter 2019-06-14 06:37:57 +00:00 committed by Git OBS Bridge
parent c0e9a7a470
commit ed6a19e071
5 changed files with 14 additions and 18 deletions

View File

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

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

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

View File

@ -1,12 +0,0 @@
diff --git a/pentobi/docbook/CMakeLists.txt b/pentobi/docbook/CMakeLists.txt
index 0f367c3..70c6695 100644
--- a/pentobi/docbook/CMakeLists.txt
+++ b/pentobi/docbook/CMakeLists.txt
@@ -11,6 +11,7 @@ find_path(DOCBOOK_XSL html/chunk.xsl
HINTS /usr/share/xml/docbook/stylesheet/docbook-xsl
/usr/local/share/xml/docbook/stylesheet/docbook-xsl
/usr/share/xsl/docbook /usr/local/share/xsl/docbook
+ /usr/share/xml/docbook/stylesheet/nwalsh/current
)
if(NOT DOCBOOK_XSL)
message(FATAL_ERROR "docbook-xsl not found")

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 13 20:20:45 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to new upstream release, version 17.1
* Move generation hung if a move generation using search was
aborted and the next move generation used the opening book.
* Added search hint for DocBook XSL for compilation on OpenSUSE.
- Remove patch (fixed upstream):
* pentobi-add-proper-docbook-path.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 6 07:39:37 UTC 2019 - Martin Hauke <mardnh@gmx.de> Thu Jun 6 07:39:37 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -17,14 +17,13 @@
Name: pentobi Name: pentobi
Version: 17.0 Version: 17.1
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
Group: Amusements/Games/Strategy/Other Group: Amusements/Games/Strategy/Other
URL: http://pentobi.sourceforge.net/ URL: http://pentobi.sourceforge.net/
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
Patch0: pentobi-add-proper-docbook-path.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: docbook-xsl-stylesheets BuildRequires: docbook-xsl-stylesheets
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
@ -63,7 +62,6 @@ Pentobi game files.
%prep %prep
%setup -q %setup -q
%patch0 -p1
%build %build
%cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ %cmake -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \