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 2024-06-07 15:04:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pgn-extract (Old)
 and      /work/SRC/openSUSE:Factory/.pgn-extract.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pgn-extract"

Fri Jun  7 15:04:48 2024 rev:7 rq:1179142 version:24.09

Changes:
--------
--- /work/SRC/openSUSE:Factory/pgn-extract/pgn-extract.changes  2024-02-29 
21:52:13.442085638 +0100
+++ /work/SRC/openSUSE:Factory/.pgn-extract.new.24587/pgn-extract.changes       
2024-06-07 15:05:48.937125417 +0200
@@ -1,0 +2,14 @@
+Wed Jun  5 05:59:23 UTC 2024 - Andrea Manzini <andrea.manz...@suse.com>
+
+- Update to 24.09
+  * For tag matches using <> in which all matches are negative, 
+    the absence of that tag from a game will result in the game being retained.
+  * Bug fix for relational operators matching numeric tags. 
+    Comparisons are now 'anded' rather than 'ored'.
+  * Bug fix affecting material matches for games with a FEN tag in which Black 
is to move.
+  * Added options --commented , --insufficient, --suppressmatched and -n stdout
+  * <> relational operator now available for non-numeric tag values. 
+  * EloDiff pseudo-tag added for matching differences in Elo rating between 
opponents
+  * Detect wrong to-move status in FEN string when the other side is in check.
+
+-------------------------------------------------------------------

Old:
----
  pgn-extract-22-11.tgz

New:
----
  pgn-extract-24-09.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pgn-extract.spec ++++++
--- /var/tmp/diff_new_pack.FaBBCS/_old  2024-06-07 15:05:49.821157622 +0200
+++ /var/tmp/diff_new_pack.FaBBCS/_new  2024-06-07 15:05:49.821157622 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pgn-extract
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2010 Packman Team <pack...@links2linux.de>
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,8 +18,8 @@
 
 
 Name:           pgn-extract
-Version:        22.11
-%define mver    22-11
+Version:        24.09
+%define mver    24-09
 Release:        0
 Summary:        A CLI program for manipulating PGN files
 License:        GPL-3.0-or-later

++++++ pgn-extract-22-11.tgz -> pgn-extract-24-09.tgz ++++++
++++ 3378 lines of diff (skipped)

++++++ pgn-extract-no-buildtime.patch ++++++
--- /var/tmp/diff_new_pack.FaBBCS/_old  2024-06-07 15:05:49.993163888 +0200
+++ /var/tmp/diff_new_pack.FaBBCS/_new  2024-06-07 15:05:49.997164033 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- pgn-extract.orig/argsfile.c
 +++ pgn-extract/argsfile.c
-@@ -277,8 +277,8 @@ usage_and_exit(void)
+@@ -280,8 +280,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-2022 David J. Barnes 
(d.j.bar...@kent.ac.uk)\n");
+             "Copyright (C) 1994-2024 David J. Barnes 
(d.j.bar...@kent.ac.uk)\n");
      fprintf(GlobalState.logfile, "%s\n\n", URL);
 

++++++ pgn-extract-set_eco.pgn_path.patch ++++++
--- /var/tmp/diff_new_pack.FaBBCS/_old  2024-06-07 15:05:50.013164616 +0200
+++ /var/tmp/diff_new_pack.FaBBCS/_new  2024-06-07 15:05:50.017164762 +0200
@@ -15,7 +15,7 @@
 ===================================================================
 --- pgn-extract.orig/help.html
 +++ pgn-extract/help.html
-@@ -243,7 +243,7 @@ of this page before attempting to use pg
+@@ -248,7 +248,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, ...
-@@ -1627,7 +1627,7 @@ believe that this was put together by Ew
+@@ -1674,7 +1674,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

Reply via email to