commit texinfo for openSUSE:Factory

2019-11-08 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2019-11-08 15:22:16

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new.2990 (New)


Package is "texinfo"

Fri Nov  8 15:22:16 2019 rev:58 rq:745177 version:6.7

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2019-10-25 
18:37:50.783654558 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new.2990/texinfo.changes
2019-11-08 15:22:21.866781420 +0100
@@ -1,0 +2,17 @@
+Sat Oct 26 07:48:33 UTC 2019 - Andreas Stieger 
+
+- update to 6.7:
+  * support of index subentries and sub-subentries with @subentry
+  * new commands @seeentry and @seealso in index entries
+  * UTF-8 is the default input encoding
+  * updates to HTML output of texi2any
+  * support of noderename.cnf files has been removed
+  * INPUT_PERL_ENCODING, INPUT_ENCODING_NAME, NODE_FILE_EXTENSION,
+NODE_FILENAMES, SHORTEXTN and TOP_NODE_FILE removed as
+customization variables
+  * TOP_NODE_FILE_TARGET now contains the extension
+  * texi2dvi: unconditionally run in --batch mode, ignore TeX errors
+  * info: for a tree search (with M-/), '}' and '{' work as well
+as 'M-}' and 'M-{' to go through the results
+
+---

Old:

  texinfo-6.6.tar.xz
  texinfo-6.6.tar.xz.sig

