ell: update to 0.15.

This commit is contained in:
maxice8 2018-11-15 22:16:53 -02:00 committed by maxice8
parent 735e8f6802
commit aaf9b72b67
2 changed files with 2 additions and 42 deletions

View File

@ -1,40 +0,0 @@
From 01254efa6f69078000da7e87e43c9f245df0cfc0 Mon Sep 17 00:00:00 2001
From: Peter Seiderer <ps.report@gmx.net>
Date: Sat, 10 Nov 2018 18:44:47 +0100
Subject: build: add missing l_genl_family_set_unicast_handler
Add l_genl_family_set_unicast_handler (and remove legacy
l_genl_set_unicast_handler).
Fixes iwd compile failure:
src/netdev.o: In function `netdev_set_nl80211':
netdev.c:(.text+0x6f04): undefined reference to `l_genl_family_set_unicast_handler'
---
ell/ell.sym | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ell/ell.sym b/ell/ell.sym
index 614bc93..c21fb21 100644
--- ell/ell.sym
+++ ell/ell.sym
@@ -239,7 +239,6 @@ global:
l_genl_unref;
l_genl_set_debug;
l_genl_set_close_on_unref;
- l_genl_set_unicast_handler;
l_genl_msg_new;
l_genl_msg_new_sized;
l_genl_msg_ref;
@@ -257,6 +256,7 @@ global:
l_genl_family_new;
l_genl_family_ref;
l_genl_family_unref;
+ l_genl_family_set_unicast_handler;
l_genl_family_set_watches;
l_genl_family_get_version;
l_genl_family_get_genl;
--
cgit 1.2-0.3.lf.el7

View File

@ -1,6 +1,6 @@
# Template file for 'ell'
pkgname=ell
version=0.14
version=0.15
revision=1
build_style=gnu-configure
configure_args="--enable-glib"
@ -11,7 +11,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-2.0-only"
homepage="https://01.org/ell"
distfiles="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-${version}.tar.xz"
checksum=5a20406d86808d98d7a507afb28859978021a6c5cf3e7d1953932ea3265a4d99
checksum=7a0a65a5f60c914500609a591141a649cc2fe6bdbcf87e2234dd855068342128
ell-devel_package() {
depends="ell-${version}_${revision}"