From 242443661c62feacdb85c351f1448f3d62e11685 Mon Sep 17 00:00:00 2001 From: Chenxi Mao Date: Tue, 21 Dec 2021 10:43:30 +0800 Subject: [PATCH] libnice: add missing gtk-doc in BuildRequires Add missing gtk-doc which lead to build failed. On the other hand, enable check on aarch64 Change-Id: I949d6141848159589d6031e00592231777e0cbb7 Signed-off-by: Chenxi Mao --- libnice.changes | 5 +++++ libnice.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 libnice.changes diff --git a/libnice.changes b/libnice.changes new file mode 100644 index 0000000..d9eeef6 --- /dev/null +++ b/libnice.changes @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue Dec 21 02:41:42 UTC 2021 - Chenxi Mao + +- libnice: fix build error because of missing gtk-doc dependency. + Enable test on aarch64 as we did in 2109 diff --git a/libnice.spec b/libnice.spec index 26bba04..1162c4b 100644 --- a/libnice.spec +++ b/libnice.spec @@ -1,6 +1,6 @@ Name: libnice Version: 0.1.14 -Release: 11 +Release: 12 Summary: An implementation of ICE standard License: LGPLv2 and MPLv1.1 URL: https://nice.freedesktop.org/wiki/ @@ -12,7 +12,7 @@ Patch0004: libnice-0.1.14-turn-verify.patch BuildRequires: autoconf automake glib2-devel gnutls-devel >= 2.12.0 BuildRequires: gobject-introspection-devel gstreamer1-devel >= 0.11.91 -BuildRequires: gstreamer1-plugins-base-devel >= 0.11.91 +BuildRequires: gstreamer1-plugins-base-devel >= 0.11.91 gtk-doc %description Libnice is an implementation of the IETF's Interactive Connectivity @@ -75,6 +75,10 @@ make check %{_datadir}/{gtk-doc/html/libnice/,gir-1.0/Nice-0.1.gir} %changelog +* Tue Dec 21 2021 Chenxi Mao - 0.1.14-12 +- libnice: fix build error because of missing gtk-doc dependency. + Enable test on aarch64 as we did in 21.09 + * Tue Nov 1 2021 Chenxi Mao - 0.1.14-11 - Type:enhancement - Id:NA -- Gitee