From ad7c287a29f8ee6c1e40ef63be6e05987f37478f8a31972789b84c6e219720d9 Mon Sep 17 00:00:00 2001 From: Dmitriy Perlow Date: Fri, 22 Mar 2024 10:15:29 +0000 Subject: [PATCH] Accepting request 1156891 from home:jgwang:branches:games Update to version 1.08.002 OBS-URL: https://build.opensuse.org/request/show/1156891 OBS-URL: https://build.opensuse.org/package/show/games/gnubg?expand=0&rev=37 --- gnubg-release-1.06.002-sources.tar.gz | 3 -- gnubg-release-1.08.002-sources.tar.gz | 3 ++ gnubg.changes | 46 +++++++++++++++++++++++++++ gnubg.spec | 8 ++--- 4 files changed, 53 insertions(+), 7 deletions(-) delete mode 100644 gnubg-release-1.06.002-sources.tar.gz create mode 100644 gnubg-release-1.08.002-sources.tar.gz diff --git a/gnubg-release-1.06.002-sources.tar.gz b/gnubg-release-1.06.002-sources.tar.gz deleted file mode 100644 index e8c0a73..0000000 --- a/gnubg-release-1.06.002-sources.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce1b0b0c1900717cc598032a14cf8c0ee60faf24d84368b39922c0102983bc87 -size 13163681 diff --git a/gnubg-release-1.08.002-sources.tar.gz b/gnubg-release-1.08.002-sources.tar.gz new file mode 100644 index 0000000..145aac9 --- /dev/null +++ b/gnubg-release-1.08.002-sources.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed7e5290d71698dd535c47df602f48db8c9f9cadd7f5be935d5596765e2bc4f +size 14045962 diff --git a/gnubg.changes b/gnubg.changes index 9477b1a..e9f9be3 100644 --- a/gnubg.changes +++ b/gnubg.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Mon Mar 11 08:57:55 UTC 2024 - jun wang + +- Update to version 1.08.002 + * Fix potential corruption of gnubgautorc file. + * changelog from 1.08.001 + + Fix old quirk in the implementation of the PIPLOSS input + (bug #65035) + + Use a different cube efficiency ratio for 0- and 1-ply + evaluations (0.76 instead of 0.68) + + build the GTK2 version using GtkUIManager by default + + Add a feature to show how the player's GNU error rate has + evolved throughout the player's history, as provided by the + database records + + Add cubeless MET contributed by Tilemachos Zoidis + + replace the original Mersenne Twister RNG by the improved + SFMT version + + Introduce the "SmartSit" feature that enables to define a + list of users that automatically sit at the bottom of the + board (as player1) in opened matches + + Names can be added or deleted in Settings > Options > Display + + Remove the similar but more limited set/show aliases CLI + commands + + Extend batch analysis feature with a new button in the main + toolbar: "Analyse file". Three options are available in + Settings / Analysis + + Introduce a background analysis feature with a new button in + the main toolbar: "Analyse" + + Improvements to the score map feature ; notably its default + configuration is now configurable via Settings/Analysis/ + ScoreMap + * changelog from 1.07.001 + + Use SOURCE_DATE_EPOCH as defined in + https://reproducible-builds.org/specs/source-date-epoch/ to + set timestamps at build + + Add a button to show a map of chequer or cube evaluations at + various scores + + Add a button to the cube analysis widget to switch between + at-score and money evaluations + + Finnish translation + + Decrease doubtful/bad/very bad thresholds in analysis + results from 0.04/0.08/0.16 to 0.03/0.06/0.12 point + + Do not offer levels weaker than expert in the main analysis, + tutor and rollout settings panel of the GUI + + Build requires a C99- or gnu99-compatible compiler + ------------------------------------------------------------------- Mon Jul 4 22:14:43 UTC 2022 - Asterios Dramis diff --git a/gnubg.spec b/gnubg.spec index 31f5f61..0885fa8 100644 --- a/gnubg.spec +++ b/gnubg.spec @@ -1,7 +1,7 @@ # # spec file for package gnubg # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2003 Achim Mueller, Germany. # Updated by Christopher Hofmann in 2010 # @@ -19,13 +19,13 @@ Name: gnubg -Version: 1.06.002 +Version: 1.08.002 Release: 0 Summary: Backgammon game with analysis tools and neural network AI License: GPL-3.0-or-later Group: Amusements/Games/Board/Other -URL: http://www.gnubg.org -Source: http://gnubg.org/media/sources/gnubg-release-%{version}-sources.tar.gz +URL: https://www.gnu.org/software/gnubg/ +Source: https://ftp.gnu.org/gnu/%{name}/%{name}-release-%{version}-sources.tar.gz Source1: %{name}.desktop BuildRequires: autoconf BuildRequires: autoconf-archive