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);


Reply via email to