ping On Sat, May 23, 2020 at 08:11:32PM -0500, Matthew Martin wrote: > Update to unibilium. No change in symbols and the diff doesn't seem to > touch any public functions. Only bumped minor because upstream did. > > Tests pass and libtermkey (up next), neovim, and vis seem ok. > > 2.1.0 2020-02-11 > - 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 >
diff --git Makefile Makefile index 8af2e12f4fa..25e88c9f8b4 100644 --- Makefile +++ Makefile @@ -4,9 +4,9 @@ COMMENT = very basic terminfo library GH_ACCOUNT = neovim GH_PROJECT = unibilium -GH_TAGNAME = v2.0.0 +GH_TAGNAME = v2.1.0 -SHARED_LIBS += unibilium 1.0 # 4.0 +SHARED_LIBS += unibilium 1.1 # 4.1 CATEGORIES = devel diff --git distinfo distinfo index b531af481ad..3d6bd8e15fd 100644 --- distinfo +++ distinfo @@ -1,2 +1,2 @@ -SHA256 (unibilium-2.0.0.tar.gz) = eJl9ONTIF3xg09DBqoxT/QgG6yGCW3szWxdo1xFrwcE= -SIZE (unibilium-2.0.0.tar.gz) = 112570 +SHA256 (unibilium-2.1.0.tar.gz) = Bb+X41dhXiGBJvesCG5wVqI9wBPPrHFkO1ChitOQx9Q= +SIZE (unibilium-2.1.0.tar.gz) = 121971 diff --git patches/patch-Makefile patches/patch-Makefile index 397d2e8fe7f..3a069bd7379 100644 --- patches/patch-Makefile +++ patches/patch-Makefile @@ -24,4 +24,4 @@ Index: Makefile + $(POD2MAN) $(POD2MAN_OPTS) $< > $@ - .PHONY: regenerate-tests + # Regenerate static test files, based on existing terminfo entries.
