SHA256
1
0
forked from pool/libedit

Accepting request 25514 from devel:libraries:c_c++

Copy from devel:libraries:c_c++/libedit based on submit request 25514 from user darix

OBS-URL: https://build.opensuse.org/request/show/25514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libedit?expand=0&rev=3
This commit is contained in:
OBS User autobuild
2009-12-04 11:16:55 +00:00
committed by Git OBS Bridge
parent f4f71c4ade
commit ad89b255f6
5 changed files with 88 additions and 62 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Thu Dec 3 16:01:23 CET 2009 - vuntz@opensuse.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.
-------------------------------------------------------------------
Sat Sep 6 18:21:16 CEST 2008 - mrueckert@suse.de