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 2026-06-22 17:27:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pgn-extract (Old) and /work/SRC/openSUSE:Factory/.pgn-extract.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pgn-extract" Mon Jun 22 17:27:31 2026 rev:11 rq:1360705 version:26.04 Changes: -------- --- /work/SRC/openSUSE:Factory/pgn-extract/pgn-extract.changes 2025-01-13 17:50:34.779742767 +0100 +++ /work/SRC/openSUSE:Factory/.pgn-extract.new.1956/pgn-extract.changes 2026-06-22 17:28:13.735215802 +0200 @@ -1,0 +2,13 @@ +Fri Jun 19 09:53:08 UTC 2026 - Andrea Manzini <[email protected]> + +- Update to 26.04 + * Added --fencommentformat. + * Added --addelotags and --addplayeridtags. + * ECO classification changed slightly to take into account which player is + to move. This makes a difference in a few cases. + * Fixed a bug with -Wxolalg format which resulted in a castling move that + gives check outputting two + characters. + * Added insufficient material to --fixresulttags. + * Added --piececount following a suggestion by Asko Havumäki. + +------------------------------------------------------------------- Old: ---- pgn-extract-25-01.tgz New: ---- pgn-extract-26-04.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pgn-extract.spec ++++++ --- /var/tmp/diff_new_pack.wM2NeT/_old 2026-06-22 17:28:14.535243670 +0200 +++ /var/tmp/diff_new_pack.wM2NeT/_new 2026-06-22 17:28:14.535243670 +0200 @@ -1,7 +1,7 @@ # # spec file for package pgn-extract # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # 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 +%define mver 26-04 Name: pgn-extract -Version: 25.01 +Version: 26.04 Release: 0 Summary: A CLI program for manipulating PGN files License: GPL-3.0-or-later @@ -52,7 +52,7 @@ %install # install the binary -install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name} +install -D -m 0755 build/bin/%{name} %{buildroot}%{_bindir}/%{name} # install the default eco.pgn file install -D -m 0644 eco.pgn %{buildroot}%{_datadir}/%{name}/eco.pgn ++++++ pgn-extract-25-01.tgz -> pgn-extract-26-04.tgz ++++++ ++++ 3035 lines of diff (skipped) ++++++ pgn-extract-no-buildtime.patch ++++++ --- /var/tmp/diff_new_pack.wM2NeT/_old 2026-06-22 17:28:14.751251195 +0200 +++ /var/tmp/diff_new_pack.wM2NeT/_new 2026-06-22 17:28:14.755251334 +0200 @@ -2,7 +2,7 @@ =================================================================== --- pgn-extract.orig/argsfile.c +++ pgn-extract/argsfile.c -@@ -284,8 +284,8 @@ usage_and_exit(void) +@@ -289,8 +289,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-2025 David J. Barnes ([email protected])\n"); + "Copyright (C) 1994-2026 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.wM2NeT/_old 2026-06-22 17:28:14.767251752 +0200 +++ /var/tmp/diff_new_pack.wM2NeT/_new 2026-06-22 17:28:14.771251891 +0200 @@ -2,7 +2,7 @@ =================================================================== --- pgn-extract.orig/argsfile.c +++ pgn-extract/argsfile.c -@@ -136,7 +136,7 @@ usage_and_exit(void) +@@ -137,7 +137,7 @@ usage_and_exit(void) "-D -- don't output duplicate games.", "-eECO_file -- perform ECO classification of games. The optional", " ECO_file should contain a PGN format list of ECO lines", @@ -15,7 +15,7 @@ =================================================================== --- pgn-extract.orig/help.html +++ pgn-extract/help.html -@@ -253,7 +253,7 @@ of this page before attempting to use pg +@@ -260,7 +260,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, ... -@@ -1696,7 +1696,7 @@ believe that this was put together by Ew +@@ -1705,7 +1705,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
