Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c54b03ea44 | |||
| e2b9704947 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9a32aca95666fca86e563a2df4843bf6c0f6508d777aad2d7438ad6b88c7ff5
|
||||
size 478474
|
||||
3
pgn-extract-25-01.tgz
Normal file
3
pgn-extract-25-01.tgz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c024a2d64abaedc873bd4e70b19d3ffdbbfa4dd054e6856b4a4262238af10eaa
|
||||
size 500529
|
||||
@@ -2,7 +2,7 @@ Index: pgn-extract/argsfile.c
|
||||
===================================================================
|
||||
--- pgn-extract.orig/argsfile.c
|
||||
+++ pgn-extract/argsfile.c
|
||||
@@ -280,8 +280,8 @@ usage_and_exit(void)
|
||||
@@ -284,8 +284,8 @@ usage_and_exit(void)
|
||||
const char **data = help_data;
|
||||
|
||||
fprintf(GlobalState.logfile,
|
||||
@@ -11,5 +11,5 @@ Index: pgn-extract/argsfile.c
|
||||
+ "pgn-extract %s: a Portable Game Notation (PGN) manipulator.\n",
|
||||
+ CURRENT_VERSION);
|
||||
fprintf(GlobalState.logfile,
|
||||
"Copyright (C) 1994-2024 David J. Barnes (d.j.barnes@kent.ac.uk)\n");
|
||||
"Copyright (C) 1994-2025 David J. Barnes (d.j.barnes@kent.ac.uk)\n");
|
||||
fprintf(GlobalState.logfile, "%s\n\n", URL);
|
||||
|
||||
@@ -15,7 +15,7 @@ Index: pgn-extract/help.html
|
||||
===================================================================
|
||||
--- pgn-extract.orig/help.html
|
||||
+++ pgn-extract/help.html
|
||||
@@ -248,7 +248,7 @@ of this page before attempting to use pg
|
||||
@@ -253,7 +253,7 @@ of this page before attempting to use pg
|
||||
<li>-D - don't output duplicate extracted game scores.
|
||||
<li>-eECO_file - perform ECO classification of games. The optional
|
||||
ECO_file should contain a PGN format list of ECO lines
|
||||
@@ -24,7 +24,7 @@ Index: pgn-extract/help.html
|
||||
<li>-E[123 etc.] - split output into separate files according to ECO.
|
||||
<ul>
|
||||
<li>E1 : Produce files from ECO letter, A.pgn, B.pgn, ...
|
||||
@@ -1674,7 +1674,7 @@ believe that this was put together by Ew
|
||||
@@ -1696,7 +1696,7 @@ believe that this was put together by Ew
|
||||
others, to whom appropriate thanks is due. The -e flag requests
|
||||
pgn-extract to add/replace ECO classifications in the games it outputs.
|
||||
This is done by firstly reading a file of ECO lines in PGN format
|
||||
|
||||
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 10:00:25 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to 25.01
|
||||
* bug fix for repetition detection (--repetition);
|
||||
* find games whether the winner is either the higher or lower rated player
|
||||
(--lowerratedwinner and --higherratedwinner);
|
||||
* extend -v to match move sequences anywhere in a game, not just at the
|
||||
start (--vanywhere);
|
||||
* find games played at odds (--odds).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 21 10:03:17 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pgn-extract
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2010 Packman Team <packman@links2linux.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define mver 25-01
|
||||
Name: pgn-extract
|
||||
Version: 24.11
|
||||
%define mver 24-11
|
||||
Version: 25.01
|
||||
Release: 0
|
||||
Summary: A CLI program for manipulating PGN files
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user