Page MenuHomeSolus

D7659.id18626.diff
No OneTemporary

D7659.id18626.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -12,10 +12,12 @@
libtermkey.so.1:termkey_get_waittime
libtermkey.so.1:termkey_getkey
libtermkey.so.1:termkey_getkey_force
+libtermkey.so.1:termkey_hook_terminfo_getstr
libtermkey.so.1:termkey_interpret_csi
libtermkey.so.1:termkey_interpret_modereport
libtermkey.so.1:termkey_interpret_mouse
libtermkey.so.1:termkey_interpret_position
+libtermkey.so.1:termkey_interpret_string
libtermkey.so.1:termkey_is_started
libtermkey.so.1:termkey_keycmp
libtermkey.so.1:termkey_keyname2sym
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -1,2 +1,2 @@
libc.so.6
-libunibilium.so.0
+libunibilium.so.4
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : libtermkey
-version : 0.18
-release : 1
+version : 0.20
+release : 2
source :
- - http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.18.tar.gz : 239746de41c845af52bb3c14055558f743292dd6c24ac26c2d6567a5a6093926
+ - https://github.com/neovim/libtermkey/archive/v0.20.tar.gz : 88c38e0f1ed623dfc0f510ec697a0ff800c0ae64b43a34e6e7cb0a25d021417e
license : MIT
component : programming
summary : Library for easy processing of keyboard entry from terminal-based programs
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 @@
<Source>
<Name>libtermkey</Name>
<Packager>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming</PartOf>
<Summary xml:lang="en">Library for easy processing of keyboard entry from terminal-based programs</Summary>
<Description xml:lang="en">Library for easy processing of keyboard entry from terminal-based programs
</Description>
- <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
</Source>
<Package>
<Name>libtermkey</Name>
@@ -19,8 +19,33 @@
</Description>
<PartOf>programming</PartOf>
<Files>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
- <Path fileType="man">/usr/share/man</Path>
+ <Path fileType="library">/usr/lib64/libtermkey.so.1</Path>
+ <Path fileType="library">/usr/lib64/libtermkey.so.1.14.0</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_advisereadable.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_canonicalise.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_get_buffer_remaining.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_get_fd.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_get_keyname.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_getkey.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_interpret_csi.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_interpret_modereport.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_interpret_mouse.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_interpret_position.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_interpret_string.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_keycmp.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_keyname2sym.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_lookup_keyname.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_new.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_push_bytes.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_set_buffer_size.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_set_canonflags.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_set_flags.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_set_waittime.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_start.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_strfkey.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_strpkey.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man3/termkey_waitkey.3.gz</Path>
+ <Path fileType="man">/usr/share/man/man7/termkey.7.gz</Path>
</Files>
</Package>
<Package>
@@ -30,21 +55,21 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="1">libtermkey</Dependency>
+ <Dependency release="2">libtermkey</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ <Path fileType="header">/usr/include/termkey.h</Path>
+ <Path fileType="library">/usr/lib64/libtermkey.so</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/termkey.pc</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-05-28</Date>
- <Version>0.18</Version>
+ <Update release="2">
+ <Date>2019-11-17</Date>
+ <Version>0.2</Version>
<Comment>Packaging update</Comment>
- <Name>Joshua Strobl</Name>
- <Email>joshua@stroblindustries.com</Email>
+ <Name>James Lee</Name>
+ <Email>jamesl33info@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 3:53 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5816723
Default Alt Text
D7659.id18626.diff (6 KB)

Event Timeline