From 74d77abab36acf73d432d4299cdebb323817e44914b4b9d62ebdfbf76f0e0fc1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 18 Mar 2021 18:31:41 +0000 Subject: [PATCH] Accepting request 879656 from home:jgwang:branches:GNOME:Factory Update to 0.1.18 OBS-URL: https://build.opensuse.org/request/show/879656 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=71 --- libnice-0.1.17.tar.gz | 3 --- libnice-0.1.18.tar.gz | 3 +++ libnice.changes | 23 +++++++++++++++++++++++ libnice.spec | 37 +++++++++++++++++++++++++------------ 4 files changed, 51 insertions(+), 15 deletions(-) delete mode 100644 libnice-0.1.17.tar.gz create mode 100644 libnice-0.1.18.tar.gz diff --git a/libnice-0.1.17.tar.gz b/libnice-0.1.17.tar.gz deleted file mode 100644 index aad1e32..0000000 --- a/libnice-0.1.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1952a0dec58b5c9ccc3f25193df4e2d1244cb382cac611b71e25afcd7b069526 -size 1083398 diff --git a/libnice-0.1.18.tar.gz b/libnice-0.1.18.tar.gz new file mode 100644 index 0000000..2ae482e --- /dev/null +++ b/libnice-0.1.18.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eabd25ba2b54e817699832826269241abaa1cf78f9b240d1435f936569273f4 +size 439791 diff --git a/libnice.changes b/libnice.changes index 3aed853..4681e3b 100644 --- a/libnice.changes +++ b/libnice.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Mar 05 08:07:01 UTC 2021 - Wang Jun + +- Update to 0.1.18: + * Remove the autotools build system, now only meson is available + * Accept receiving messages in multiple steps over TCP + * Accept duplicated ports as last option instead of spinning forever + * Use sendmmsg if possible to send multiple packets in one call + * Fail gathering if no port is available + * Hide the implementation of NiceCandidate, this hides some parts + that were previously visible + * Enable TURN server connects where both TCP and UDP use the same + port number + * Don't count rejected STUN messages as keepalive packets + * On Windows, the improvements and fixes + - use crypto library instead of CryptGenRandom() which + is deprecated + - use GetBestInterfaceEx() for UWP compatibility + - fix the listing of interfaces to use the correct APIs + - implement ignoring interfaces + * Add buildrquires: gobject-introspection-devel and meson + * The move from autoFOO to meson + ------------------------------------------------------------------- Thu Aug 20 21:27:51 UTC 2020 - Dirk Mueller diff --git a/libnice.spec b/libnice.spec index 5b87c95..d3f4c50 100644 --- a/libnice.spec +++ b/libnice.spec @@ -1,7 +1,7 @@ # # spec file for package libnice # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libnice -Version: 0.1.17 +Version: 0.1.18 Release: 0 Summary: Interactive Connectivity Establishment implementation License: MPL-1.1 OR LGPL-2.1-only @@ -25,7 +25,9 @@ Group: System/Libraries URL: http://nice.freedesktop.org/ Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz Source1: baselibs.conf +BuildRequires: gobject-introspection-devel BuildRequires: libgupnp-igd-devel +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(glib-2.0) >= 2.44 BuildRequires: pkgconfig(gnutls) >= 2.12.0 @@ -57,6 +59,7 @@ Connectivity Establishment standard (ICE) Summary: Interactive Connectivity Establishment implementation - development files Group: Development/Libraries/C and C++ Requires: libnice10 = %{version} +Requires: typelib-1_0-Nice-0_1 = %{version} Provides: libnice-doc = %{version} Obsoletes: libnice-doc < %{version} @@ -64,23 +67,30 @@ Obsoletes: libnice-doc < %{version} libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). +%package -n typelib-1_0-Nice-0_1 +Summary: Interactive Connectivity Establishment implementation -- Introspection bindings +Group: System/Libraries + +%description -n typelib-1_0-Nice-0_1 +libnice is an implementation of the IETF's draft Interactive +Connectivity Establishment standard (ICE). + +This package provides the GObject Introspection bindings for libnice. + %prep %setup -q %build -%configure --disable-static -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install +%meson_install find %{buildroot} -type f -name "*.la" -delete -print -%check -# make check disabled - Since version 0.1.3, libnice tries to interact with NM during make check -#make check \ -#%if 0%{?qemu_user_space_build} -#|| echo "ignore test suite failure in qemu, it is not threadsafe" -#%endif +##%%check +##make check disabled - Since version 0.1.3, libnice tries to interact with NM during make check +##%%meson_test %post -n libnice10 -p /sbin/ldconfig %postun -n libnice10 -p /sbin/ldconfig @@ -97,9 +107,12 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_libdir}/*.so %{_includedir}/nice/ %{_includedir}/stun/ -%{_datadir}/gtk-doc/html/libnice/ +%{_datadir}/gir-1.0/Nice-0.1.gir %files -n gstreamer-libnice %{_libdir}/gstreamer-1.0/libgstnice.so +%files -n typelib-1_0-Nice-0_1 +%{_libdir}/girepository-1.0/Nice-0.1.typelib + %changelog