Revisions of man

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 309152 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 61)
- Own /usr/lib/tmpfiles.d if not owned by package filesystem

- Update to version 2.7.1
  For the first time since version 2.4.0, the database format has
  changed slightly, so you will need to run 'mandb --create' after
  installing the new version to rebuild your databases from scratch.
- Fixes
  * Various portability fixes for Solaris, contributed by Peter Bray.
  * man now runs correctly when its current working directory has been
    deleted.  (As a result of this fix, man-db now requires
    libpipeline >= 1.4.0.)
  * 'man -a' sends its prompts to /dev/tty rather than to stderr, and
    likewise reads replies from /dev/tty rather than from stdin.
  * Be more careful to avoid using or double-closing closed database
    handles.  Fixes test suite failures on some systems.
  * Patch the fdutimens function imported from Gnulib to work around a
    libc bug in GNU/Hurd.
  * Fix test suite in the case where the system supports
    high-precision timestamps but the file system containing the build
    directory does not.
  * lexgrog now filters terminal escape sequences out of cat pages
    before trying to parse them.
  * Tools that consider the terminal line length now prioritise the
    COLUMNS environment variable above the TIOCGWINSZ ioctl.
  * Manpath elements are no longer canonicalised before being inserted
    into the search path; this caused the use of incorrect catpaths in
    some cases.  This was broken by the LANGUAGE-handling fixes in
    2.5.4.
  * Remove test suite dependency on realpath(1).
  * Fix a test failure when configured with --enable-undoc.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 60)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 243107 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 59)
- The former change had added the patch man-MAN_POSIXLY_CORRECT-man1.dif 

- Added description of MAN_POSIXLY_CORRECT in man.man1,
  patch man-MAN_POSIXLY_CORRECT-man1.dif (bnc#786679)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 236790 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 58)
- Avoid messages on deleted cache directories bewlow /var/cache/man/
  that is tag them as %ghost (bnc#882030)
- The former submit had rebased the patches
  man-db-2.6.3.dif
  man-db-2.6.3-security4.dif
  man-db-2.6.3-firefox.dif
  man-db-2.6.3-zio.dif
  which now had renamed to
  man-db-2.6.5.dif
  man-db-2.6.5-security4.dif
  man-db-2.6.5-firefox.dif
  man-db-2.6.5-zio.dif
  accordingly
------------------------------------------------------------------
- Update to version 2.6.6
- Fixes since 2.6.3:
  * man(1) and catman(8) now document the default section list set at
    configure time.
  * Build fixes for Automake 1.13.
  * man-db 2.6.0 arranged to search the full manpath when expanding
    .so directives in manual pages (so that ".so name.1" works as well
    as ".so man1/name.1"), but this incorrectly did not take effect
    for manual pages that consist only of a .so directive.  This is
    now fixed.
- Improvements since 2.6.3:
  * The MANLESS environment variable is now treated as if it were a
    default value for the -r option to man: occurrences of the text
    "$MAN_PN" are expanded, and explicitly using the -r option
    overrides the default.
  * The (unfortunately still hardcoded) maximum length for paths to
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 57)
Split 13.1 from Factory
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 198961 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 56)
- Recommends groff-full to reduce dependencies (bnc#839717) (forwarded request 198954 from mvyskocil)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 179278 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 55)
- Just be able to print manual pages, that is require groff-full 
- Be second owner of /usr/share/groff/site-tmac
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 172856 from Marcus Meissner's avatar Marcus Meissner (msmeissn) (revision 54)
- remove japanese manpages

- Added url as source.
  Please see http://en.opensuse.org/SourceUrls
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 53)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 139660 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 52)
- Make shadowed manual pages accessible (bnc#786679)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 137627 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 51)
- Avoid double free of pointer internal_locale due dup onto
  pointer lang
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 137028 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 50)
- Update to version 2.6.3
  * Build fixes for glibc 2.16 and Automake 1.12.
  * apropos prints an error message and returns non-zero when it finds
    no matches.  (Regression introduced in 2.5.1.)
  * The presence of a 64-bit GDBM database on the manpath no longer
    causes a 32-bit man process to exit with a fatal error.
  * apropos is much faster when run with many arguments.
  * whatis may be given the full path to an executable as an argument,
    in which case it will look up the base name of that executable in
    the appropriate parts of the manpath.
  * Translated manual pages are no longer displayed starting with a
    spurious blank line.
  * Fix double-free in mandb when encountering a symlink outside the
    manual hierarchy, thanks to Peter Schiffer.
  * Running 'man -w' (with a new --path alias) without a name now
    prints the manpath, for compatibility with other man
    implementations.  The vim viewdoc plugin makes use of this.
  * Fix a segfault when scanning links to empty pages.
  * Once we've seen at least one record in a page's NAME section,
    ignore any further records that don't include a whatis
    description, as they tend to be noise.
  * Ensure that the target of a symlink or .so chain is always recorded
    as a real page.
  * Read a user-specified configuration file even if HOME is unset.
  * Fix failure to display manual pages in some encodings when
    installed setuid.
  * Wrap long table cells in man(1), fixing test failures with groff
    1.21.
  * If an explicit section is passed to man, then pages that match
    that section exactly will be preferred over pages that only have
Ismail Dönmez's avatar Ismail Dönmez (namtrac) accepted request 133801 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 49)
- move man page directories to filesystem
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 126845 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 48)
- merge the automake 1.12 patches

- fix build for openSUSE.
  * AM_PROG_AR 
- fix 12.2 builds
  * replace depreciated am_prog_mkdir_p with ac_prog_mkdir_p.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 47)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 122763 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 46)
- fix build with automake-1.12
  - add: automake-1.12.patch (forwarded request 122740 from puzel)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 98216 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 45)
- cleanup spec file
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 44)
replace license with spdx.org variant
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 94744 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 43)
add automake to buildrequires (forwarded request 94684 from coolo)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 42)
Displaying revisions 41 - 60 of 101
openSUSE Build Service is sponsored by