* Wed Apr 05 2023 crrodriguez@opensuse.org
- libedit-hidden-symbols.patch: hide strlcpy and strlcat
symbols
* Both now part of POSIX, will appear in libc shortly.
* Function names starting with ‘str’, ‘mem’, or ‘wcs’ followed
by a lowercase letter are reserved.
* Sun Dec 05 2021 dmueller@suse.com
- update to 20210910:
* all: sync with upstream source
* see http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit
- drop libedit-20180525-manpage-conflicts.patch (upstream)
* Thu Jul 16 2020 callumjfarmer13@gmail.com
- autoreconf already runs libtoolize no need to run twice
* Mon Jul 13 2020 fstrba@suse.com
- Regenerate the build system before the build in order to avoid
errors due to automake version mismatch
* Tue Apr 30 2019 idonmez@suse.com
- Update to version 20190324-3.1:
* Sync with upstream sources
* Wed Aug 08 2018 jengelh@inai.de
- Remove redundant --with-pic (only for static libs).
- Fix RPM groups.
* Mon Aug 06 2018 antoine.belvire@opensuse.org
- Bump version tag.
- Make sure all manpages are prefixed with "el_" to avoid file
conflicts with readline-doc:
* Add libedit-20180525-manpage-conflicts.patch.
* Mon Jul 23 2018 mpluskal@suse.com
- Update to version 20180525-3.1:
* Sync with upstream sources
- Drop no longer needed patches:
* libedit-20100424-3.0-ncurses.patch
* libedit-ocloexec.patch
* libedit-visibility.patch
- Trim unused dependencies
- Drop %check section (there are no tests available)
* Wed Mar 28 2018 dmueller@suse.com
- move Changelog back to runtime package as it might not
be only developer documentation
* Mon Mar 26 2018 kukuk@suse.de
- Use %license instead of %doc [bsc#1082318]
- Move development docu into -devel subpackage