diff --git a/abi_used_symbols b/abi_used_symbols new file mode 100644 --- /dev/null +++ b/abi_used_symbols @@ -0,0 +1,35 @@ +libc.so.6:__fprintf_chk +libc.so.6:__stack_chk_fail +libc.so.6:__vfprintf_chk +libc.so.6:abort +libc.so.6:fputc +libc.so.6:free +libc.so.6:freeaddrinfo +libc.so.6:fwrite +libc.so.6:gai_strerror +libc.so.6:getaddrinfo +libc.so.6:getnameinfo +libc.so.6:malloc +libc.so.6:mmap +libc.so.6:munmap +libc.so.6:nanosleep +libc.so.6:pthread_attr_destroy +libc.so.6:pthread_attr_init +libc.so.6:setenv +libc.so.6:sigaddset +libc.so.6:sigemptyset +libc.so.6:sigfillset +libc.so.6:sigismember +libc.so.6:stderr +libc.so.6:strerror +libc.so.6:unsetenv +libpthread.so.0:__errno_location +libpthread.so.0:pthread_attr_getstacksize +libpthread.so.0:pthread_cond_broadcast +libpthread.so.0:pthread_cond_wait +libpthread.so.0:pthread_create +libpthread.so.0:pthread_detach +libpthread.so.0:pthread_mutex_lock +libpthread.so.0:pthread_mutex_unlock +libpthread.so.0:pthread_sigmask +libpthread.so.0:sigaction diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : github-cli -version : 1.4.0 -release : 2 +version : 1.5.0 +release : 3 source : - - https://github.com/cli/cli/archive/v1.4.0.tar.gz : 9f8851264938e48f5ccabe12e4de404ee0f94c8e33c107b818c4e324dbafa558 + - https://github.com/cli/cli/archive/v1.5.0.tar.gz : 49c42a3b951b67e29bc66e054fedb90ac2519f7e1bfc5c367e82cb173e4bb056 license : MIT component : system.utils summary : GitHub’s official command line tool diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -36,6 +36,7 @@ /usr/share/man/man1/gh-config-get.1 /usr/share/man/man1/gh-config-set.1 /usr/share/man/man1/gh-config.1 + /usr/share/man/man1/gh-gist-clone.1 /usr/share/man/man1/gh-gist-create.1 /usr/share/man/man1/gh-gist-delete.1 /usr/share/man/man1/gh-gist-edit.1 @@ -43,6 +44,7 @@ /usr/share/man/man1/gh-gist-view.1 /usr/share/man/man1/gh-gist.1 /usr/share/man/man1/gh-issue-close.1 + /usr/share/man/man1/gh-issue-comment.1 /usr/share/man/man1/gh-issue-create.1 /usr/share/man/man1/gh-issue-list.1 /usr/share/man/man1/gh-issue-reopen.1 @@ -52,6 +54,7 @@ /usr/share/man/man1/gh-pr-checkout.1 /usr/share/man/man1/gh-pr-checks.1 /usr/share/man/man1/gh-pr-close.1 + /usr/share/man/man1/gh-pr-comment.1 /usr/share/man/man1/gh-pr-create.1 /usr/share/man/man1/gh-pr-diff.1 /usr/share/man/man1/gh-pr-list.1 @@ -83,12 +86,12 @@ - - 2020-12-18 - 1.4.0 + + 2021-02-06 + 1.5.0 Packaging update Seth Flynn sethaflynn@gmail.com \ No newline at end of file