Hello community, here is the log from the commit of package texinfo for openSUSE:Factory checked in at 2018-01-16 09:24:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texinfo (Old) and /work/SRC/openSUSE:Factory/.texinfo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texinfo" Tue Jan 16 09:24:00 2018 rev:49 rq:561655 version:6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes 2017-10-13 14:04:27.794898490 +0200 +++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2018-01-16 09:24:01.793182703 +0100 @@ -1,0 +2,29 @@ +Thu Jan 4 14:18:03 UTC 2018 - mplus...@suse.com + +- Update to version 6.5: + * info: + + some bugs fixed: + a bug where a segfault could happen in the regex search, for + example when the user entered a single \ as the search string + + another bug which could make nodes inaccessible in long + "split" info files + + a bug where it was not possible to follow a cross-reference + that was split across more than one line has been fixed + + do not fall back to a man page if following a cross-reference + in an info file failed + + if looking for a file failed, do not convert the name of a + file to lower-case and look for it again + * texinfo.tex + + some faulty definitions for Unicode characters have been + changed or removed + + fix indentation in table of contents for entries that are + split across multiple lines + * texi2dvi + + a bug that broke the processing of LaTeX files that did not + use BibTeX has been fixed + * texi2any + + output the encoding declaration of a HTML file earlier so it + will always occur within first 1024 bytes of file + + `INLINE_INSERTCOPYING' removed as a customization variable + +------------------------------------------------------------------- Old: ---- texinfo-6.4.tar.xz texinfo-6.4.tar.xz.sig New: ---- texinfo-6.5.tar.xz texinfo-6.5.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texinfo.spec ++++++ --- /var/tmp/diff_new_pack.U8st4q/_old 2018-01-16 09:24:02.741138353 +0100 +++ /var/tmp/diff_new_pack.U8st4q/_new 2018-01-16 09:24:02.745138166 +0100 @@ -1,7 +1,7 @@ # # spec file for package texinfo # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -16,13 +16,15 @@ # +# perl modules are not installed in global path +%global __provides_exclude ^(libtool|perl)\\( Name: texinfo -Version: 6.4 +Version: 6.5 Release: 0 Summary: Tools Needed to Create Documentation from Texinfo Sources License: GPL-3.0+ Group: Productivity/Publishing/Texinfo -Url: https://www.gnu.org/software/texinfo/ +URL: https://www.gnu.org/software/texinfo/ Source0: https://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.xz Source1: https://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.xz.sig Source2: %{name}.keyring @@ -53,9 +55,6 @@ Recommends: texi2html Recommends: texi2roff -# perl modules are not installed in global path -%global __provides_exclude ^(libtool|perl)\\( - %description Texinfo is a documentation system that uses a single source file to produce both online information and printed output. Using Texinfo, you @@ -79,9 +78,9 @@ %package -n makeinfo Summary: Translate Texinfo documents to info format Group: Productivity/Publishing/Texinfo -%requires_eq perl # /usr/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm uses Text::Unidecode Requires: perl(Text::Unidecode) +%requires_eq perl Suggests: texinfo Provides: texinfo:%{_bindir}/makeinfo ++++++ texinfo-6.4.tar.xz -> texinfo-6.5.tar.xz ++++++ ++++ 96786 lines of diff (skipped) ++++++ texinfo-zlib.patch ++++++ --- /var/tmp/diff_new_pack.U8st4q/_old 2018-01-16 09:24:06.056983221 +0100 +++ /var/tmp/diff_new_pack.U8st4q/_new 2018-01-16 09:24:06.056983221 +0100 @@ -1,8 +1,8 @@ -Index: texinfo-6.4/install-info/Makefile.in +Index: texinfo-6.5/install-info/Makefile.in =================================================================== ---- texinfo-6.4.orig/install-info/Makefile.in -+++ texinfo-6.4/install-info/Makefile.in -@@ -221,7 +221,7 @@ am__installdirs = "$(DESTDIR)$(bindir)" +--- texinfo-6.5.orig/install-info/Makefile.in ++++ texinfo-6.5/install-info/Makefile.in +@@ -222,7 +222,7 @@ am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am_ginstall_info_OBJECTS = install-info.$(OBJEXT) ginstall_info_OBJECTS = $(am_ginstall_info_OBJECTS) @@ -11,10 +11,10 @@ am__DEPENDENCIES_1 = ginstall_info_DEPENDENCIES = $(top_builddir)/gnulib/lib/libgnu.a \ $(am__DEPENDENCIES_1) -Index: texinfo-6.4/install-info/install-info.c +Index: texinfo-6.5/install-info/install-info.c =================================================================== ---- texinfo-6.4.orig/install-info/install-info.c -+++ texinfo-6.4/install-info/install-info.c +--- texinfo-6.5.orig/install-info/install-info.c ++++ texinfo-6.5/install-info/install-info.c @@ -22,6 +22,7 @@ #include <getopt.h> #include <regex.h>