ell: update to 0.39.

Add warnings about ABI stability.
This commit is contained in:
Érico Rolim 2021-02-04 15:24:12 -03:00 committed by Érico Nogueira
parent 704ddbcf08
commit fd8a0f6fed
2 changed files with 4 additions and 3 deletions

View file

@ -1005,7 +1005,7 @@ libgsm.so.1 libgsm-1.0.13_13
libcgroup.so.1 libcgroup-0.37.1_1 libcgroup.so.1 libcgroup-0.37.1_1
libxdg-basedir.so.1 libxdg-basedir-1.1.1_1 libxdg-basedir.so.1 libxdg-basedir-1.1.1_1
libev.so.4 libev-4.04_1 libev.so.4 libev-4.04_1
libell.so.0 ell-0.20_1 libell.so.0 ell-0.39_1
libgvnc-1.0.so.0 gtk-vnc-0.4.4_1 libgvnc-1.0.so.0 gtk-vnc-0.4.4_1
libgtk-vnc-2.0.so.0 gtk-vnc-0.4.4_1 libgtk-vnc-2.0.so.0 gtk-vnc-0.4.4_1
libyaml-0.so.2 libyaml-0.1.4_1 libyaml-0.so.2 libyaml-0.1.4_1

View file

@ -1,6 +1,7 @@
# Template file for 'ell' # Template file for 'ell'
# ell ABI isn't stable! Always test dependants after updates and update common/shlibs
pkgname=ell pkgname=ell
version=0.36 version=0.39
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-glib" configure_args="--enable-glib"
@ -12,7 +13,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://01.org/ell" homepage="https://01.org/ell"
distfiles="${KERNEL_SITE}/libs/${pkgname}/${pkgname}-${version}.tar.xz" distfiles="${KERNEL_SITE}/libs/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=2f99e743a235b1c834b19112e4e0283d02da93b863899381466cde47bf159cf6 checksum=653e2e139e23ed31e03c56c05f15321a9e818e2dca00a315c18d2c7b72f15d08
# tests depend on kernel features # tests depend on kernel features
make_check=extended make_check=extended