diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -24,9 +24,11 @@ libstrophe.so.0:xmpp_connect_raw libstrophe.so.0:xmpp_ctx_free libstrophe.so.0:xmpp_ctx_new +libstrophe.so.0:xmpp_ctx_set_timeout libstrophe.so.0:xmpp_debug libstrophe.so.0:xmpp_disconnect libstrophe.so.0:xmpp_error +libstrophe.so.0:xmpp_error_new libstrophe.so.0:xmpp_free libstrophe.so.0:xmpp_get_default_logger libstrophe.so.0:xmpp_handler_add @@ -55,9 +57,11 @@ libstrophe.so.0:xmpp_run libstrophe.so.0:xmpp_run_once libstrophe.so.0:xmpp_send +libstrophe.so.0:xmpp_send_error libstrophe.so.0:xmpp_send_raw libstrophe.so.0:xmpp_send_raw_string libstrophe.so.0:xmpp_sha1 +libstrophe.so.0:xmpp_sha1_digest libstrophe.so.0:xmpp_sha1_final libstrophe.so.0:xmpp_sha1_free libstrophe.so.0:xmpp_sha1_new diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,17 +1,23 @@ name : libstrophe -version : 0.9.1 -release : 1 +version : 0.9.2 +release : 2 source : - - https://github.com/strophe/libstrophe/archive/0.9.1.tar.gz : c90493f986e5bd407132c5a3e174378c02cb80fa4eaee29875e06b4bba6afcc3 -license : GPL-3.0 + - https://github.com/strophe/libstrophe/releases/download/0.9.2/libstrophe-0.9.2.tar.xz : 63625d12f094e198c01edc97460fdba3a9bba9f0ada10f7f8c82dc5c151ff016 +license : + - GPL-3.0-only + - MIT component : programming.library summary : A simple, lightweight C library for writing XMPP clients description: | libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments. -#builddeps : setup : | - %reconfigure + %configure build : | %make install : | %make_install + + # build with --disable-static cause issues with the linker + rm $installdir/%libdir%/*.a +check : | + %make check diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,10 +2,11 @@ libstrophe - Justin Zobel - justin@solus-project.com + Pierre-Yves + pyu@riseup.net - GPL-3.0 + GPL-3.0-only + MIT programming.library A simple, lightweight C library for writing XMPP clients libstrophe is a lightweight XMPP client library written in C. It has minimal dependencies and is configurable for various environments. @@ -19,7 +20,8 @@ programming.library - /usr/lib64/lib*.so.* + /usr/lib64/libstrophe.so.0 + /usr/lib64/libstrophe.so.0.0.0 @@ -29,22 +31,21 @@ programming.devel - libstrophe + libstrophe - /usr/include/ - /usr/lib64/lib*.a - /usr/lib64/lib*.so - /usr/lib64/pkgconfig/*.pc + /usr/include/strophe.h + /usr/lib64/libstrophe.so + /usr/lib64/pkgconfig/libstrophe.pc - - 2017-10-25 - 0.9.1 + + 2019-01-04 + 0.9.2 Packaging update - Justin Zobel - justin@solus-project.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file