| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to 2.1.1 * Only build system related changes
- 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
- Fix SRPM group. Update summaries. Use %make_install macro.
- 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
- Change package name to unibilium as per DimStar request.
- Change %{soname} to %{sover}.
- Fix group for libunibilium and libunibilium0 packages.
- Remove libtool files.
- Change package name to libunibilium.
- Version bump to 1.2.0. - Clean spec file.
- initial package