commit pgn-extract for openSUSE:Factory

2020-03-30 Thread root
Hello community,

here is the log from the commit of package pgn-extract for openSUSE:Factory 
checked in at 2020-03-30 23:02:43

Comparing /work/SRC/openSUSE:Factory/pgn-extract (Old)
 and  /work/SRC/openSUSE:Factory/.pgn-extract.new.3160 (New)


Package is "pgn-extract"

Mon Mar 30 23:02:43 2020 rev:3 rq:789564 version:19.04

Changes:

--- /work/SRC/openSUSE:Factory/pgn-extract/pgn-extract.changes  2018-11-18 
23:31:13.189551477 +0100
+++ /work/SRC/openSUSE:Factory/.pgn-extract.new.3160/pgn-extract.changes
2020-03-30 23:02:48.244156031 +0200
@@ -1,0 +2,19 @@
+Sun Mar 29 16:15:33 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 19.04:
+  * Improved --repetition so that it does not give false
+positives when castling rights or who is to move are
+different.
+  * Retain next move number rather than resetting to 1
+with --dropply and --dropbefore.
+  * Fixed a memory error in v18-10
+  * Added --xroster to suppress tags that are not required with -R.
+  * Missing SetUp tags no longer elicit an error message as this
+contravention of the standard is so common.
+  * Negative value accepted with --dropply to indicates plies
+to be retained at the end of the game.
+- Rebase patches:
+  * pgn-extract-set_eco.pgn_path.patch
+  * pgn-extract-no-buildtime.patch
+
+---

Old:

  pgn-extract-18.10.tar.gz

New:

  pgn-extract-19-04.tgz



Other differences:
--
++ pgn-extract.spec ++
--- /var/tmp/diff_new_pack.4jGLvx/_old  2020-03-30 23:02:49.288156626 +0200
+++ /var/tmp/diff_new_pack.4jGLvx/_new  2020-03-30 23:02:49.316156642 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pgn-extract
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010 Packman Team 
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,19 +13,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   pgn-extract
-Version:18.10
+Version:19.04
 Release:0
 Summary:A CLI program for manipulating PGN files
 License:GPL-3.0-or-later
 Group:  Amusements/Games/Board/Chess
 URL:https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/
-# unversioned source URL 
ftp://ftp.cs.kent.ac.uk/pub/djb/pgn-extract/pgn-extract.tgz
-Source0:%{name}-%{version}.tar.gz
+Source0:https://www.cs.kent.ac.uk/~djb/%{name}/%{name}-19-04.tgz
 Source100:  %{name}.changes
 # PATCH-FIX-OPENSUSE pgn-extract-set_eco.pgn_path.patch
 Patch0: pgn-extract-set_eco.pgn_path.patch

++ pgn-extract-no-buildtime.patch ++
--- /var/tmp/diff_new_pack.4jGLvx/_old  2020-03-30 23:02:49.444156714 +0200
+++ /var/tmp/diff_new_pack.4jGLvx/_new  2020-03-30 23:02:49.444156714 +0200
@@ -1,8 +1,8 @@
-Index: pgn-extract/argsfile.c
-===
 pgn-extract.orig/argsfile.c
-+++ pgn-extract/argsfile.c
-@@ -246,8 +246,8 @@ usage_and_exit(void)
+diff --git a/argsfile.c b/argsfile.c
+index be7b68f..372231c 100644
+--- a/argsfile.c
 b/argsfile.c
