- added -Wno-error=format to CPPFLAGS to avoid compilation errors OBS-URL: https://build.opensuse.org/request/show/926878 OBS-URL: https://build.opensuse.org/package/show/utilities/pinfo?expand=0&rev=21
263 lines
9.8 KiB
Plaintext
263 lines
9.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Oct 22 07:16:40 UTC 2021 - Marco Strigl <marco.strigl@suse.com>
|
|
|
|
- added -Wno-error=format to CPPFLAGS to avoid compilation errors
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 16 00:04:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
- update to 0.6.13:
|
|
- Fix crash on 32-bit architectures
|
|
- minor release to fix the use of defualt colors (COLOR_DEFAULT) on ncurses
|
|
installs; COLOR_DEFAULT values in pinforc were silently ignored, causing
|
|
pinfo to use black-on-balc or white-on-white text
|
|
- remove AM_MAINTAINER_MODE from autoconf scripts to make sure all necessary
|
|
files are always rebuilt on ./configure && make
|
|
- fix possibel buffer overflow (and compiler error with gcc 8.2)
|
|
- Gracefully handle missing indirect info nodes
|
|
- Fix infinite loop when regexp-matching an empty string
|
|
- Fix loading of bare info pages (i.e., without .info extension)
|
|
- Properly load info pages whose name starts with "dir"
|
|
- Changes and tweaks to the auto* build tools
|
|
- Get rid of inlined functions, which break building with gcc7
|
|
- Fix segfautl when closing unopened file
|
|
- Fix typos in docs
|
|
- Fix compiler warnings
|
|
- Fix a number of out-of-buffer write, buffer overflows, string truncations
|
|
- Clean up documentation
|
|
- Correctly handle redirected stdin and/or stdout (https://bugs.debian.org/671306)
|
|
- Fix crash after failed global search
|
|
- Make curses mouse behaviour configurable
|
|
Note: this changes the default behaviour to not capture the mouse. To
|
|
restore the old behaviour, set GRAB-MOUSE=true in pinforc.
|
|
- Avoid an infinite loop for malformed info pages
|
|
- Add readline tab completion for nodes (https://bugs.debian.org/431708)
|
|
- Correct parse node links that span multiple (indented) lines.
|
|
- If a direct info page hit isn't found, try to look up a node in the dir
|
|
- Improve lookup of info pages
|
|
- Fix linking to man pages in a different section
|
|
- Fix the -n/--node command line option
|
|
- Fix issue with handling of suspend/resume and character input
|
|
- New maintainer: Bas Zoetekouw <bas@debian.org>
|
|
- License is now GPL version 2 only
|
|
- Updated German, Dutch, English, Polish, Russian, Czech translations and
|
|
added Basque, Swedish, Viernamese and Brazilian translations. Thanks to
|
|
Jens Seidel, Rene van Bevern, Piarres Beobide, Krzysztof Krzyzaniak, Yuri
|
|
Kozlov, Eddy Petrişor, Katarína Machálková, Clytie Siddall and Felipe
|
|
Augusto van de Wiel.
|
|
- Nodes containing a "." are now correctly found
|
|
- Non-ASCII man pages are displayed correctly
|
|
- Improved the history behavior of the search input line
|
|
- Broken tag tables are now automatically fixed
|
|
- Don't segfault when a broken regexp is entered
|
|
- Fixed a number of segfaults caused by using uninitialized pointers and
|
|
off-by-1 errors
|
|
- Fixed heap corruption caused by non-ascii chars in info pages
|
|
- Fixed a lot of patch searching issues
|
|
- Fixed text display on narrow terminals
|
|
- Fixed highlighting of searches
|
|
- The default pinforc now uses the terminal's default foreground and
|
|
background colors. Thanks to Rob Funk for a patch.
|
|
- Use libreadline by default; readline version 4 is now required.
|
|
- Better cooperation between ncurses and readline
|
|
- Fixed some memory leaks
|
|
- Got rid of tempnam() calls
|
|
- Fixed -Wall and -Wshadow compiler warnings
|
|
- Use utf8 in documentation files and fixed typoes
|
|
- add 16dba5978146b6d3a540ac7c8f415eda49280847.patch
|
|
23c169877fda839f0634b2d193eaf26de290f141.patch: fix build issues with gcc 10
|
|
- remove pinfo-0.6.10-tinfo.patch, pinfo-0.6.9-nul-strings.patch
|
|
pinfo-curses-detection.patch: upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 14 06:50:01 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
|
|
|
- Fix building with gcc10
|
|
- Cleanup spec file with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 18 12:41:10 UTC 2016 - dimstar@opensuse.org
|
|
|
|
- Add pinfo-curses-detection.patch: Fix detection of ncurses by
|
|
correctly using autoconf.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 2 17:58:05 UTC 2015 - mpluskal@suse.com
|
|
|
|
- Use url for source
|
|
- Explicitly depend on autoconf/make
|
|
- Update dependencies of info scriplets
|
|
- Cleanup spec file with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Sep 8 11:36:39 UTC 2012 - idonmez@suse.com
|
|
|
|
- Add explicit build dependency on makeinfo
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 25 15:28:30 UTC 2011 - werner@suse.de
|
|
|
|
- Help the configure scripot a bit with tinfo from new ncurses API
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 23 12:46:40 UTC 2011 - coolo@suse.com
|
|
|
|
- add libtool as buildrequire to avoid implicit dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 12 10:57:44 UTC 2011 - puzel@novell.com
|
|
|
|
- portability fixes (by Pascal)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 20 11:49:26 UTC 2010 - puzel@novell.com
|
|
|
|
- update to pinfo-0.6.10
|
|
- Fix issue with handling of suspend/resume and character input
|
|
(thanks to Scott Mcdermott for the patch)
|
|
- drop pinfo-0.6.9-ncursesw.patch (not needed)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
|
|
|
- disable as-needed for this package as it fails to build with it
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 10 17:52:56 CET 2008 - mrueckert@suse.de
|
|
|
|
- updated ncurses patch to stop it from looking for the wrong header
|
|
files
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 29 14:39:20 CEST 2007 - anosek@suse.cz
|
|
|
|
- updated to version 0.6.9
|
|
* Nodes containing a "." are now correctly found
|
|
* Non-ASCII man pages are displayed correctly
|
|
* Improved the history behavior of the search input line
|
|
* Broken tag tables are now automatically fixed
|
|
* Don't segfault when a broken regexp is entered
|
|
* Fixed a number of segfaults caused by using uninitialized
|
|
pointers and off-by-1 errors
|
|
* Fixed heap corruption caused by non-ascii chars in info pages
|
|
* Fixed a lot of patch searching issues
|
|
* Fixed text display on narrow terminals
|
|
* Fixed highlighting of searches
|
|
* The default pinforc now uses the terminal's default foreground
|
|
and background colors. Thanks to Rob Funk for a patch.
|
|
* Use libreadline by default; readline version 4 is now required
|
|
* Better cooperation between ncurses and readline
|
|
* Fixed some memory leaks
|
|
* Got rid of tempnam() calls
|
|
* Use utf8 in documentation files and fixed typoes
|
|
- fixed corrupted unicode characters in status line [#264229]
|
|
(ncursesw.patch)
|
|
- using %find_lang macro in spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 29 17:07:01 CEST 2007 - rguenther@suse.de
|
|
|
|
- add ncurses-devel BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:40:19 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 17 13:08:29 CEST 2005 - mmarek@suse.cz
|
|
|
|
- Fixed a heap corruption bug caused by lines starting with NUL byte
|
|
(#94768)
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 12 15:29:52 CEST 2004 - mmj@suse.de
|
|
|
|
- Update to version 0.6.8
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 19:25:47 CET 2004 - adrian@suse.de
|
|
|
|
- build as user
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 24 12:20:23 CEST 2003 - ro@suse.de
|
|
|
|
- fix install_info --delete call and move from preun to postun
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 13 01:16:57 CET 2003 - mmj@suse.de
|
|
|
|
- Use %install_info macro [#23449]
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 12 17:23:46 CET 2003 - tcrhak@suse.cz
|
|
|
|
- update to version 0.6.6p1
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 14 17:40:30 CET 2001 - tcrhak@suse.cz
|
|
|
|
- update to version 0.6.4
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 13 11:36:27 CEST 2001 - tcrhak@suse.cz
|
|
|
|
- removed aclocal, autoconf and automake
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 17 14:22:40 CEST 2001 - adostal@suse.cz
|
|
|
|
- update to 0.6.3 version
|
|
- fixed spec to %build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 20 15:08:17 CEST 2000 - smid@suse.cz
|
|
|
|
- new version 0.6.1
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 29 10:45:49 CEST 2000 - smid@suse.cz
|
|
|
|
- new version 0.6.0
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 10 13:02:46 CEST 2000 - smid@suse.cz
|
|
|
|
- buildroot added
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 15 18:00:50 CET 2000 - kukuk@suse.de
|
|
|
|
- Move /usr/man -> /usr/share/man
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 3 16:10:23 MET 1999 - kukuk@suse.de
|
|
|
|
- Update to version 0.5.9
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 8 17:36:53 MEST 1999 - kukuk@suse.de
|
|
|
|
- Update to version 0.5.8
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 12 09:55:34 MEST 1999 - kukuk@suse.de
|
|
|
|
- Update to version 0.5.5
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 16 13:12:32 MEST 1999 - kukuk@suse.de
|
|
|
|
- Update to version 0.5.4
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 4 15:07:46 MEST 1999 - kukuk@suse.de
|
|
|
|
- New.
|