Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: info | Distribution: openSUSE Tumbleweed |
Version: 6.8 | Vendor: openSUSE |
Release: 1.6 | Build date: Wed Jun 15 00:59:04 2022 |
Group: Unspecified | Build host: lamb22 |
Size: 425419 | Source RPM: texinfo-6.8-1.6.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.gnu.org/software/texinfo/ | |
Summary: A Stand-Alone Terminal-Based Info Browser |
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.
GPL-3.0-or-later
* Tue Apr 26 2022 Ferdinand Thiessen <rpm@fthiessen.de> - Add 13a8894fe2.patch * Fixing @headings: Add missing option value 'single'. Resolved regression where gpm could not be build. * Mon Apr 25 2022 Ferdinand Thiessen <rpm@fthiessen.de> - Update to version 6.8 * new command @displaymath for formatting of mathematical notation * new command @example takes an argument to specify the language * Deprecate commands: @centerchap, @definfoenclose, @refill, @inforef * new paper size @bsixpaper * texi2any * should be faster as Perl XS parser is enabled by default * SHOW_MENU customization variable replaced by FORMAT_MENU. * only check menu structure if CHECK_NORMAL_MENU_STRUCTURE variable is set * MathJax support for display of math. * JavaScript License Web Labels support * Use sectional tables of contents instead of menus by defaut * Use section names in links by default * CONTENTS_OUTPUT_LOCATION sets location of table of contents * Document sections wrapped in <div> elements * New variable USE_NODE_DIRECTIONS to use node or section structure for node directions * copiable anchor links for definitions * Don't add an extra period before file extension given as an argument to @image if image file is not found * info: Support compressed dir files * texi2dvi: Stop on first error in input file * texinfo.tex: * put logical page numbers into PDF's ('page labels') * put chapter numbers in the PDF outline * new Finnish translation - Rebased texinfo-zlib.patch * Mon Feb 21 2022 Dr. Werner Fink <werner@suse.de> - Split locale text-domain to take care of package info - The package makeinfo needs both the locale text-domain of info and makeinfo * Fri Feb 18 2022 Dr. Werner Fink <werner@suse.de> - Do not recommend texinfo-lang in package info anymore (boo#1196156) - Rename texinfo-lang to makeinfo-lang as package makeinfo uses those locale files * Wed Feb 16 2022 Dr. Werner Fink <werner@suse.de> - The new package texinfo-lang should not include the binaries with its helper files, therefore recreate texinfo package - Require glibc-locale at build time as otherwise perl falls always back to C locale * Thu Feb 10 2022 Stanislav Brabec <sbrabec@suse.com> - Split out texinfo-lang package, so info does not refer to traslations from texinfo package. * Thu Sep 30 2021 Dr. Werner Fink <werner@suse.de> - Move to /usr for UsrMerge (boo#1191099) * Thu Jan 28 2021 Thorsten Kukuk <kukuk@suse.com> - Use file requires for gzip to be able to use alternate implementations * Sat Oct 26 2019 Andreas Stieger <andreas.stieger@gmx.de> - 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 2019 Dr. Werner Fink <werner@suse.de> - Delete info-dir as not required anymore * Mon Sep 30 2019 Dr. Werner Fink <werner@suse.de> - Mark /usr/share/info/dir as %ghost * Mon Sep 30 2019 Dr. Werner Fink <werner@suse.de> - Add a rpmlintrc file to silent useless warnings * Fri Sep 27 2019 Ludwig Nussel <lnussel@suse.de> - use filetrigger instead of transfiletrigger * Fri Sep 27 2019 Dr. Werner Fink <werner@suse.de> - 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 2019 Dr. Werner Fink <werner@suse.de> - Fix patch texinfo-zlib.patch to enable open of compressed info files without using a compressor utility (boo#1152105) * Thu Sep 26 2019 Dr. Werner Fink <werner@suse.de> - 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 2019 Ludwig Nussel <lnussel@suse.de> - implement file trigger for installing and removing info pages (boo#1152105) * Wed Aug 28 2019 Dr. Werner Fink <werner@suse.de> - Move texindex.awk to package texinfo as texindex(1) is part of and use this awk script * Tue Aug 27 2019 Dr. Werner Fink <werner@suse.de> - Port the texinfo-zlib.patch to new version 6.6 to solve build problems * Tue Aug 27 2019 Martin Pluskal <mpluskal@suse.com> - 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> . 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 <title> . 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
/usr/bin/info /usr/bin/install-info /usr/sbin/install-info /usr/share/info/dir /usr/share/man/man1/info.1.gz /usr/share/man/man1/install-info.1.gz /usr/share/man/man5/info.5.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jul 13 23:13:48 2022