New:

  texinfo-6.7.tar.xz
  texinfo-6.7.tar.xz.sig



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.38lhhK/_old  2019-11-08 15:22:22.594782190 +0100
+++ /var/tmp/diff_new_pack.38lhhK/_new  2019-11-08 15:22:22.594782190 +0100
@@ -19,11 +19,10 @@
 # perl modules are not installed in global path
 %global __provides_exclude ^(libtool|perl)\\(
 Name:   texinfo
-Version:6.6
+Version:6.7
 Release:0
 Summary:Tools for creating documentation from texinfo sources
 License:GPL-3.0-or-later
-Group:  Productivity/Publishing/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
@@ -65,7 +64,6 @@
 
 %package -n info
 Summary:A Stand-Alone Terminal-Based Info Browser
-Group:  Productivity/Publishing/Texinfo
 Requires:   gzip
 
 %description -n info
@@ -76,8 +74,7 @@
 
 %package -n info-std
 Summary:The info pages of the Info Browser
-Group:  Productivity/Publishing/Texinfo
-Supplements:packageand(info:patterns-base-documentation)
+Supplements:(info and patterns-base-documentation)
 BuildArch:  noarch
 
 %description -n info-std
@@ -89,7 +86,6 @@
 %package -n makeinfo
 Summary:Translator for converting texinfo documents to info format
 # /usr/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm uses 
Text::Unidecode
-Group:  Productivity/Publishing/Texinfo
 Requires:   perl(Text::Unidecode)
 %requires_eqperl
 Suggests:   texinfo
@@ -157,7 +153,7 @@
 file = rpm.next_file()
 while file do
 if string.match(file, "%%.info%%.gz$") then
-   execute("/usr/bin/install-info", "--info-dir=%{_infodir}", file)
+   execute("%{_bindir}/install-info", "--info-dir=%{_infodir}", file)
 end
 file = rpm.next_file()
 end
@@ -180,7 +176,7 @@
 file = rpm.next_file()
 while file do
 if string.match(file, "%%.info%%.gz$") then
-   execute("/usr/bin/install-info", "--quiet", "--delete", 
"--info-dir=%{_infodir}", file)
+   execute("%{_bindir}/install-info", "--quiet", "--delete", 
"--info-dir=%{_infodir}", file)
 end
 file = rpm.next_file()
 end

++ texinfo-6.6.tar.xz -> texinfo-6.7.tar.xz ++
 234904 lines of diff (skipped)





commit texinfo for openSUSE:Factory

2019-10-25 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2019-10-25 18:37:47

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new.2990 (New)


Package is "texinfo"

Fri Oct 25 18:37:47 2019 rev:57 rq:739022 version:6.6

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2019-10-07 
13:38:00.676842865 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new.2990/texinfo.changes
2019-10-25 18:37:50.783654558 +0200
@@ -1,0 +2,15 @@
+Thu Oct 17 07:30:27 UTC 2019 - Dr. Werner Fink 
+
+- Delete info-dir as not required anymore 
+
+---
+Mon Sep 30 08:14:13 UTC 2019 - Dr. Werner Fink 
+
+- Mark /usr/share/info/dir as %ghost
+
+---
+Mon Sep 30 07:11:54 UTC 2019 - Dr. Werner Fink 
+
+- Add a rpmlintrc file to silent useless warnings 
+
+---

Old:

  info-dir

New:

  texinfo-rpmlintrc



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.NSDdHm/_old  2019-10-25 18:37:51.575655303 +0200
+++ /var/tmp/diff_new_pack.NSDdHm/_new  2019-10-25 18:37:51.579655307 +0200
@@ -28,7 +28,7 @@
 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
-Source10:   info-dir
+Source42:   %{name}-rpmlintrc
 Patch1: texinfo-zlib.patch
 Patch2: install-info_exitcode.patch
 BuildRequires:  automake
@@ -131,8 +131,6 @@
 mv %{buildroot}%{_bindir}/install-info %{buildroot}/sbin/
 ln -sf ../../sbin/install-info %{buildroot}%{_bindir}/install-info
 
-install -m 644 %{SOURCE10} %{buildroot}%{_infodir}/dir
-
 %find_lang %{name} %{name}.lang
 %find_lang %{name}_document %{name}_document.lang
 
@@ -218,7 +216,7 @@
 
 %files -n info
 %defattr(-,root,root,0755)
-%config(noreplace) %verify(not md5 size mtime) %{_infodir}/dir
+%ghost %verify(not md5 size mtime) %{_infodir}/dir
 /sbin/install-info
 %{_bindir}/install-info
 %{_bindir}/info


++ texinfo-rpmlintrc ++
addFilter(".*W:.*ghost-files-without-postin.*")
addFilter(".*W:.*info-files-without-install-info-post.*")
addFilter(".*W:.*name-repeated-in-summary.*")
addFilter(".*W:.*no-binary.*")




commit texinfo for openSUSE:Factory

2019-10-07 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2019-10-07 13:37:58

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new.2352 (New)


Package is "texinfo"

Mon Oct  7 13:37:58 2019 rev:56 rq:733990 version:6.6

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2019-09-11 
10:15:36.411546399 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new.2352/texinfo.changes
2019-10-07 13:38:00.676842865 +0200
@@ -1,0 +2,30 @@
+Fri Sep 27 14:29:01 UTC 2019 - Ludwig Nussel 
+
+- use filetrigger instead of transfiletrigger
+
+---
+Fri Sep 27 10:35:46 UTC 2019 - Dr. Werner Fink 
+
+- Temporary disable %transfiletriggerin/%transfiletriggerun and
+  reintroduce %post/%preun with %install_info/%install_info_delete
+  as libzypp currentyl can not handle first case (boo#1041742) 
+
+---
+Fri Sep 27 08:56:50 UTC 2019 - Dr. Werner Fink 
+
+- Fix patch texinfo-zlib.patch to enable open of compressed info
+  files without using a compressor utility (boo#1152105)
+
+---
+Thu Sep 26 12:41:40 UTC 2019 - Dr. Werner Fink 
+
+- For bug boo#1152105 split of the info pages of package info to be
+  able to preinstall gzip before/with first install-info call
+
+---
+Thu Sep 26 11:53:33 UTC 2019 - Ludwig Nussel 
+
+- implement file trigger for installing and removing info pages
+  (boo#1152105)
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.HtkTNh/_old  2019-10-07 13:38:01.712840001 +0200
+++ /var/tmp/diff_new_pack.HtkTNh/_new  2019-10-07 13:38:01.716839990 +0200
@@ -51,8 +51,6 @@
 Requires:   texlive-pdftex
 Requires:   texlive-tex
 Requires:   texlive-texinfo
-Requires(post): %{install_info_prereq}
-Requires(preun): %{install_info_prereq}
 Recommends: texi2html
 Recommends: texi2roff
 
@@ -68,6 +66,7 @@
 %package -n info
 Summary:A Stand-Alone Terminal-Based Info Browser
 Group:  Productivity/Publishing/Texinfo
+Requires:   gzip
 
 %description -n info
 Info is a terminal-based program for reading documentation of computer
@@ -75,6 +74,18 @@
 on-line manuals in the Info format, so you need a program called "Info
 reader" to read the manuals.
 
+%package -n info-std
+Summary:The info pages of the Info Browser
+Group:  Productivity/Publishing/Texinfo
+Supplements:packageand(info:patterns-base-documentation)
+BuildArch:  noarch
+
+%description -n info-std
+Info is a terminal-based program for reading documentation of computer
+programs in the Info format. The GNU Project distributes most of its
+on-line manuals in the Info format, so you need a program called "Info
+reader" to read the manuals.
+
 %package -n makeinfo
 Summary:Translator for converting texinfo documents to info format
 # /usr/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm uses 
Text::Unidecode
@@ -91,7 +102,7 @@
 
 %prep
 %setup -q
-%patch1 -p1 -b .p1
+%patch1 -p1 -b .zio
 %patch2 -p1
 
 %build
@@ -130,17 +141,51 @@
 export LANG
 make %{?_smp_mflags} check
 
-%post
-%install_info --info-dir=%{_infodir} %{_infodir}/texinfo.info%{ext_info}
-
-%preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/texinfo.info%{ext_info}
-
-%post -n info
-%install_info --info-dir=%{_infodir} %{_infodir}/info-stnd.info%{ext_info}
-
-%preun -n info
-%install_info_delete --info-dir=%{_infodir} 
%{_infodir}/info-stnd.info%{ext_info}
+%filetriggerin -n info -p  -- %{_infodir}
+-- TODO: replace with rpm.execute after rpm 4.15
+function execute(path, ...)
+  local pid = posix.fork()
+  if pid == 0 then
+ posix.exec(path, ...)
+ io.write(path, ": exec failed: ", posix.errno(), "\n")
+ os.exit(1)
+  end
+  if not pid then
+ error(path .. ": fork failed: " .. posix.errno() .. "\n")
+  end
+  posix.wait(pid)
+end
+--
+file = rpm.next_file()
+while file do
+if string.match(file, "%%.info%%.gz$") then
+   execute("/usr/bin/install-info", "--info-dir=%{_infodir}", file)
+end
+file = rpm.next_file()
+end
+
+%filetriggerun -n info -p  -- %{_infodir}
+-- TODO: replace with rpm.execute after rpm 4.15
+function execute(path, ...)
+  local pid = posix.fork()
+  if pid == 0 then
+ posix.exec(path, ...)
+ io.write(path, ": exec failed: ", posix.errno(), "\n")
+ os.exit(1)
+  end
+  if not pid then
+ error(path .. ": fork failed: " .. posix.errno() .. "\n")

commit texinfo for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2019-09-11 10:15:31

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new.7948 (New)


Package is "texinfo"

Wed Sep 11 10:15:31 2019 rev:55 rq:726696 version:6.6

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2018-12-19 
13:29:24.068932489 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new.7948/texinfo.changes
2019-09-11 10:15:36.411546399 +0200
@@ -1,0 +2,59 @@
+Wed Aug 28 08:24:13 UTC 2019 - Dr. Werner Fink 
+
+- Move texindex.awk to package texinfo as texindex(1) is part of
+  and use this awk script
+
+---
+Tue Aug 27 13:52:33 UTC 2019 - Dr. Werner Fink 
+
+- Port the texinfo-zlib.patch to new version 6.6 to solve build problems 
+
+---
+Tue Aug 27 07:03:03 UTC 2019 - Martin Pluskal 
+
+- Update to version 6.6:
+  * Language:
+. new commands @&, @ampchar{}
+. @cropmarks command removed
+. @ctrl is no longer recognised (it was a way to insert literal
+  control characters in Info files, but deprecated since the
+  time of Texinfo version 2)
+. \usebracesinindexestrue is no longer recommended for using braces in
+  index entries, and has been a no-op for some time
+  * texi2any
+. extension modules fixed to work with the "thread-safe locales" of
+  Perl 5.28 and newer
+. some code changed to stop warnings being given by newer versions of Perl
+. for HTML output, use `id' to define link targets instead of the `name'
+  attribute on 
+. A native-code implementation of the Texinfo parser has been included
+  on an experimental basis, which makes texi2any a lot faster.  Set the
+  `TEXINFO_XS_PARSER' environment variable to 1 to use.
+. changes to HTML output:
+  . omit colon after node name in menus by default (use
+`MENU_ENTRY_COLON' to add it back)
+  . no special CSS for commands like @smallexample
+  . new customization variable `SECTION_NAME_IN_TITLE' to use the
+section name as the document 
+  . use section names instead of node names in generated menus
+. pass on flags set with -D to TeX
+. useless static libraries are not installed
+. the newline after an @insertcopying is not output
+. warning given for @multitable prototypes not in braces
+. @indent and @noindent are not allowed inside the arguments to
+  commands where they are not meaningful
+. @quote-arg and @allow-recursion are not recognised (these two used
+  to be recognised by makeinfo in macro definitions but were never
+  implemented in texinfo.tex)
+. `FIX_TEXINFO' removed as a customization variable
+. do not recognise or warn about obsolete customization variables
+  * info
+. debugging output with -x is not diverted to a separate infodebug file
+  * Development:
+. switch from Subversion to git
+  - https://savannah.gnu.org/git/?group=texinfo
+. automake 1.16
+- Drop no longer needed patch:
+  * perl-5.28-fixes.patch
+
+---

Old:

  perl-5.28-fixes.patch
  texinfo-6.5.tar.xz
  texinfo-6.5.tar.xz.sig

New:

  texinfo-6.6.tar.xz
  texinfo-6.6.tar.xz.sig



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.YMRPlY/_old  2019-09-11 10:15:38.227546174 +0200
+++ /var/tmp/diff_new_pack.YMRPlY/_new  2019-09-11 10:15:38.231546173 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo
 #
-# Copyright (c) 2018 SUSE LINUX 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
@@ -19,7 +19,7 @@
 # perl modules are not installed in global path
 %global __provides_exclude ^(libtool|perl)\\(
 Name:   texinfo
-Version:6.5
+Version:6.6
 Release:0
 Summary:Tools for creating documentation from texinfo sources
 License:GPL-3.0-or-later
@@ -31,7 +31,6 @@
 Source10:   info-dir
 Patch1: texinfo-zlib.patch
 Patch2: install-info_exitcode.patch
-Patch3: perl-5.28-fixes.patch
 BuildRequires:  automake
 BuildRequires:  help2man
 BuildRequires:  libbz2-devel
@@ -92,9 +91,8 @@
 
 %prep
 %setup -q
-%patch1 -p1
+%patch1 -p1 -b .p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 LANG=en_GB.UTF-8
@@ -145,6 +143,7 @@
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/info-stnd.info%{ext_info}
 
 %files -f %{name}_document.lang

commit texinfo for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2018-12-19 13:29:14

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new.28833 (New)


Package is "texinfo"

Wed Dec 19 13:29:14 2018 rev:54 rq:657161 version:6.5

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2018-12-10 
12:21:33.314932985 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new.28833/texinfo.changes   
2018-12-19 13:29:24.068932489 +0100
@@ -1,0 +2,9 @@
+Tue Dec 11 11:49:21 UTC 2018 - Dominique Leuenberger 
+
+- Update perl-5.28-fixes.patch: Update locale handling for Perl 5.28.
+  Perl 5.28 introduced thread-safe locales, where setlocale()
+  only affects the locale of the current thread. External code
+  like mbrtowc(3) isn't aware of this thread specific locale,
+  so we need to explicitly modify the global one instead.
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.Ev7jbq/_old  2018-12-19 13:29:24.752931596 +0100
+++ /var/tmp/diff_new_pack.Ev7jbq/_new  2018-12-19 13:29:24.752931596 +0100
@@ -24,7 +24,7 @@
 Summary:Tools for creating documentation from texinfo sources
 License:GPL-3.0-or-later
 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


++ perl-5.28-fixes.patch ++
--- /var/tmp/diff_new_pack.Ev7jbq/_old  2018-12-19 13:29:24.780931560 +0100
+++ /var/tmp/diff_new_pack.Ev7jbq/_new  2018-12-19 13:29:24.780931560 +0100
@@ -9,10 +9,10 @@
  tp/Texinfo/Parser.pm | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/tp/Texinfo/Parser.pm b/tp/Texinfo/Parser.pm
-index dc32ca2..c577aa9 100644
 a/tp/Texinfo/Parser.pm
-+++ b/tp/Texinfo/Parser.pm
+Index: texinfo-6.5/tp/Texinfo/Parser.pm
+===
+--- texinfo-6.5.orig/tp/Texinfo/Parser.pm
 texinfo-6.5/tp/Texinfo/Parser.pm
 @@ -5478,11 +5478,11 @@ sub _parse_special_misc_command()
  }
} elsif ($command eq 'clickstyle') {
@@ -27,6 +27,30 @@
$has_comment = 1 if (defined($4));
  } else {
$self->line_error (sprintf($self->__(
--- 
-2.17.0
-
+Index: texinfo-6.5/tp/Texinfo/Convert/XSParagraph/xspara.c
+===
+--- texinfo-6.5.orig/tp/Texinfo/Convert/XSParagraph/xspara.c
 texinfo-6.5/tp/Texinfo/Convert/XSParagraph/xspara.c
+@@ -248,6 +248,11 @@ xspara_init (void)
+ 
+   dTHX;
+ 
++#if PERL_VERSION > 27 || (PERL_VERSION == 27 && PERL_SUBVERSION > 8)
++  /* needed due to thread-safe locale handling in newer perls */
++  switch_to_global_locale();
++#endif
++
+   if (setlocale (LC_CTYPE, "en_US.UTF-8")
+   || setlocale (LC_CTYPE, "en_US.utf8"))
+ goto success;
+@@ -320,6 +325,10 @@ failure:
+ {
+ success: ;
+   free (utf8_locale);
++#if PERL_VERSION > 27 || (PERL_VERSION == 27 && PERL_SUBVERSION > 8)
++  /* needed due to thread-safe locale handling in newer perls */
++  sync_locale();
++#endif
+   /*
+   fprintf (stderr, "tried to set LC_CTYPE to UTF-8.\n");
+   fprintf (stderr, "character encoding is: %s\n",






commit texinfo for openSUSE:Factory

2018-12-10 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2018-12-10 12:21:31

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new.19453 (New)


Package is "texinfo"

Mon Dec 10 12:21:31 2018 rev:53 rq:651321 version:6.5

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2018-04-10 
09:52:19.748554956 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new.19453/texinfo.changes   
2018-12-10 12:21:33.314932985 +0100
@@ -1,0 +2,11 @@
+Thu Nov 22 17:59:13 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase for summaries.
+
+---
+Tue Oct 30 13:15:15 UTC 2018 - Dr. Werner Fink 
+
+- Add patch perl-5.28-fixes.patch to get build cehck working again
+  due broken perl API with perl 5.28 and up (boo#1113945)
+
+---

New:

  perl-5.28-fixes.patch



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.kNz9O7/_old  2018-12-10 12:21:34.018932285 +0100
+++ /var/tmp/diff_new_pack.kNz9O7/_new  2018-12-10 12:21:34.022932280 +0100
@@ -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/
 #
 
 
@@ -21,8 +21,8 @@
 Name:   texinfo
 Version:6.5
 Release:0
-Summary:Tools Needed to Create Documentation from Texinfo Sources
-License:GPL-3.0+
+Summary:Tools for creating documentation from texinfo sources
+License:GPL-3.0-or-later
 Group:  Productivity/Publishing/Texinfo
 Url:https://www.gnu.org/software/texinfo/
 Source0:https://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.xz
@@ -31,6 +31,7 @@
 Source10:   info-dir
 Patch1: texinfo-zlib.patch
 Patch2: install-info_exitcode.patch
+Patch3: perl-5.28-fixes.patch
 BuildRequires:  automake
 BuildRequires:  help2man
 BuildRequires:  libbz2-devel
@@ -76,7 +77,7 @@
 reader" to read the manuals.
 
 %package -n makeinfo
-Summary:Translate Texinfo documents to info format
+Summary:Translator for converting texinfo documents to info format
 # /usr/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm uses 
Text::Unidecode
 Group:  Productivity/Publishing/Texinfo
 Requires:   perl(Text::Unidecode)
@@ -93,6 +94,7 @@
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 LANG=en_GB.UTF-8


++ perl-5.28-fixes.patch ++
>From 1f27900352e04ff4f19bec1c1e9635adad2be31c Mon Sep 17 00:00:00 2001
From: Niko Tyni 
Date: Fri, 18 May 2018 10:40:00 +0100
Subject: [PATCH] Fix unescaped left braces in regexps, deprecated since Perl
 5.27.8

This fixes test failures on recent Perl versions.
---
 tp/Texinfo/Parser.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tp/Texinfo/Parser.pm b/tp/Texinfo/Parser.pm
index dc32ca2..c577aa9 100644
--- a/tp/Texinfo/Parser.pm
+++ b/tp/Texinfo/Parser.pm
@@ -5478,11 +5478,11 @@ sub _parse_special_misc_command()
 }
   } elsif ($command eq 'clickstyle') {
 # REMACRO
-if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*/) {
+if ($line =~ /^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*/) {
   $args = ['@'.$1];
   $self->{'clickstyle'} = $1;
   $remaining = $line;
-  $remaining =~ 
s/^\s+@([[:alnum:]][[:alnum:]\-]*)({})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
+  $remaining =~ 
s/^\s+@([[:alnum:]][[:alnum:]\-]*)(\{\})?\s*(\@(c|comment)((\@|\s+).*)?)?//;
   $has_comment = 1 if (defined($4));
 } else {
   $self->line_error (sprintf($self->__(
-- 
2.17.0






commit texinfo for openSUSE:Factory

2018-04-10 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2018-04-10 09:52:13

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is "texinfo"

Tue Apr 10 09:52:13 2018 rev:52 rq:593967 version:6.5

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2018-03-07 
10:28:29.195877550 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2018-04-10 
09:52:19.748554956 +0200
@@ -1,0 +2,8 @@
+Fri Apr  6 09:02:47 UTC 2018 - adam.ma...@suse.de
+
+- install-info_exitcode.patch: install-info needs to return success
+  when it does nothing. We need 0 return value even on failure as
+  old packages in SLE-11 and SLE-12 can become uninstallable.
+  (bsc#1084997)
+
+---

New:

  install-info_exitcode.patch



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.QW0EiS/_old  2018-04-10 09:52:20.908512924 +0200
+++ /var/tmp/diff_new_pack.QW0EiS/_new  2018-04-10 09:52:20.908512924 +0200
@@ -30,6 +30,7 @@
 Source2:%{name}.keyring
 Source10:   info-dir
 Patch1: texinfo-zlib.patch
+Patch2: install-info_exitcode.patch
 BuildRequires:  automake
 BuildRequires:  help2man
 BuildRequires:  libbz2-devel
@@ -91,6 +92,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 LANG=en_GB.UTF-8


++ install-info_exitcode.patch ++
Author: Adam Majer 
Date: Fri Apr  6 10:59:49 CEST 2018
Bug: bsc#1084997
Summary: revert behaviour change since SLE11/SLE12

For package that tries to remove non-existent info page.

/sbin/install-info --quiet --delete --info-dir=/usr/share/info 
  /usr/share/info/blubber.info.gz ; echo $?
0


in SLE15,

/sbin/install-info --quiet --delete --info-dir=/usr/share/info 
  /usr/share/info/blubber.info.gz ; echo $?

install-info: No such file or directory for 
  /usr/share/info/blubber.info.gz 
1


So, we need to keep return code on failure to be 0 since suse_macros are missing
||: which results in broken packages that worked before to stop working now. 
This
is affecting upgrade process.

https://bugzilla.suse.com/show_bug.cgi?id=1084997

Index: texinfo-6.5/install-info/install-info.c
===
--- texinfo-6.5.orig/install-info/install-info.c
+++ texinfo-6.5/install-info/install-info.c
@@ -249,7 +249,7 @@ fatal (const char *fmt, ...)
   va_start (ap, fmt);
   vdiag (fmt, NULL, ap);
   va_end (ap);
-  exit (EXIT_FAILURE);
+  exit (EXIT_SUCCESS);
 }
 
 /* Return a newly-allocated string





commit texinfo for openSUSE:Factory

2018-03-07 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2018-03-07 10:28:27

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is "texinfo"

Wed Mar  7 10:28:27 2018 rev:51 rq:580784 version:6.5

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2018-01-29 
14:56:29.893211367 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2018-03-07 
10:28:29.195877550 +0100
@@ -1,0 +2,5 @@
+Fri Feb 23 08:34:56 UTC 2018 - fv...@suse.com
+
+- Use %license (boo#1082318)
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.ZpaH3M/_old  2018-03-07 10:28:31.195805409 +0100
+++ /var/tmp/diff_new_pack.ZpaH3M/_new  2018-03-07 10:28:31.195805409 +0100
@@ -24,7 +24,7 @@
 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
@@ -76,8 +76,8 @@
 
 %package -n makeinfo
 Summary:Translate Texinfo documents to info format
-Group:  Productivity/Publishing/Texinfo
 # /usr/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm uses 
Text::Unidecode
+Group:  Productivity/Publishing/Texinfo
 Requires:   perl(Text::Unidecode)
 %requires_eqperl
 Suggests:   texinfo
@@ -141,7 +141,8 @@
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/info-stnd.info%{ext_info}
 
 %files -f %{name}_document.lang
-%doc ABOUT-NLS AUTHORS COPYING NEWS README TODO
+%license COPYING
+%doc ABOUT-NLS AUTHORS NEWS README TODO
 %doc doc/texinfo.tex doc/txi-*.tex
 %{_bindir}/pod2texi
 %{_bindir}/texi2dvi







commit texinfo for openSUSE:Factory

2018-01-29 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2018-01-29 14:55:41

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is "texinfo"

Mon Jan 29 14:55:41 2018 rev:50 rq:570001 version:6.5

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2018-01-16 
09:24:01.793182703 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2018-01-29 
14:56:29.893211367 +0100
@@ -1,0 +2,5 @@
+Fri Jan 26 17:10:31 UTC 2018 - wer...@suse.de
+
+- Do not require bash for package info (boo#1077744) 
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.yuesMn/_old  2018-01-29 14:56:30.545180907 +0100
+++ /var/tmp/diff_new_pack.yuesMn/_new  2018-01-29 14:56:30.549180720 +0100
@@ -67,7 +67,6 @@
 %package -n info
 Summary:A Stand-Alone Terminal-Based Info Browser
 Group:  Productivity/Publishing/Texinfo
-Requires(pre):  bash
 
 %description -n info
 Info is a terminal-based program for reading documentation of computer







commit texinfo for openSUSE:Factory

2018-01-16 Thread root
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_eqperl
 # /usr/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm uses 
Text::Unidecode
 Requires:   perl(Text::Unidecode)
+%requires_eqperl
 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 @@
  

commit texinfo for openSUSE:Factory

2017-10-13 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2017-10-13 14:04:24

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is "texinfo"

Fri Oct 13 14:04:24 2017 rev:48 rq:532668 version:6.4

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2017-07-24 
12:28:57.718825266 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2017-10-13 
14:04:27.794898490 +0200
@@ -1,0 +2,24 @@
+Mon Oct  9 07:20:30 UTC 2017 - wer...@suse.de
+
+- Avoid also provide libtool() on texinfo specific perl linkage
+
+---
+Sat Oct  7 12:35:18 UTC 2017 - co...@suse.com
+
+- Drop require on perl(Locale::Messages) as long as we bundle
+  perl-libintl-perl (the system one leaves tests failing)
+
+---
+Sat Oct  7 08:31:43 UTC 2017 - co...@suse.com
+
+- Do not provide perl() - the modules are not globally available
+  (bsc#1062028)
+
+---
+Wed Oct  4 08:41:08 UTC 2017 - dims...@opensuse.org
+
+- Change perl requires to be exactly the perl version makeinfo was
+  built against. We ship a perl loadable module which is hard
+  linked to the right version.
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.7h67jb/_old  2017-10-13 14:04:29.182837452 +0200
+++ /var/tmp/diff_new_pack.7h67jb/_new  2017-10-13 14:04:29.186837276 +0200
@@ -53,6 +53,9 @@
 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
@@ -76,9 +79,7 @@
 %package -n makeinfo
 Summary:Translate Texinfo documents to info format
 Group:  Productivity/Publishing/Texinfo
-Requires:   perl
-# /usr/share/texinfo/Texinfo/Report.pm uses Locale::Messages
-Requires:   perl(Locale::Messages)
+%requires_eqperl
 # /usr/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm uses 
Text::Unidecode
 Requires:   perl(Text::Unidecode)
 Suggests:   texinfo
@@ -94,6 +95,8 @@
 %patch1 -p1
 
 %build
+LANG=en_GB.UTF-8
+export LANG
 %configure \
--with-external-Text-Unidecode \
--enable-perl-xs
@@ -123,6 +126,8 @@
 %find_lang %{name}_document %{name}_document.lang
 
 %check
+LANG=en_GB.UTF-8
+export LANG
 make %{?_smp_mflags} check
 
 %post







commit texinfo for openSUSE:Factory

2017-07-24 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2017-07-24 12:28:56

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is "texinfo"

Mon Jul 24 12:28:56 2017 rev:47 rq:510421 version:6.4

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2017-01-25 
22:33:03.250386986 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2017-07-24 
12:28:57.718825266 +0200
@@ -1,0 +2,47 @@
+Wed Jul 12 12:48:12 UTC 2017 - mplus...@suse.com
+
+- Update to version 6.4:
+  * texi2any:
++ for HTML output, place section names before the manual in page
+  titles, instead of after them, so it is easier to distinguish pages
+  if titles are truncated
++ starting points for ordered lists beginning with 0 or a letter of
+  the alphabet are output as attributes on the  tag, as was
+  case for Texinfo 4.13 and earlier
++ a bit faster
++ some discrepancies in paragraph formatting between Perl extension
+  modules and interpreted Perl modules have been fixed
++ `MACRO_BODY_IGNORES_LEADING_SPACE' customization variable removed,
+  and `indent_menu_descriptions' is no longer a possible value for
+  `TREE_TRANSFORMATIONS' (as these features did not work as
+  documented)
+  * info:
++ the `up-line' and `down-line' commands now are like the other
+  scrolling commands and are no longer confined to a single node
+  (depending on the value of `scroll-behaviour')
++ supplying the --all option with --index-search displays a list
+  of matching index entries
++ the style variables like `link-style' can now be set while info
+  is running
++ display bug fixed where color could be turned off prematurely
++ several other bugs fixed
++ better portability in test suite
++ do not fall back to showing the dir node if a manual isn't found
++ Do not attempt any kind of conversion of CR LF line endings,
+  except on MS-DOS/Windows, when it is done unconditionally.  (This 
+  replaces a more complicated approach, where this conversion would 
+  take place if there was a problem finding a node in a file.)  The 
+  main effect of this change is that Info files with CR LF line 
+  endings, which would have been produced on MS-DOS/Windows with old 
+  versions of makeinfo, are only supported on such operating systems.
++ a few of the key bindings under --vi-keys have been changed for
+  consistency or to match the documentation
+  * texinfo.tex
++ a DVI file with a single empty page can be output again, which
+  restores the behavior from Texinfo 6.0 and earlier
+- Small packaging clenup:
+  * Drop conditions for old releases
+  * Run spec-cleaner
+  * Run testsuite
+
+---

Old:

  texinfo-6.3.tar.xz
  texinfo-6.3.tar.xz.sig

New:

  texinfo-6.4.tar.xz
  texinfo-6.4.tar.xz.sig



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.RcfmlQ/_old  2017-07-24 12:28:58.478718039 +0200
+++ /var/tmp/diff_new_pack.RcfmlQ/_new  2017-07-24 12:28:58.482717475 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texinfo
-Version:6.3
+Version:6.4
 Release:0
 Summary:Tools Needed to Create Documentation from Texinfo Sources
 License:GPL-3.0+
@@ -36,29 +36,22 @@
 BuildRequires:  perl
 BuildRequires:  perl-Text-Unidecode
 BuildRequires:  perl-gettext
-BuildRequires:  perl-libintl-perl
 BuildRequires:  perl-macros
 BuildRequires:  zlib-devel
 Requires:   makeinfo = %{version}
 Requires:   perl
 Requires:   perl-Text-Unidecode
 Requires:   perl-gettext
-Requires:   perl-libintl-perl
-Requires(post): %install_info_prereq
-Requires(preun): %install_info_prereq
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} > 1220
 Requires:   texlive-bibtex
 Requires:   texlive-latex
 Requires:   texlive-makeindex
 Requires:   texlive-pdftex
 Requires:   texlive-tex
 Requires:   texlive-texinfo
-%endif
-%if 0%{?suse_version} > 1310
+Requires(post): %{install_info_prereq}
+Requires(preun): %{install_info_prereq}
 Recommends: texi2html
 Recommends: texi2roff
-%endif
 
 %description
 Texinfo is a documentation system that uses a single source file to
@@ -101,8 +94,9 @@
 %patch1 -p1
 
 %build
-%configure --with-external-Text-Unidecode --with-external-libintl-perl 
--with-gnu-ld --enable-perl-xs
-
+%configure \
+   --with-external-Text-Unidecode \
+   --enable-perl-xs
 make %{?_smp_mflags}
 
 %install
@@ -128,20 +122,22 @@
 %find_lang %{name} %{name}.lang
 

commit texinfo for openSUSE:Factory

2017-01-25 Thread root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2017-01-25 22:33:01

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is "texinfo"

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2016-08-05 
18:11:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2017-01-25 
22:33:03.250386986 +0100
@@ -1,0 +2,34 @@
+Fri Jan 20 10:02:38 UTC 2017 - rmali...@suse.com
+
+- Update to version 6.3:
+  * Language:
++ The commands `@setcontentsaftertitlepage' and
+  `@setshortcontentsaftertitlepage' have been removed.
++ @-commands are no longer supported within `@errormsg'.
+  * texinfo.tex:
++ For a couple of characters (opening and closing braces), use glyphs
+  from the standard TeX math fonts instead of using EC fonts which are 
+  less likely to be installed.
++ Use of user-defined macros in the text of an index entry is more
+  reliable when the text contains Texinfo @-commands.
++ @synindex and @syncodeindex have been fixed (broken in the last
+  release).
++ Support added for native UTF-8 support with XeTeX and LuaTeX.
++ Support of PDF output with XeTeX improved.
++ You can use a new file doc/texinfo-ja.tex for Texinfo documents in
+  Japanese.  doc/short-sample-ja.tex is a sample document.  New 
+  support file doc/txi-ja.tex for Japanese.
++ texi2any:
++ Fix handling of compiler options when building Perl extension modules.
+  * texi2dvi:
++ Can now process files whose absolute paths contain space characters,
+  as long a relative path to the file is given.  Better support of 
+  files with unusual characters in their names.
++ No longer exits prematurely in some circumstances (due to the script
+  running under "set -e").
++ Bug fixed which made the `--command' and `--tidy' options
+  incompatible.
+  * info:
++ Handling of "invalid" value in infokey file fixed.
+
+---

Old:

  texinfo-6.1.tar.xz
  texinfo-6.1.tar.xz.sig

New:

  texinfo-6.3.tar.xz
  texinfo-6.3.tar.xz.sig



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.IVMCgR/_old  2017-01-25 22:33:04.246236297 +0100
+++ /var/tmp/diff_new_pack.IVMCgR/_new  2017-01-25 22:33:04.254235087 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,14 +17,14 @@
 
 
 Name:   texinfo
-Version:6.1
+Version:6.3
 Release:0
 Summary:Tools Needed to Create Documentation from Texinfo Sources
 License:GPL-3.0+
 Group:  Productivity/Publishing/Texinfo
-Url:http://www.gnu.org/software/texinfo/
-Source0:ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.xz
-Source1:ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.xz.sig
+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
 Source10:   info-dir
 Patch1: texinfo-zlib.patch
@@ -34,9 +34,6 @@
 BuildRequires:  libzio-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
-Requires:   perl-Text-Unidecode
-Requires:   perl-gettext
-Requires:   perl-libintl-perl
 BuildRequires:  perl-Text-Unidecode
 BuildRequires:  perl-gettext
 BuildRequires:  perl-libintl-perl
@@ -44,8 +41,12 @@
 BuildRequires:  zlib-devel
 Requires:   makeinfo = %{version}
 Requires:   perl
+Requires:   perl-Text-Unidecode
+Requires:   perl-gettext
+Requires:   perl-libintl-perl
 Requires(post): %install_info_prereq
 Requires(preun): %install_info_prereq
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1220
 Requires:   texlive-bibtex
 Requires:   texlive-latex
@@ -58,7 +59,6 @@
 Recommends: texi2html
 Recommends: texi2roff
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Texinfo is a documentation system that uses a single source file to
@@ -88,8 +88,8 @@
 Requires:   perl(Locale::Messages)
 # /usr/share/texinfo/Texinfo/Convert/NodeNameNormalization.pm uses 
Text::Unidecode
 Requires:   perl(Text::Unidecode)
-Provides:   texinfo:/usr/bin/makeinfo
 Suggests:   

commit texinfo for openSUSE:Factory

2016-08-05 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2016-08-05 18:11:36

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is "texinfo"

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2016-07-24 
19:42:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2016-08-05 
18:11:37.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 24 16:11:18 UTC 2016 - p.drou...@gmail.com
+
+- Remove libpth-devel; texinfo doesn't depend on it
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.9JY1vG/_old  2016-08-05 18:11:38.0 +0200
+++ /var/tmp/diff_new_pack.9JY1vG/_new  2016-08-05 18:11:38.0 +0200
@@ -31,7 +31,6 @@
 BuildRequires:  automake
 BuildRequires:  help2man
 BuildRequires:  libbz2-devel
-BuildRequires:  libpth-devel
 BuildRequires:  libzio-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl







commit texinfo for openSUSE:Factory

2016-07-24 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2016-07-24 19:42:03

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is "texinfo"

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2015-10-19 
22:15:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2016-07-24 
19:42:04.0 +0200
@@ -1,0 +2,94 @@
+Fri Jul 15 18:05:00 UTC 2016 - sch...@linux-m68k.org
+
+- Update to 6.1
+  * Language:
+. You can now omit the @menu from nodes with other nodes below them in
+  the document structure.  If you use "@validatemenus off" near the 
+  start of a Texinfo file, makeinfo will, where needed, create a menu 
+  for nodes lacking one given explicitly.
+. An @setfilename line is no longer required at the start of a
+  Texinfo file.  (Be aware, though, that some other tools may require 
+  it, for example Automake.)
+. For processing with TeX, a comma is automatically provided following
+  a cross-reference command (such as @xref) when needed to separate
+  the page number from following text, so you don't need to add one
+  yourself.  See the `Parts of a Cross Reference' node in the manual
+  for details.  Behavior when followed by punctuation, as always
+  recommended previously, is unchanged.
+  * texi2any:
+. Some Perl modules have been rewritten in C to increase speed.
+  If Perl extensions can be created, they are used by default; 
+  otherwise the pure Perl implementations are still used.
+  Disable at build time with "configure --disable-perl-xs".  The 
+  environment variable TEXINFO_XS controls how they are used by 
+  texi2any.
+. Quotation marks are left out for node names and index entries in
+  Info output where they would have been produced by commands such
+  as @file or @option.
+. New customization variable INFO_SPECIAL_CHARS_QUOTE to allow use of
+  a quoting mechanism for problematic constructs in Info output, for
+  example node names containing colons or commas.
+. Commands like @heading are affected by @lowersections and @raisesections
+  again, as was the case before Texinfo 5.0.
+  * texinfo.tex:
+. You may explicitly specify a sort key for an index entry by preceding
+  the text of the entry with the @sortas commmand with the sort key 
+  desired as a braced argument.   Additionally, you may choose to
+  ignore all occurences of the characters \, @, <, and - using new 
+  flags you can specify with @set: `txiindexbackslashignore',
+  `txiindexatsignignore', `txiindexlessthanignore', and
+  `txiindexhyphenignore' respectively.
+. Changes to macro handling to more closely match makeinfo.  Ends of
+  lines are preserved in an argument to a macro taking a single 
+  argument.
+. By default, suppress heading line on a page with a chapter on it, to
+  avoid having the chapter title repeated.
+. Use a larger font for arguments in a @deffn line and similar.
+. The default indices (cp, ky and so on) now don't get a file opened
+  for them unless they are actually used.  This reduces the number of
+  files that a run of TeX produces, and also allows for a greater
+  number of user-defined indices, because you will not bump into TeX's
+  limit of 16 open files at once so soon.
+. For initials in indices that are non-alphanumeric characters (for
+  example, backslash, or braces), avoid use of a typewriter font.  
+  This gives a more consistent appearance.
+. Have a stronger preference for breaking a column in an index before
+  a letter heading.
+. Formatting improvements in tables of contents and indices.  Entries
+  can extend slightly into the margin instead of being broken across 
+  two lines, and text is split more evenly across lines.  Reduce 
+  chance of an orphaned index entry appearing at the top of a column.
+. Support character encodings beyond ASCII for XeTeX and LuaTeX by
+  reading file input byte-by-byte.
+  * texi2dvi:
+. Support for determining the output files using the `-recorder'
+  option to TeX, to help to support more TeX engines.
+  * info:
+. New user variables `link-style', `active-link-style', and
+  `match-style' enable customization of how cross-references and search 
+  matches are highlighted.
+. By default only the node pointers are displayed at the top of a node.
+  Customize this with the `nodeline' variable.
+. New command M-x tree-search to search all subnodes of a node.
+. Now tries to find referenced manuals in the same directory as the
+  current file first, before looking in search 

commit texinfo for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2015-10-19 22:15:49

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is "texinfo"

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2015-08-21 
07:34:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2015-10-19 
22:15:50.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct 15 19:44:20 UTC 2015 - wer...@suse.de
+
+- Package info.info that is revert the previous drop from
+  Mon May  6 16:05:29 UTC 2013
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.gwwMnu/_old  2015-10-19 22:15:51.0 +0200
+++ /var/tmp/diff_new_pack.gwwMnu/_new  2015-10-19 22:15:51.0 +0200
@@ -128,9 +128,6 @@
 
 install -m 644 %{SOURCE10} %{buildroot}%{_infodir}/dir
 
-# part of emacs-info
-rm -f %{buildroot}%{_infodir}/info.info*
-
 %find_lang %{name} %{name}.lang
 %find_lang %{name}_document %{name}_document.lang
 
@@ -178,6 +175,7 @@
 %{_bindir}/install-info
 %{_bindir}/info
 %{_infodir}/info-stnd.info*
+%{_infodir}/info.info*
 %{_mandir}/man1/info.1*
 %{_mandir}/man1/install-info.1*
 %{_mandir}/man5/info.5*







commit texinfo for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2015-08-21 07:34:14

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2015-05-28 
09:00:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2015-08-21 
07:34:16.0 +0200
@@ -1,0 +2,82 @@
+Wed Jul 15 11:13:20 UTC 2015 - wer...@suse.de
+
+- The package texinfo now requires makeinfo of the same version
+  to make sure that the correct Texinfo.pm is installed 
+- libzio is able to handle lz(ma) and xz files as well
+
+---
+Sat Jul 11 10:14:57 UTC 2015 - mplus...@suse.com
+
+- Update to 6.0
+  * Language:
++ new commands @sub and @sup, for textual subscripts and 
+  superscripts.
++ new command @U to insert a Unicode character by code point.
+  * texinfo.tex:
++ @url/@uref output in PDF now the same as in DVI, showing the 
+  url even if the second argument is given, not just as a link 
+  target. TeX option \urefurlonlylinktrue gives previous 
+  behavior, of invisible urls.
++ PDF-only \linkcolor and \urlcolor specify colors (default 
+  black).
+  * texi2any:
++ customization variable TOP_NODE_UP_URL now replaces all (dir) 
+  references; recommended setting for GNU packages is /manual/.
++ new customization variable INDEX_SPECIAL_CHARS_WARNING to 
+  complain when index entries contain a colon.
++ Docbook output no longer uses lineannotation for @r.
++ -D'var val' on the command line works as intended again.
++ --plaintext output can be split.
++ a bit faster.
+  * info:
++ invoking as `info foo bar' looks for bar as an index entry 
+  in manual foo, if not found as a top-level menu item.
++ invoking info with an absolute or explicitly relative file 
+  name (./foo.info, /tmp/foo.info, etc.) just visits that file.
++ separate `infokey' program has been removed - the .infokey 
+  file is now read directly by Info.
++ new option --init-file allows overriding ~/.infokey.
++ new variable `highlight-searches' allows highlighting 
+  results from a search
++ support for mouse scrollwheel, controlled by `mouse' 
+  variable.
++ new variable `key_time' to control how long to wait for 
+  byte sequences sent by special keys.
++ new variable `hide-note-references' alters appearance of 
+  displayed nodes
++ new variable `infopath-no-defaults' allows omitting the 
+  compile-time Info directory from the Info search path.
++ support input of multibyte characters for searches in 
+  a UTF-8 locale.
++ if reading an Info file that is known to be in a different 
+  character encoding to that of the user's environment, 
+  convert its contents when displayed and substitute 
+  missing characters
++ new command M-x info-version.
++ the M-x kill-node command has been removed.
++ test suite at build time.
+  * texindex:
++ completely new implementation as a literate program using 
+  Texinfo and (portable) awk (called TexiWeb Jr.).
++ the -o (--output) is not supported, unless we hear of 
+  someone using it.
++ duplicated sort keys with different display texts result 
+  in one merged index entry, using the first display text.
++ better sorting and parsing in unusual cases; most 
+  notably, { and } characters can appear as initials.
+  * install-info:
++ handle compressed input file names containing spaces.
++ exit successfully if --remove is given and the dir file 
+  does not exist.
++ new option --defsection, to be used instead of 
+  Miscellaneous when a section is not present in the Info 
+  file.
+  * texi2dvi:
++ look for the environment variable THUMBPDF_CMD instead of 
+  THUMBPDF, since thumbpdf itself has used THUMBPDF for options 
+  since 2000.
++ remove --recode and --recode-from options, since they haven't 
+  worked as intended for years, so evidently no one needs them.
+- refresh texinfo-zlib.patch
+
+---

Old:

  texinfo-5.2.tar.gz
  texinfo-5.2.tar.gz.sig

New:

  texinfo-6.0.tar.gz
  texinfo-6.0.tar.gz.sig



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.olwgS5/_old  2015-08-21 07:34:18.0 +0200
+++ /var/tmp/diff_new_pack.olwgS5/_new  2015-08-21 07:34:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, 

commit texinfo for openSUSE:Factory

2015-05-28 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2015-05-28 09:00:09

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2015-05-06 
11:21:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2015-05-28 
09:00:09.0 +0200
@@ -1,0 +2,5 @@
+Sat May 16 06:20:05 UTC 2015 - sch...@linux-m68k.org
+
+- Remove wrong uses of %install_info
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.RXweTF/_old  2015-05-28 09:00:10.0 +0200
+++ /var/tmp/diff_new_pack.RXweTF/_new  2015-05-28 09:00:10.0 +0200
@@ -59,7 +59,6 @@
 Recommends: texi2html
 Recommends: texi2roff
 %endif
-Requires(pre):  %{install_info_prereq}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -137,15 +136,9 @@
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/texinfo.info.gz
-%install_info --info-dir=%{_infodir} %{_infodir}/texinfo.info-1.gz
-%install_info --info-dir=%{_infodir} %{_infodir}/texinfo.info-2.gz
-%install_info --info-dir=%{_infodir} %{_infodir}/texinfo.info-3.gz
 
 %preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/texinfo.info.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/texinfo.info-1.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/texinfo.info-2.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/texinfo.info-3.gz
 
 %post -n info
 %install_info --info-dir=%{_infodir} %{_infodir}/info-stnd.info.gz







commit texinfo for openSUSE:Factory

2015-05-06 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2015-05-06 11:21:30

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2015-04-05 
02:02:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2015-05-06 
11:21:31.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 24 10:05:14 UTC 2015 - wer...@suse.de
+
+- Add pre requires for install_info for scriptlets 
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.vqX1ej/_old  2015-05-06 11:21:32.0 +0200
+++ /var/tmp/diff_new_pack.vqX1ej/_new  2015-05-06 11:21:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -45,6 +45,8 @@
 BuildRequires:  zlib-devel
 Requires:   makeinfo
 Requires:   perl
+Requires(post): %install_info_prereq
+Requires(preun): %install_info_prereq
 %if 0%{?suse_version}  1220
 Requires:   texlive-bibtex
 Requires:   texlive-latex







commit texinfo for openSUSE:Factory

2015-04-04 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2015-04-05 02:02:08

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2015-02-16 
17:48:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2015-04-05 
02:02:10.0 +0200
@@ -1,0 +2,5 @@
+Sat Mar 28 11:31:48 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+
+---

New:

  texinfo-5.2.tar.gz.sig
  texinfo.keyring



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.RQYBgP/_old  2015-04-05 02:02:11.0 +0200
+++ /var/tmp/diff_new_pack.RQYBgP/_new  2015-04-05 02:02:11.0 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Publishing/Texinfo
 Url:http://www.gnu.org/software/texinfo/
 Source0:ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz
+Source1:ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.gz.sig
+Source2:%{name}.keyring
 Source10:   info-dir
 Patch1: texinfo-zlib.patch
 BuildRequires:  automake





commit texinfo for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2015-02-16 15:02:04

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2013-05-13 
15:44:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2015-02-16 
17:48:26.0 +0100
@@ -1,0 +2,68 @@
+Fri Feb  6 17:51:37 UTC 2015 - dims...@opensuse.org
+
+- Add perl(Locale::Messages) and perl(Text::Unidecode) Requires to
+  makeinfo: since the switch to using the external ones, we also
+  must ensure to have them present for the user to execute
+  makeinfo. And makeinfo can be installed without texinfo (which
+  already does require those modules too).
+
+---
+Fri Feb  6 15:58:27 UTC 2015 - wer...@suse.de
+
+- Avoid including builtin perl-libintl-perl but require the package
+- The same for perl-Text-Unidecode
+- Move %install_info_delete from %postun to %preun
+
+---
+Fri Feb  6 11:12:09 UTC 2015 - dims...@opensuse.org
+
+- Recommend instead of Require texi2html and texi2roff: they are
+  not stricly required to operate texinfo, but can be valuable to
+  the users installing it.
+
+---
+Thu Feb  5 20:23:34 UTC 2015 - dims...@opensuse.org
+
+- Completely splitt off texi2html and texi2roff into their own
+  package containers. As a consequence, we no longer carry those
+  files / patches here (they live in their respective other
+  packages): texi2html-1.78.dif, texi2html-5.0.tar.bz2,
+  texi2html-5584.patch, texi2html.changes, texi2html.spec,
+  texi2roff-2.0-gcc4.patch, texi2roff-2.0.dif, texi2roff-2.0.tar.gz,
+  texi2roff.changes, texi2roff.patch.gz and texi2roff.spec.
+
+---
+Fri Sep 12 13:45:49 UTC 2014 - wer...@suse.de
+
+- Be aware that texinfo is GPL-3.0+ 
+- Require texi2html as well as readded texi2roff to make the build
+  system happy
+
+---
+Wed Aug  6 18:32:36 UTC 2014 - dmitr...@opensuse.org
+
+- Update to version 5.2
+  * New texinfo commands
+  * texi2any is the new generic converter for Texinfo that can
+produce all supported output formats, both those from texi2dvi
+(PDF/DVI) and from makeinfo (Info/HTML/etc.).  texi2any and
+makeinfo are now different names for the same program; there
+are no differences in behavior based on the program name.
+  * See more detail at included NEWS file
+  * Remove obsolete texinfo-4.12.dif
+  * Remove obsolete texi2html-1.78.dif
+  * Remove obsolete texi2roff-2.0.dif
+  * Remove obsolete texi2roff.patch.bz2
+  * Remove obsolete texinfo-4.8-echo.patch
+  * Remove obsolete texi2roff-2.0-gcc4.patch
+  * Remove obsolete texinfo-4.13a-bug640417.diff
+  * Remove obsolete texinfo-4.13a-bug713517.diff
+  * Remove obsolete automake-1.12.patch
+  * Remove obsolete texinfo-4.13a-bug788574.diff
+  * Remove obsolete config-guess-sub-update.patch
+  * Rebase texinfo-4.12-zlib.patch to texinfo-zlib.patch
+- Merge makeinfo into main package
+- Drop not maintained texi2roff
+- Drop not maintained texi2html
+
+---

Old:

  automake-1.12.patch
  config-guess-sub-update.patch
  texi2html-1.78.dif
  texi2html-1.82.tar.bz2
  texi2roff-2.0-gcc4.patch
  texi2roff-2.0.dif
  texi2roff-2.0.tar.bz2
  texi2roff.patch.bz2
  texinfo-4.12-zlib.patch
  texinfo-4.12.dif
  texinfo-4.13a-bug640417.diff
  texinfo-4.13a-bug713517.diff
  texinfo-4.13a-bug788574.diff
  texinfo-4.13a.tar.bz2
  texinfo-4.8-echo.patch

New:

  texinfo-5.2.tar.gz
  texinfo-zlib.patch



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.may8qf/_old  2015-02-16 17:48:27.0 +0100
+++ /var/tmp/diff_new_pack.may8qf/_new  2015-02-16 17:48:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,27 +17,33 @@
 
 
 Name:   texinfo
+Version:5.2
+Release:0
+Summary:Tools Needed to Create Documentation from Texinfo Sources
+License:GPL-3.0+
+Group:  Productivity/Publishing/Texinfo
+Url:http://www.gnu.org/software/texinfo/

commit texinfo for openSUSE:Factory

2013-05-13 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2013-05-13 15:44:16

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2013-02-12 
17:47:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2013-05-13 
15:44:17.0 +0200
@@ -1,0 +2,5 @@
+Mon May  6 16:05:29 UTC 2013 - sch...@linux-m68k.org
+
+- Don't package info.info, already part of emacs-info
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.MvAzhp/_old  2013-05-13 15:44:19.0 +0200
+++ /var/tmp/diff_new_pack.MvAzhp/_new  2013-05-13 15:44:19.0 +0200
@@ -158,6 +158,7 @@
 make DESTDIR=%{buildroot} \
infodir=%{_infodir}\
htmldir=%{_defaultdocdir}/texi2html install
+rm -f %{buildroot}%{_infodir}/info.info*
 mkdir -p %{buildroot}/sbin
 mv %{buildroot}%{_bindir}/install-info %{buildroot}/sbin/
 ln -sf ../../sbin/install-info %{buildroot}%{_bindir}/install-info
@@ -195,11 +196,9 @@
 
 %post -n info
 %install_info --info-dir=%{_infodir} %{_infodir}/info-stnd.info.gz
-%install_info --info-dir=%{_infodir} %{_infodir}/info.info.gz
 
 %postun -n info
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/info-stnd.info.gz
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/info.info.gz
 
 %files
 %defattr(-, root, root)
@@ -231,7 +230,6 @@
 %{_bindir}/install-info
 %{_bindir}/info
 %{_bindir}/infokey
-%{_infodir}/info.info*
 %{_infodir}/info-stnd.info*
 %{_mandir}/man1/info.1*
 %{_mandir}/man1/infokey.1*


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texinfo for openSUSE:Factory

2013-02-12 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2013-02-12 17:47:45

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2012-11-22 
17:25:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2013-02-12 
17:47:46.0 +0100
@@ -1,0 +2,6 @@
+Tue Feb 12 09:35:09 UTC 2013 - sch...@suse.de
+
+- config-guess-sub-update.patch:
+  Update config.guess/sub for aarch64
+
+---

New:

  config-guess-sub-update.patch



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.zKhkez/_old  2013-02-12 17:47:48.0 +0100
+++ /var/tmp/diff_new_pack.zKhkez/_new  2013-02-12 17:47:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,6 +62,7 @@
 Patch8: texinfo-4.13a-bug713517.diff
 Patch9: automake-1.12.patch
 Patch10:texinfo-4.13a-bug788574.diff
+Patch11:config-guess-sub-update.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -111,6 +112,7 @@
 %patch -p0
 pushd ../texi2html-%{version_t2h}
 %patch1 -p0
+%patch11
 popd
 pushd ../texi2roff-%{version_t2r}
 %patch3 -p0 -b .Bader

++ config-guess-sub-update.patch ++
 1746 lines (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texinfo for openSUSE:Factory

2012-11-22 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2012-11-22 17:25:34

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2012-10-06 
18:44:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2012-11-22 
17:25:36.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 20 10:02:54 UTC 2012 - wer...@suse.de
+
+- Use latest CVS version for the last patch
+
+---
+Mon Nov 19 14:24:06 UTC 2012 - wer...@suse.de
+
+- Be aware that characters of appendix numbering requires a ASCII
+  null if used as string (bnc#788574)
+
+---

New:

  texinfo-4.13a-bug788574.diff



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.fQJKH7/_old  2012-11-22 17:25:38.0 +0100
+++ /var/tmp/diff_new_pack.fQJKH7/_new  2012-11-22 17:25:38.0 +0100
@@ -61,6 +61,7 @@
 Patch7: texinfo-4.13a-bug640417.diff
 Patch8: texinfo-4.13a-bug713517.diff
 Patch9: automake-1.12.patch
+Patch10:texinfo-4.13a-bug788574.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -106,6 +107,7 @@
 %patch7 -p1 -b .size_t
 %patch8 -p0 -b .egrep
 %patch9 -p1
+%patch10 -p0 -b .appendix
 %patch -p0
 pushd ../texi2html-%{version_t2h}
 %patch1 -p0


++ texinfo-4.13a-bug788574.diff ++
--- makeinfo/sectioning.c   2008/09/26 11:56:28 1.30
+++ makeinfo/sectioning.c   2011/01/15 00:23:19 1.32
@@ -256,14 +256,14 @@
 return xstrdup ();
   else if (enum_marker == APPENDIX_MAGIC)
 {
-  char s[1];
+  char s[2];
   sprintf (s, %c, numbers[0] + 64);
   return xstrdup (s);
 }
   else
 {
-  char s[5];
-  sprintf (s, %d, numbers[0]);
+  char s[100];
+  sprintf (s, %4d, numbers[0]);
   return xstrdup (s);
 }
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texinfo for openSUSE:Factory

2012-10-06 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2012-10-06 08:18:42

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2012-07-19 
17:45:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2012-10-06 
18:44:17.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct  6 06:18:21 UTC 2012 - co...@suse.com
+
+- remove prereq on library names
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.HwJVqF/_old  2012-10-06 18:44:19.0 +0200
+++ /var/tmp/diff_new_pack.HwJVqF/_new  2012-10-06 18:44:19.0 +0200
@@ -29,7 +29,7 @@
 %global version_t2h 1.82
 %global version_t2r 2.0
 Summary:Tools Needed to Create Documentation from Texinfo Sources
-License:GPL-2.0+ ; GPL-3.0+
+License:GPL-2.0+ and GPL-3.0+
 Group:  Productivity/Publishing/Texinfo
 Url:http://www.texinfo.org
 PreReq: %{install_info_prereq}
@@ -74,28 +74,11 @@
 
 Aggregated with texinfo in this package is texi2html and texi2roff.
 
-
-Authors:
-
-Andreas Schwab sch...@suse.de
-Brian Fox b...@gnu.org
-Charles Hannum mycr...@gnu.org
-Daniel Hagerty h...@gnu.org
-David J. MacKenzie d...@gnu.org
-Eli Zaretskii  e...@is.elta.co.il
-Jim Meyering meyer...@na-net.ornl.gov
-Karl Berry  k...@gnu.org
-Kaveh R. Ghazi gh...@caip.rutgers.edu
-Noah Friedman fried...@prep.org
-Richard Stallman r...@gnu.org
-Robert J. Chassell b...@gnu.org
-Roland McGrath rol...@gnu.org
-
 %package -n info
 Summary:A Stand-Alone Terminal-Based Info Browser
 License:GPL-3.0+
 Group:  Productivity/Publishing/Texinfo
-PreReq: bash zlib libzio
+PreReq: bash
 
 %description -n info
 Info is a terminal-based program for reading documentation of computer
@@ -103,24 +86,6 @@
 on-line manuals in the Info format, so you need a program called Info
 reader to read the manuals.
 
-
-
-Authors:
-
-Andreas Schwab sch...@suse.de
-Brian Fox b...@gnu.org
-Charles Hannum mycr...@gnu.org
-Daniel Hagerty h...@gnu.org
-David J. MacKenzie d...@gnu.org
-Eli Zaretskii  e...@is.elta.co.il
-Jim Meyering meyer...@na-net.ornl.gov
-Karl Berry  k...@gnu.org
-Kaveh R. Ghazi gh...@caip.rutgers.edu
-Noah Friedman fried...@prep.org
-Richard Stallman r...@gnu.org
-Robert J. Chassell b...@gnu.org
-Roland McGrath rol...@gnu.org
-
 %package -n makeinfo
 Summary:Translate Texinfo documents to info format
 License:GPL-3.0+


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texinfo for openSUSE:Factory

2012-07-19 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2012-07-19 17:45:54

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2012-07-12 
10:53:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2012-07-19 
17:45:56.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul 17 16:11:16 UTC 2012 - wer...@suse.de
+
+- Split off makeinfo as separate package to independed from
+  TeXLive 
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.ZT5wBm/_old  2012-07-19 17:45:58.0 +0200
+++ /var/tmp/diff_new_pack.ZT5wBm/_new  2012-07-19 17:45:58.0 +0200
@@ -33,11 +33,11 @@
 Group:  Productivity/Publishing/Texinfo
 Url:http://www.texinfo.org
 PreReq: %{install_info_prereq}
-Provides:   makeinfo = %{version}
 Provides:   texi2html = %{version_t2h}
 Provides:   texi2roff = %{version_t2r}
 %if %suse_version  1220
 Requires:   latex2html
+Requires:   makeinfo
 Requires:   texlive-bibtex
 Requires:   texlive-latex
 Requires:   texlive-makeindex
@@ -93,7 +93,7 @@
 
 %package -n info
 Summary:A Stand-Alone Terminal-Based Info Browser
-License:GPL-2.0+
+License:GPL-3.0+
 Group:  Productivity/Publishing/Texinfo
 PreReq: bash zlib libzio
 
@@ -121,6 +121,18 @@
 Robert J. Chassell b...@gnu.org
 Roland McGrath rol...@gnu.org
 
+%package -n makeinfo
+Summary:Translate Texinfo documents to info format
+License:GPL-3.0+
+Group:  Productivity/Publishing/Texinfo
+Provides:   texinfo:/usr/bin/makeinfo
+Suggests:   texinfo
+
+%description -n makeinfo
+Makeinfo translates  Texinfo source documentation to various other
+formats, by default Info files suitable for reading online with Emacs
+or standalone GNU Info.
+
 %prep
 rm -rf texi2html-%{version_t2h} texi2roff-%{version_t2r}
 %setup -q -b 1 -b 2 -n texinfo-4.13
@@ -220,7 +232,7 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/info-stnd.info.gz
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/info.info.gz
 
-%files -f %{name}.lang
+%files
 %defattr(-, root, root)
 %dir %{_defaultdocdir}/texi2html
 %dir %{_defaultdocdir}/texi2roff
@@ -228,18 +240,21 @@
 %doc doc/texinfo.tex doc/txi-*.tex
 %doc %{_defaultdocdir}/texi2html/*
 %doc %{_defaultdocdir}/texi2roff/*
-%{_bindir}/makeinfo
 %{_bindir}/pdftexi*
 %{_bindir}/texi*
 %{_infodir}/texinfo*.gz
 %{_infodir}/texi2html*.gz
-%{_mandir}/man1/makeinfo.1.gz
 %{_mandir}/man1/pdftexi2dvi.1.gz
 %{_mandir}/man1/texi*.1.gz
 %{_mandir}/man5/texinfo.5.gz
 %{_datadir}/texinfo
 %{_datadir}/texi2html
 
+%files -n makeinfo -f %{name}.lang
+%defattr(-,root,root)
+%{_bindir}/makeinfo
+%{_mandir}/man1/makeinfo.1.gz
+
 %files -n info
 %defattr(-,root,root)
 %config(noreplace) %verify(not md5 size mtime) %{_infodir}/dir


++ texi2roff-2.0-gcc4.patch ++
--- /var/tmp/diff_new_pack.ZT5wBm/_old  2012-07-19 17:45:58.0 +0200
+++ /var/tmp/diff_new_pack.ZT5wBm/_new  2012-07-19 17:45:58.0 +0200
@@ -1,6 +1,5 @@
-diff -ru texi2roff-2.0/table.c texi2roff-2.0.new/table.c
 texi2roff-2.0/table.c  1992-02-20 18:16:37.0 +
-+++ texi2roff-2.0.new/table.c  2005-03-18 17:59:54.0 +
+--- texi2roff-2.0/table.c
 texi2roff-2.0/table.c  2005-03-18 17:59:54.0 +
 @@ -32,13 +32,14 @@
  struct misccmds * cmds;
  struct tablerecd * table, * endoftable;
@@ -17,3 +16,13 @@
  int tablesize;
  
  switch (macropkg) {
+--- texi2roff-2.0/texi2roff.c
 texi2roff-2.0/texi2roff.c  2012-07-17 16:09:22.852010105 +
+@@ -13,6 +13,7 @@
+ #include sys/types.h
+ #endif
+ #include sys/stat.h
++#include unistd.h
+ #include texi2roff.h
+ 
+ #if !defined(S_ISDIR)  defined(S_IFDIR)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texinfo for openSUSE:Factory

2012-07-12 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2012-07-12 10:53:16

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2012-05-31 
17:11:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2012-07-12 
10:53:18.0 +0200
@@ -1,0 +2,8 @@
+Tue Jul 10 10:09:15 UTC 2012 - wer...@suse.de
+
+- Make it build with latest TeXLive 2012 with new package layout 
+  + Add missed TeX
+  + Also bibtex and makeindex are used by texi2dvi
+  + Add some requires to make the texi2* scripts work
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.LgwkDx/_old  2012-07-12 10:53:20.0 +0200
+++ /var/tmp/diff_new_pack.LgwkDx/_new  2012-07-12 10:53:20.0 +0200
@@ -36,6 +36,15 @@
 Provides:   makeinfo = %{version}
 Provides:   texi2html = %{version_t2h}
 Provides:   texi2roff = %{version_t2r}
+%if %suse_version  1220
+Requires:   latex2html
+Requires:   texlive-bibtex
+Requires:   texlive-latex
+Requires:   texlive-makeindex
+Requires:   texlive-pdftex
+Requires:   texlive-tex
+Requires:   texlive-texinfo
+%endif
 Source: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.bz2
 Source1:
http://download.savannah.nongnu.org/releases/texi2html/texi2html-%{version_t2h}.tar.bz2
 # texinfo.org: the domain is expired.


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texinfo for openSUSE:Factory

2012-05-31 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2012-05-31 17:10:51

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2012-02-10 
17:46:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2012-05-31 
17:11:09.0 +0200
@@ -1,0 +2,6 @@
+Tue May 29 13:37:27 UTC 2012 - pu...@suse.com
+
+- fix build with automake-1.12
+  - add: automake-1.12.patch
+
+---

New:

  automake-1.12.patch



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.6Tlq6I/_old  2012-05-31 17:11:11.0 +0200
+++ /var/tmp/diff_new_pack.6Tlq6I/_new  2012-05-31 17:11:11.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   texinfo
 BuildRequires:  automake
 BuildRequires:  help2man
@@ -23,13 +24,13 @@
 BuildRequires:  ncurses-devel
 BuildRequires:  perl-gettext
 BuildRequires:  zlib-devel
-License:GPL-2.0+ ; GPL-3.0+
-Group:  Productivity/Publishing/Texinfo
 Version:4.13a
 Release:0
 %global version_t2h 1.82
 %global version_t2r 2.0
 Summary:Tools Needed to Create Documentation from Texinfo Sources
+License:GPL-2.0+ ; GPL-3.0+
+Group:  Productivity/Publishing/Texinfo
 Url:http://www.texinfo.org
 PreReq: %{install_info_prereq}
 Provides:   makeinfo = %{version}
@@ -50,6 +51,7 @@
 Patch6: texi2roff-2.0-gcc4.patch
 Patch7: texinfo-4.13a-bug640417.diff
 Patch8: texinfo-4.13a-bug713517.diff
+Patch9: automake-1.12.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -81,8 +83,9 @@
 Roland McGrath rol...@gnu.org
 
 %package -n info
-License:GPL-2.0+
 Summary:A Stand-Alone Terminal-Based Info Browser
+License:GPL-2.0+
+Group:  Productivity/Publishing/Texinfo
 PreReq: bash zlib libzio
 
 %description -n info
@@ -116,6 +119,7 @@
 %patch5 -p0 -b .echo
 %patch7 -p1 -b .size_t
 %patch8 -p0 -b .egrep
+%patch9 -p1
 %patch -p0
 pushd ../texi2html-%{version_t2h}
 %patch1 -p0

++ automake-1.12.patch ++
Index: texinfo-4.13/configure.ac
===
--- texinfo-4.13.orig/configure.ac
+++ texinfo-4.13/configure.ac
@@ -13,7 +13,7 @@ AC_INIT([GNU Texinfo], [4.13], [bug-texi
 
 dnl Must come before AM_INIT_AUTOMAKE.
 AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-lzma])
+AM_INIT_AUTOMAKE([1.10.1 readme-alpha dist-xz])
 
 # Minimum Autoconf version required.
 AC_PREREQ(2.59)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texinfo for openSUSE:Factory

2012-02-10 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2012-02-10 17:46:45

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2012-01-20 
22:08:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2012-02-10 
17:46:46.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  8 12:35:24 UTC 2012 - wer...@suse.de
+
+- Work around dully check script of obs 
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.glTs0Z/_old  2012-02-10 17:46:51.0 +0100
+++ /var/tmp/diff_new_pack.glTs0Z/_new  2012-02-10 17:46:51.0 +0100
@@ -37,7 +37,9 @@
 Provides:   texi2roff = %{version_t2r}
 Source: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.bz2
 Source1:
http://download.savannah.nongnu.org/releases/texi2html/texi2html-%{version_t2h}.tar.bz2
-Source2:http://texinfo.org/texi2roff/texi2roff-%{version_t2r}.tar.bz2
+# texinfo.org: the domain is expired.
+# http://texinfo.org/texi2roff/texi2roff-%{version_t2r}.tar.bz2
+Source2:texi2roff-%{version_t2r}.tar.bz2
 Source10:   info-dir
 Patch:  texinfo-4.12.dif
 Patch1: texi2html-1.78.dif


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texinfo for openSUSE:Factory

2012-01-20 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2012-01-20 22:08:13

Comparing /work/SRC/openSUSE:Factory/texinfo (Old)
 and  /work/SRC/openSUSE:Factory/.texinfo.new (New)


Package is texinfo, Maintainer is wer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2011-09-23 
12:47:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2012-01-20 
22:08:16.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 16:06:36 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.y5ghY4/_old  2012-01-20 22:08:18.0 +0100
+++ /var/tmp/diff_new_pack.y5ghY4/_new  2012-01-20 22:08:18.0 +0100
@@ -15,15 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   texinfo
-BuildRequires:  help2man libbz2-devel libzio-devel ncurses-devel perl-gettext 
zlib-devel
-License:GPLv2+ ; GPLv3+
+BuildRequires:  automake
+BuildRequires:  help2man
+BuildRequires:  libbz2-devel
+BuildRequires:  libzio-devel
+BuildRequires:  ncurses-devel
+BuildRequires:  perl-gettext
+BuildRequires:  zlib-devel
+License:GPL-2.0+ ; GPL-3.0+
 Group:  Productivity/Publishing/Texinfo
-AutoReqProv:on
 Version:4.13a
-Release:19
+Release:0
 %global version_t2h 1.82
 %global version_t2r 2.0
 Summary:Tools Needed to Create Documentation from Texinfo Sources
@@ -76,9 +79,8 @@
 Roland McGrath rol...@gnu.org
 
 %package -n info
-License:GPLv2+
+License:GPL-2.0+
 Summary:A Stand-Alone Terminal-Based Info Browser
-Group:  Productivity/Publishing/Texinfo
 PreReq: bash zlib libzio
 
 %description -n info


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texinfo for openSUSE:Factory

2011-09-02 Thread h_root

Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory
checked in at Fri Sep 2 13:17:25 CEST 2011.




--- texinfo/texinfo.changes 2011-05-02 13:00:04.0 +0200
+++ /mounts/work_src_done/STABLE/texinfo/texinfo.changes2011-09-02 
12:29:14.0 +0200
@@ -1,0 +2,5 @@
+Fri Sep  2 10:28:21 UTC 2011 - wer...@suse.de
+
+- Fix UTF-8 range problem of a grep call (bnc#713517)
+
+---

calling whatdependson for head-i586


New:

  texinfo-4.13a-bug713517.diff



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.1shzai/_old  2011-09-02 13:16:40.0 +0200
+++ /var/tmp/diff_new_pack.1shzai/_new  2011-09-02 13:16:40.0 +0200
@@ -23,7 +23,7 @@
 Group:  Productivity/Publishing/Texinfo
 AutoReqProv:on
 Version:4.13a
-Release:17
+Release:19
 %global version_t2h 1.82
 %global version_t2r 2.0
 Summary:Tools Needed to Create Documentation from Texinfo Sources
@@ -44,6 +44,7 @@
 Patch5: texinfo-4.8-echo.patch
 Patch6: texi2roff-2.0-gcc4.patch
 Patch7: texinfo-4.13a-bug640417.diff
+Patch8: texinfo-4.13a-bug713517.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -110,6 +111,7 @@
 %patch4 -p0 -b .zlib
 %patch5 -p0 -b .echo
 %patch7 -p1 -b .size_t
+%patch8 -p0 -b .egrep
 %patch -p0
 pushd ../texi2html-%{version_t2h}
 %patch1 -p0


++ texinfo-4.13a-bug713517.diff ++
--- util/texi2dvi
+++ util/texi2dvi   2011-09-02 10:25:04.616426245 +
@@ -78,7 +78,7 @@ newline='
 IFS=$space$tab$newline
 
 # In case someone pedantic insists on using grep -E.
-: ${EGREP=egrep}
+: ${EGREP=grep -E}
 
 # Systems which define $COMSPEC or $ComSpec use semicolons to separate
 # directories in TEXINPUTS -- except for Cygwin et al., where COMSPEC
@@ -1683,7 +1683,7 @@ input_file_name_decode ()
 
   # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
   # prepend `./' in order to avoid that the tools take it as an option.
-  echo $command_line_filename | $EGREP '^(/|[A-z]:/)' 6 \
+  echo $command_line_filename | $EGREP '^(/|[A-Za-z]:/)' 6 \
   || command_line_filename=./$command_line_filename
 
   # See if the file exists.  If it doesn't we're in trouble since, even





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texinfo for openSUSE:Factory

2011-05-03 Thread h_root

Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory
checked in at Tue May 3 12:41:24 CEST 2011.




--- texinfo/texinfo.changes 2010-11-10 14:29:52.0 +0100
+++ texinfo/texinfo.changes 2011-05-02 13:00:04.0 +0200
@@ -1,0 +2,6 @@
+Mon May  2 12:58:41 CEST 2011 - k...@suse.de
+
+- Enhance package description and provide meta info about makeinfo; thus
+  you can find this tool more easily with the yast package search..
+
+---

calling whatdependson for head-i586




Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.c4Lj1u/_old  2011-05-03 12:40:45.0 +0200
+++ /var/tmp/diff_new_pack.c4Lj1u/_new  2011-05-03 12:40:45.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package texinfo (Version 4.13a)
+# spec file for package texinfo
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,12 +23,13 @@
 Group:  Productivity/Publishing/Texinfo
 AutoReqProv:on
 Version:4.13a
-Release:12
+Release:17
 %global version_t2h 1.82
 %global version_t2r 2.0
 Summary:Tools Needed to Create Documentation from Texinfo Sources
 Url:http://www.texinfo.org
 PreReq: %{install_info_prereq}
+Provides:   makeinfo = %{version}
 Provides:   texi2html = %{version_t2h}
 Provides:   texi2roff = %{version_t2r}
 Source: ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-%{version}.tar.bz2
@@ -51,7 +52,8 @@
 can create a printed document with the normal features of a book,
 including chapters, sections, cross-references, and indices.  From the
 same Texinfo source file, you can create a menu-driven, online info
-file with nodes, menus, cross-references, and indices.
+file with nodes, menus, cross-references, and indices using the included
+makeinfo tool.
 
 Aggregated with texinfo in this package is texi2html and texi2roff.
 







Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org