diff --git a/0001-Add-missing-includes.patch b/0001-Add-missing-includes.patch deleted file mode 100644 index 340d11d..0000000 --- a/0001-Add-missing-includes.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 1c7ef77ee7de9a491a2f0a5aa9bf0581e8c7115f Mon Sep 17 00:00:00 2001 -From: Christophe Giboudeaux -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 -+#include -+#include - - class ImageHandler; - class game_state; --- -2.23.0 - diff --git a/q5go-1.1.1.tar.gz b/q5go-1.1.1.tar.gz deleted file mode 100644 index 7c25942..0000000 --- a/q5go-1.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80bc09e3633ce18fe1888deb0287f7ccbf101179649a554e23ef80d7d6a35d3a -size 6562089 diff --git a/q5go-2.0.tar.gz b/q5go-2.0.tar.gz new file mode 100644 index 0000000..e7e567a --- /dev/null +++ b/q5go-2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993777c02fbab136c12f9de2bc27178edfd10c070d57cf1dd7151b676c6b8a90 +size 8400459 diff --git a/q5go.changes b/q5go.changes index 3a950b7..4e91462 100644 --- a/q5go.changes +++ b/q5go.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Oct 26 12:07:43 UTC 2020 - Christophe Giboudeaux + +- 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 diff --git a/q5go.spec b/q5go.spec index e08abf0..cbc70bc 100644 --- a/q5go.spec +++ b/q5go.spec @@ -17,14 +17,13 @@ Name: q5go -Version: 1.1.1 +Version: 2.0 Release: 0 Summary: A Go board including an editor and analysis frontend License: GPL-2.0-or-later Group: Amusements/Games/Board/Other URL: https://github.com/bernds/q5go Source0: https://github.com/bernds/%{name}/archive/%{name}-%{version}.tar.gz -Patch0: 0001-Add-missing-includes.patch BuildRequires: libqt5-linguist-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -77,7 +76,7 @@ popd %files %license COPYING -%doc AUTHORS ChangeLog NEWS README.md +%doc AUTHORS ChangeLog README.md %{_bindir}/q5go %{_datadir}/applications/q5Go.desktop %{_datadir}/pixmaps/q5go.png