From 5062c34fafed1e8b09b6061999b6cdc3acaf2891e7dc12d4131f0de337aaff03 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 8 Nov 2019 14:22:16 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texinfo?expand=0&rev=58 --- texinfo-6.6.tar.xz | 3 --- texinfo-6.6.tar.xz.sig | 7 ------- texinfo-6.7.tar.xz | 3 +++ texinfo-6.7.tar.xz.sig | 8 ++++++++ texinfo.changes | 17 +++++++++++++++++ texinfo.spec | 12 ++++-------- 6 files changed, 32 insertions(+), 18 deletions(-) delete mode 100644 texinfo-6.6.tar.xz delete mode 100644 texinfo-6.6.tar.xz.sig create mode 100644 texinfo-6.7.tar.xz create mode 100644 texinfo-6.7.tar.xz.sig diff --git a/texinfo-6.6.tar.xz b/texinfo-6.6.tar.xz deleted file mode 100644 index d905ac9..0000000 --- a/texinfo-6.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bb9ca00da53f26a7e5725eee49689cd4a1e18d25d5b061ac8b2053018d93d66 -size 4946900 diff --git a/texinfo-6.6.tar.xz.sig b/texinfo-6.6.tar.xz.sig deleted file mode 100644 index e395d67..0000000 --- a/texinfo-6.6.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iF4EABEIAAYFAlxoUV0ACgkQ3bxXnas3+6k8XgEArq1U1cY6HMgVoEl32OLCgJai -1988Ep5IUTNk9RaTaxcBAJt5Sax7on7Xb4WmbeYWfxnL+DZMGvd6cw+jeKUL07K+ -=Ge1E ------END PGP SIGNATURE----- diff --git a/texinfo-6.7.tar.xz b/texinfo-6.7.tar.xz new file mode 100644 index 0000000..0d6b929 --- /dev/null +++ b/texinfo-6.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988403c1542d15ad044600b909997ba3079b10e03224c61188117f3676b02caa +size 4337984 diff --git a/texinfo-6.7.tar.xz.sig b/texinfo-6.7.tar.xz.sig new file mode 100644 index 0000000..d17aea5 --- /dev/null +++ b/texinfo-6.7.tar.xz.sig @@ -0,0 +1,8 @@ +-----BEGIN PGP SIGNATURE----- + +iI8EABEIADcWIQTq9mmzHjHh3svRFRPdvFedqzf7qQUCXYpOxhkcZ2F2aW5zbWl0 +aDAxMjNAZ21haWwuY29tAAoJEN28V52rN/upFfsA/ijrBDSblwgcANew2xreyJMk +2oicyeBfOWwiSbjlBNSsAP4+mM2vwqo2CAHqUd2CHGV0tz/FnU7SxPrOdJneUIc2 +xQ== +=5SpL +-----END PGP SIGNATURE----- diff --git a/texinfo.changes b/texinfo.changes index 423ce63..e53d7fb 100644 --- a/texinfo.changes +++ b/texinfo.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +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 + ------------------------------------------------------------------- Thu Oct 17 07:30:27 UTC 2019 - Dr. Werner Fink diff --git a/texinfo.spec b/texinfo.spec index fd8a712..c9337c1 100644 --- a/texinfo.spec +++ b/texinfo.spec @@ -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 @@ makeinfo tool. %package -n info Summary: A Stand-Alone Terminal-Based Info Browser -Group: Productivity/Publishing/Texinfo Requires: gzip %description -n info @@ -76,8 +74,7 @@ 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) +Supplements: (info and patterns-base-documentation) BuildArch: noarch %description -n info-std @@ -89,7 +86,6 @@ 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 -Group: Productivity/Publishing/Texinfo Requires: perl(Text::Unidecode) %requires_eq perl Suggests: texinfo @@ -157,7 +153,7 @@ end 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 @@ end 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