Dominique Leuenberger 2020-10-26 15:27:04 +00:00 committed by Git OBS Bridge
commit 4cfbaf3239
5 changed files with 33 additions and 31 deletions

View File

@ -1,25 +0,0 @@
From 1c7ef77ee7de9a491a2f0a5aa9bf0581e8c7115f Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux <christophe@krop.fr>
Date: Sun, 20 Oct 2019 16:10:48 +0200
Subject: [PATCH] Add missing includes
---
src/gametree.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/gametree.h b/src/gametree.h
index 92098a1..eb005a3 100644
--- a/src/gametree.h
+++ b/src/gametree.h
@@ -9,6 +9,8 @@
#include "defines.h"
#include "setting.h"
#include <textview.h>
+#include <iostream>
+#include <memory>
class ImageHandler;
class game_state;
--
2.23.0

View File

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

3
q5go-2.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Oct 26 12:07:43 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 2.0
* Pattern search is now available
* atabase load times are reduced, and threading was added
so that the user interface remains responsive.
* Multiple online games can now be observed in a single
window with clickable previews to switch between them.
* There is a new "Tip of the day" dialog on startup, which
displays features that are maybe not easily discoverable.
* Several new high resolution wood textures for the board
to choose from.
* When playing engines that are capable of analysis, the
evaluation is now collected during the game and can be
displayed live.
* Engine configuration now allows engines to be
unrestricted in board size and komi
* Some GTP bugs were fixed, which may improve compatibility
with certain engines.
* Window titles can now be overriden in the settings,
which should help with streaming setups.
* Performance improvements for the screen updates should
now make it feasible to turn off quiet mode when online
* There is a new option to highlight the user's own chat
messages
- Drop 0001-Add-missing-includes.patch. Fixed upstream.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun May 3 14:42:06 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Sun May 3 14:42:06 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,13 @@
Name: q5go Name: q5go
Version: 1.1.1 Version: 2.0
Release: 0 Release: 0
Summary: A Go board including an editor and analysis frontend Summary: A Go board including an editor and analysis frontend
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Amusements/Games/Board/Other Group: Amusements/Games/Board/Other
URL: https://github.com/bernds/q5go URL: https://github.com/bernds/q5go
Source0: https://github.com/bernds/%{name}/archive/%{name}-%{version}.tar.gz Source0: https://github.com/bernds/%{name}/archive/%{name}-%{version}.tar.gz
Patch0: 0001-Add-missing-includes.patch
BuildRequires: libqt5-linguist-devel BuildRequires: libqt5-linguist-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
@ -77,7 +76,7 @@ popd
%files %files
%license COPYING %license COPYING
%doc AUTHORS ChangeLog NEWS README.md %doc AUTHORS ChangeLog README.md
%{_bindir}/q5go %{_bindir}/q5go
%{_datadir}/applications/q5Go.desktop %{_datadir}/applications/q5Go.desktop
%{_datadir}/pixmaps/q5go.png %{_datadir}/pixmaps/q5go.png