+@@ -248,8 +248,8 @@ usage_and_exit(void)
  const char **data = help_data;
  
  fprintf(GlobalState.logfile,
@@ -11,5 +11,5 @@
 +"pgn-extract %s: a Portable Game Notation (PGN) manipulator.\n",
 +CURRENT_VERSION);
  fprintf(GlobalState.logfile,
- "Copyright (C) 1994-2018 David J. Barnes 
(d.j.bar...@kent.ac.uk)\n");
+ "Copyright (C) 1994-2019 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.4jGLvx/_old  2020-03-30 23:02:49.496156745 +0200
+++ /var/tmp/diff_new_pack.4jGLvx/_new  2020-03-30 23:02:49.496156745 +0200
@@ -1,8 +1,8 @@
-Index: pgn-extract/argsfile.c
-===
 pgn-extract.orig/argsfile.c
-+++ pgn-extract/argsfile.c
-@@ -131,7 +131,7 @@ usage_and_exit(void)
+diff --git a/argsfile.c b/argsfile.c
+index aa502cf..be7b68f 100644
+--- a/argsfile.c
 b/argsfile.c
+@@ -132,7 +132,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",
@@ -11,11 +11,11 @@
  "-E[123 etc.] -- split output into separate files according to ECO.",
  "  

commit pgn-extract for openSUSE:Factory

2018-11-18 Thread root
Hello community,

here is the log from the commit of package pgn-extract for openSUSE:Factory 
checked in at 2018-11-18 23:30:49

Comparing /work/SRC/openSUSE:Factory/pgn-extract (Old)
 and  /work/SRC/openSUSE:Factory/.pgn-extract.new (New)


Package is "pgn-extract"

Sun Nov 18 23:30:49 2018 rev:2 rq:649291 version:18.10

Changes:

--- /work/SRC/openSUSE:Factory/pgn-extract/pgn-extract.changes  2018-02-02 
22:22:47.184463206 +0100
+++ /work/SRC/openSUSE:Factory/.pgn-extract.new/pgn-extract.changes 
2018-11-18 23:31:13.189551477 +0100
@@ -1,0 +2,14 @@
+Thu Nov 15 13:55:11 UTC 2018 - aloi...@gmx.com
+
+- Update to version 18.10 (no changelog supplied)
+- Refreshed pgn-extract-no-buildtime.patch
+
+---
+Thu Nov 15 13:38:08 UTC 2018 - aloi...@gmx.com
+
+- Modified pgn-extract-no-buildtime.patch. Previous patch left a
+  dangling '%s' in the format string which causes the app to crash
+  when called with '-h' (courtesy of Rolf Offermanns)
+  Fixes (boo#1116207)
+
+---

Old:

  pgn-extract-17.55.tar.gz

New:

  pgn-extract-18.10.tar.gz



Other differences:
--
++ pgn-extract.spec ++
--- /var/tmp/diff_new_pack.5orZj2/_old  2018-11-18 23:31:13.857550672 +0100
+++ /var/tmp/diff_new_pack.5orZj2/_new  2018-11-18 23:31:13.857550672 +0100
@@ -18,10 +18,10 @@
 
 
 Name:   pgn-extract
-Version:17.55
+Version:18.10
 Release:0
 Summary:A CLI program for manipulating PGN files
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Amusements/Games/Board/Chess
 URL:https://www.cs.kent.ac.uk/people/staff/djb/pgn-extract/
 # unversioned source URL 
ftp://ftp.cs.kent.ac.uk/pub/djb/pgn-extract/pgn-extract.tgz
@@ -59,7 +59,8 @@
 install -D -m 0644 eco.pgn %{buildroot}%{_datadir}/%{name}/eco.pgn
 
 %files
-%doc COPYING help.html
+%license COPYING
+%doc help.html
 %{_bindir}/%{name}
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/eco.pgn

++ pgn-extract-17.55.tar.gz -> pgn-extract-18.10.tar.gz ++
 6483 lines of diff (skipped)

++ pgn-extract-no-buildtime.patch ++
--- /var/tmp/diff_new_pack.5orZj2/_old  2018-11-18 23:31:13.981550523 +0100
+++ /var/tmp/diff_new_pack.5orZj2/_new  2018-11-18 23:31:13.981550523 +0100
@@ -2,12 +2,14 @@
 ===
 --- pgn-extract.orig/argsfile.c
 +++ pgn-extract/argsfile.c
-@@ -241,7 +241,7 @@ usage_and_exit(void)
+@@ -246,8 +246,8 @@ usage_and_exit(void)
+ const char **data = help_data;
  
  fprintf(GlobalState.logfile,
- "pgn-extract %s (%s): a Portable Game Notation (PGN) 
manipulator.\n",
+-"pgn-extract %s (%s): a Portable Game Notation (PGN) 
manipulator.\n",
 -CURRENT_VERSION, __DATE__);
++"pgn-extract %s: a Portable Game Notation (PGN) manipulator.\n",
 +CURRENT_VERSION);
  fprintf(GlobalState.logfile,
- "Copyright (C) 1994-2017 David J. Barnes 
(d.j.bar...@kent.ac.uk)\n");
+ "Copyright (C) 1994-2018 David J. Barnes 
(d.j.bar...@kent.ac.uk)\n");
  fprintf(GlobalState.logfile, "%s\n\n", URL);