diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -1,3 +1,5 @@
+libvterm.so.0:vterm_check_version
+libvterm.so.0:vterm_color_is_equal
libvterm.so.0:vterm_copy_cells
libvterm.so.0:vterm_free
libvterm.so.0:vterm_get_attr_type
@@ -20,8 +22,10 @@
libvterm.so.0:vterm_output_get_buffer_remaining
libvterm.so.0:vterm_output_get_buffer_size
libvterm.so.0:vterm_output_read
+libvterm.so.0:vterm_output_set_callback
libvterm.so.0:vterm_parser_get_cbdata
libvterm.so.0:vterm_parser_set_callbacks
+libvterm.so.0:vterm_screen_convert_color_to_rgb
libvterm.so.0:vterm_screen_enable_altscreen
libvterm.so.0:vterm_screen_flush_damage
libvterm.so.0:vterm_screen_get_attrs_extent
@@ -38,6 +42,9 @@
libvterm.so.0:vterm_scroll_rect
libvterm.so.0:vterm_set_size
libvterm.so.0:vterm_set_utf8
+libvterm.so.0:vterm_state_convert_color_to_rgb
+libvterm.so.0:vterm_state_focus_in
+libvterm.so.0:vterm_state_focus_out
libvterm.so.0:vterm_state_get_cbdata
libvterm.so.0:vterm_state_get_cursorpos
libvterm.so.0:vterm_state_get_default_colors
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : libvterm
-version : 0.681
-release : 1
+version : 0.1.2
+release : 2
source :
- - http://www.leonerd.org.uk/code/libvterm/libvterm-0+bzr681.tar.gz : abea46d1b0b831dec2af5d582319635cece63d260f8298d9ccce7c1c2e62a6e8
+ - http://www.leonerd.org.uk/code/libvterm/libvterm-0.1.2.tar.gz : 250899f434ff624a16d2be3784b5fe03f81820c3597211faf04349f5c9297f81
license : MIT
component : programming
summary : Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
libvterm
- Joshua Strobl
- joshua@stroblindustries.com
+ James Lee
+ jamesl33info@gmail.com
MIT
programming
Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator
Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
libvterm
@@ -19,8 +19,11 @@
programming
- /usr/bin
- /usr/lib64/lib*.so.*
+ /usr/bin/unterm
+ /usr/bin/vterm-ctrl
+ /usr/bin/vterm-dump
+ /usr/lib64/libvterm.so.0
+ /usr/lib64/libvterm.so.0.0.2
@@ -30,21 +33,22 @@
programming.devel
- libvterm
+ libvterm
- /usr/include/
- /usr/lib64/lib*.so
- /usr/lib64/pkgconfig/*.pc
+ /usr/include/vterm.h
+ /usr/include/vterm_keycodes.h
+ /usr/lib64/libvterm.so
+ /usr/lib64/pkgconfig/vterm.pc
-
- 2016-05-28
- 0.681
+
+ 2019-11-17
+ 0.1.2
Packaging update
- Joshua Strobl
- joshua@stroblindustries.com
+ James Lee
+ jamesl33info@gmail.com
\ No newline at end of file