- update to 2.1.0:
- Makefile: use "-f" with prove always (to show failed tests) (#13)
- Stop searching in further dirs on errors except ENOENT #12
- Makefile: do not rebuild t/static_%.c with updated gen-static-test
- Add CMakeLists.txt and support for MSVC (#3)
- Relax checks for extended capability to support new format (#5)
- Makefile: use -Og with DEBUG=1 (#7)
- unibi_from_mem: fix [clang-analyzer-deadcode.DeadStores] (#8)
- Makefile: revisit regenerate-tests rule (#6)
- unibi_from_term: handle $TERMINFO as curses does #2
OBS-URL: https://build.opensuse.org/request/show/833861
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/unibilium?expand=0&rev=6
- Run spec-cleaner.
- Version bump to 2.0.0.
Upstream changelog:
Version 2.0.0
-------------
- rewrite unibi_var_t internals (now the only official access is
via the helper functions)
- numeric capabilities are stored as ints now (used to be shorts)
- add support for the ncurses 6.1 "wide integer" 32-bit file
format
- try ncursesw6-config, ncurses6-config, ncursesw5-config, and
ncurses5-config to get the list of terminfo directories
(TERMINFO_DIRS) when building
- improve README.md with build instructions and prerequisites
Version 1.2.1
-------------
- deprecate direct access to unibi_var_t members
- better support for building on Windows
OBS-URL: https://build.opensuse.org/request/show/591273
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/unibilium?expand=0&rev=3