Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 68b862e01f | |||
| 533104f774 | |||
| 4d1a1e72e0 | |||
| 2a007303b0 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-chess.git</param>
|
||||
<param name="revision">@PARENT_TAG@</param>
|
||||
<param name="revision">49.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c85d6703f38d5b82fbca7d85c89f09dc20dd406ff750c2fec66eaca1238d0441
|
||||
size 5752845
|
||||
3
gnome-chess-49.2.obscpio
Normal file
3
gnome-chess-49.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d49ebcb8ab7fd9ab242b8ffe3d7794bff7b03d6656eb068fc93fbe98542d8b32
|
||||
size 5798925
|
||||
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 2 06:32:59 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.2:
|
||||
+ Actually for real this time fix: Opponent must be switched off
|
||||
and then to human for the opponent to be a human.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 19:03:17 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.1:
|
||||
+ Bugs fixed: Opponent must be switched off and then to human for
|
||||
the opponent to be a human.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 16:53:42 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.0:
|
||||
+ Bugs fixed:
|
||||
- Inform engines of time remaining
|
||||
- Bug: "The computer player is confused" when engine takes too
|
||||
long to move
|
||||
- Remove "Show Move Hints" option
|
||||
- Don't create window in startup phase
|
||||
- Fixed several additional minor bugs
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 13 15:28:19 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: gnome-chess
|
||||
version: 48.0
|
||||
mtime: 1741874925
|
||||
commit: b0bf5288438f74fcb455e1e49f855b4964a2c7cb
|
||||
version: 49.2
|
||||
mtime: 1759356551
|
||||
commit: 9e27d5fb14d4fcac7c59a15171da492ee70dcbde
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-chess
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-chess
|
||||
Version: 48.0
|
||||
Version: 49.2
|
||||
Release: 0
|
||||
Summary: Chess Game for GNOME
|
||||
License: GPL-3.0-or-later
|
||||
@@ -74,7 +74,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/applications/org.gnome.Chess.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Chess.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Chess.gschema.xml
|
||||
%{_datadir}/metainfo/org.gnome.Chess.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.Chess.metainfo.xml
|
||||
%{_mandir}/man6/%{name}.6%{?ext_man}
|
||||
%dir %{_sysconfdir}/gnome-chess
|
||||
%config %{_sysconfdir}/gnome-chess/engines.conf
|
||||
|
||||
Reference in New Issue
Block a user