Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pgn-extract for openSUSE:Factory checked in at 2025-01-13 17:50:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pgn-extract (Old) and /work/SRC/openSUSE:Factory/.pgn-extract.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pgn-extract" Mon Jan 13 17:50:21 2025 rev:10 rq:1237161 version:25.01 Changes: -------- --- /work/SRC/openSUSE:Factory/pgn-extract/pgn-extract.changes 2024-07-22 17:20:12.386576271 +0200 +++ /work/SRC/openSUSE:Factory/.pgn-extract.new.1881/pgn-extract.changes 2025-01-13 17:50:34.779742767 +0100 @@ -1,0 +2,11 @@ +Sun Jan 12 10:00:25 UTC 2025 - Andrea Manzini <[email protected]> + +- 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). + +------------------------------------------------------------------- Old: ---- pgn-extract-24-11.tgz New: ---- pgn-extract-25-01.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pgn-extract.spec ++++++ --- /var/tmp/diff_new_pack.Nw1AFy/_old 2025-01-13 17:50:35.435769872 +0100 +++ /var/tmp/diff_new_pack.Nw1AFy/_new 2025-01-13 17:50:35.435769872 +0100 @@ -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 <[email protected]> # # 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 ++++++ pgn-extract-24-11.tgz -> pgn-extract-25-01.tgz ++++++ ++++ 4550 lines of diff (skipped) ++++++ pgn-extract-no-buildtime.patch ++++++ --- /var/tmp/diff_new_pack.Nw1AFy/_old 2025-01-13 17:50:35.599776648 +0100 +++ /var/tmp/diff_new_pack.Nw1AFy/_new 2025-01-13 17:50:35.603776814 +0100 @@ -2,7 +2,7 @@ =================================================================== --- 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,6 +11,6 @@ + "pgn-extract %s: a Portable Game Notation (PGN) manipulator.\n", + CURRENT_VERSION); fprintf(GlobalState.logfile, - "Copyright (C) 1994-2024 David J. Barnes ([email protected])\n"); + "Copyright (C) 1994-2025 David J. Barnes ([email protected])\n"); fprintf(GlobalState.logfile, "%s\n\n", URL); ++++++ pgn-extract-set_eco.pgn_path.patch ++++++ --- /var/tmp/diff_new_pack.Nw1AFy/_old 2025-01-13 17:50:35.615777310 +0100 +++ /var/tmp/diff_new_pack.Nw1AFy/_new 2025-01-13 17:50:35.619777475 +0100 @@ -15,7 +15,7 @@ =================================================================== --- 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 @@ <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
