From 0951d432b24f4b56a1b72947643ee82e4049e60ee291152d6a34046b0680f772 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 8 Dec 2009 10:56:33 +0000 Subject: [PATCH] Accepting request 25874 from GNOME:Factory Copy from GNOME:Factory/libnice based on submit request 25874 from user vuntz OBS-URL: https://build.opensuse.org/request/show/25874 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=9 --- libnice-0.0.10.tar.bz2 | 3 +++ libnice-0.0.9.tar.bz2 | 3 --- libnice.changes | 15 +++++++++++++++ libnice.spec | 12 ++++++------ 4 files changed, 24 insertions(+), 9 deletions(-) create mode 100644 libnice-0.0.10.tar.bz2 delete mode 100644 libnice-0.0.9.tar.bz2 diff --git a/libnice-0.0.10.tar.bz2 b/libnice-0.0.10.tar.bz2 new file mode 100644 index 0000000..292ed2f --- /dev/null +++ b/libnice-0.0.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fb8633e0fe5bd105a58671b71239bebd285634f2c503ab7546b7f943743b8b +size 461870 diff --git a/libnice-0.0.9.tar.bz2 b/libnice-0.0.9.tar.bz2 deleted file mode 100644 index 19dccdc..0000000 --- a/libnice-0.0.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d77553c50db1bee5afe7dd1d41d60893b78d53fe4887890039c42a0305ad93e -size 458892 diff --git a/libnice.changes b/libnice.changes index 2ea5f73..b3b35d5 100644 --- a/libnice.changes +++ b/libnice.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Nov 13 14:16:19 CET 2009 - vuntz@opensuse.org + +- Update to version 0.0.10: + + Fix some memory leaks with the gstreamer elements + + Fix username/foundation for google TURN candidates + + Fix the sending of hundreds of connectivity checks at once the + stream is connected + + Fix BSD support + + Fix reprocessing of already processed early incoming checks + when in dribble-mode + + Fix a rare crash with failing relay candidates allocations + + Add a stun_agent_set_software API + + Add a nice_agent_set_software API + ------------------------------------------------------------------- Sat Aug 1 22:50:12 CEST 2009 - captain.magnus@opensuse.org diff --git a/libnice.spec b/libnice.spec index a0b0c80..acb69df 100644 --- a/libnice.spec +++ b/libnice.spec @@ -1,5 +1,5 @@ # -# spec file for package libnice (Version 0.0.9) +# spec file for package libnice (Version 0.0.10) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,9 +19,9 @@ Name: libnice -Version: 0.0.9 +Version: 0.0.10 Release: 1 -License: LGPL v2.1 or later ; MPL .. +License: LGPLv2.1+ ; MPL .. Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} > 1030 @@ -42,7 +42,7 @@ Connectivity Establishment standard (ICE). %package -n libnice0 -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: System/Libraries Summary: Interactive Connectivity Establishment implementation Recommends: gstreamer-0_10-libnice @@ -54,7 +54,7 @@ Connectivity Establishment standard (ICE). %package -n gstreamer-0_10-libnice -License: LGPL v2.1 or later ; MPL .. +License: LGPLv2.1+ ; MPL .. Group: System/Libraries Summary: Interactive Connectivity Establishment implementation - GStreamer plug-in @@ -65,7 +65,7 @@ Connectivity Establishment standard (ICE). %package devel -License: LGPL v2.1 or later +License: LGPLv2.1+ Group: Development/Libraries/C and C++ Summary: Interactive Connectivity Establishment implementation - development files Requires: libnice0 = %{version}