Hello community, here is the log from the commit of package texi2roff for openSUSE:Factory checked in at 2019-09-11 10:34:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texi2roff (Old) and /work/SRC/openSUSE:Factory/.texi2roff.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texi2roff" Wed Sep 11 10:34:08 2019 rev:2 rq:729701 version:2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/texi2roff/texi2roff.changes 2015-02-16 18:01:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.texi2roff.new.7948/texi2roff.changes 2019-09-11 10:34:10.243317526 +0200 @@ -1,0 +2,6 @@ +Mon Sep 9 12:13:15 UTC 2019 - Dr. Werner Fink <[email protected]> + +- Let it build again: add default return type for main() in + patch texi2roff-2.0.dif + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texi2roff.spec ++++++ --- /var/tmp/diff_new_pack.USe6Pe/_old 2019-09-11 10:34:10.731317385 +0200 +++ /var/tmp/diff_new_pack.USe6Pe/_new 2019-09-11 10:34:10.731317385 +0200 @@ -1,7 +1,7 @@ # # spec file for package texi2roff # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # ++++++ texi2roff-2.0.dif ++++++ --- /var/tmp/diff_new_pack.USe6Pe/_old 2019-09-11 10:34:10.747317380 +0200 +++ /var/tmp/diff_new_pack.USe6Pe/_new 2019-09-11 10:34:10.751317379 +0200 @@ -1,7 +1,3 @@ ---- .pkgextract -+++ .pkgextract -@@ -0,0 +1 @@ -+bzcat ../texi2roff.patch.bz2 | patch -p0 -s -b --suffix=.Bader --- Makefile +++ Makefile @@ -1,14 +1,14 @@ @@ -56,3 +52,13 @@ .DA 1 Jan 90 .SH NAME texi2roff, texi2index \- convert Texinfo documents for formatting by troff. +--- texi2roff.c ++++ texi2roff.c 2019-09-09 12:11:54.145422485 +0000 +@@ -28,6 +28,7 @@ int transparent = NO; /* for -t flag */ + * - initialize tables and other strings + * - open files and pass them to process(). + */ ++int + main(argc, argv) + int argc; + char *argv[];
