diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -1346,7 +1346,9 @@ libetpan.so.20:mailprivacy_spawn_and_wait libetpan.so.20:mailprivacy_unregister libetpan.so.20:mailsasl_external_ref +libetpan.so.20:mailsasl_init_lock libetpan.so.20:mailsasl_ref +libetpan.so.20:mailsasl_uninit_lock libetpan.so.20:mailsasl_unref libetpan.so.20:mailsem_down libetpan.so.20:mailsem_free diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,8 +1,5 @@ libc.so.6 libcrypto.so.1.0.0 -libexpat.so.1 -libgcc_s.so.1 -libm.so.6 +libsasl2.so.3 libssl.so.1.0.0 -libstdc++.so.6 libz.so.1 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : libetpan version : 1.9.3 -release : 3 +release : 4 source : - https://github.com/dinhviethoa/libetpan/archive/1.9.3.tar.gz : 591f97d5102f600e668502fe1dd5a341e910a840d8ea62e689a3a79d8bfbac87 license : BSD-3-Clause @@ -8,6 +8,8 @@ summary : Provides a portable, efficient framework for different kinds of mail access description: | Provides a portable, efficient framework for different kinds of mail access +builddeps : + - pkgconfig(libsasl2) setup : | %autogen --disable-static build : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ libetpan - Bryan T. Meyers - bmeyers@datadrake.com + Albert Krenz + albert.krenz+solus@mailbox.org BSD-3-Clause programming.library @@ -31,7 +31,7 @@ programming.devel - libetpan + libetpan /usr/include/libetpan.h @@ -203,12 +203,12 @@ - - 2019-06-12 + + 2020-06-13 1.9.3 Packaging update - Bryan T. Meyers - bmeyers@datadrake.com + Albert Krenz + albert.krenz+solus@mailbox.org \ No newline at end of file