Changelog for
libedit0-3.0.snap20110802-23.1.x86_64.rpm :
Tue Mar 13 13:00:00 2012 crrodriguezAATTopensuse.org
- open all FDs with O_CLOEXEC in the library code.
- use gcc visibility by just reusing upstream macros \"public\"
and \"protected\"
Thu Feb 23 13:00:00 2012 crrodriguezAATTopensuse.org
- Update to version 20110802, fix use after free triggerable
with sftp autocompletion and MALLOC_PERTURB set.
Sun Nov 13 13:00:00 2011 jengelhAATTmedozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- Use %_smp_mflags for parallel building
Sun Nov 13 13:00:00 2011 cooloAATTsuse.com
- add libtool as explicit buildrequire to avoid implicit dependency from prjconf
Tue Aug 2 14:00:00 2011 tiwaiAATTsuse.de
- Add baselibs.conf
Sun Jul 31 14:00:00 2011 crrodriguezAATTopensuse.org
- Link with ncurses6w instead of ncurses5
- Do not inject artificial dependencies on other packages
Sat Apr 24 14:00:00 2010 pascal.bleserAATTopensuse.org
- update to 20100424:
* synchronized with the upstream source
* UTF-8 support was added
Mon Dec 21 13:00:00 2009 cooloAATTnovell.com
- fix build with using autoreconf
Sat Dec 19 13:00:00 2009 jengelhAATTmedozas.de
- Enable parallel build
Thu Dec 3 13:00:00 2009 vuntzAATTopensuse.org
- Update to version 20090923-3.0:
+ all: apply Apple patches from:
http://opensource.apple.com/source/libedit/libedit-11/patches
- Changes from previous versions:
+ version-info: 0:33:0
- all: Use predefined macro __sun to identify Solaris
- src/el.c: Ignore comment lines in .editrc
+ version-info: 0:32:0
- all: sync with upstream source.
+ version-info: 0:31:0
- all: sync with upstream source.
+ version-info: 0:30:0
- all: sync with upstream source.
+ version-info: 0:29:0
- all: sync with upstream source.
+ version-info: 0:28:0
- all: sync with upstream source. MAJOR.MINOR version is now
3.0. This is due to NetBSD changing time_t and dev_t to 64
bits. It does not really effect this package.
- configure.ac: Remove \'--enable-debug\' configure flag. The
autoconf way to control flags is by specifying them when
running configure, e.g. \'CFLAGS=\"-O0 -g\" ./configure\'
- Fix self-obsoletion of libedit.
- Add libedit-ncurses-pkg-config.patch to fix the pkg-config file
so that it references ncurses, and not curses.