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
This commit is contained in:
Dmitriy Perlow 2024-03-22 10:15:29 +00:00 committed by Git OBS Bridge
parent 2e7c6149f5
commit ad7c287a29
4 changed files with 53 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
Mon Mar 11 08:57:55 UTC 2024 - jun wang <jgwang@suse.com>
- 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 <asterios.dramis@gmail.com>

View File

@ -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