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
This commit is contained in:
parent
ecfc6a0622
commit
0951d432b2
3
libnice-0.0.10.tar.bz2
Normal file
3
libnice-0.0.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2fb8633e0fe5bd105a58671b71239bebd285634f2c503ab7546b7f943743b8b
|
||||||
|
size 461870
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5d77553c50db1bee5afe7dd1d41d60893b78d53fe4887890039c42a0305ad93e
|
|
||||||
size 458892
|
|
@ -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
|
Sat Aug 1 22:50:12 CEST 2009 - captain.magnus@opensuse.org
|
||||||
|
|
||||||
|
12
libnice.spec
12
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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libnice
|
Name: libnice
|
||||||
Version: 0.0.9
|
Version: 0.0.10
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL v2.1 or later ; MPL ..
|
License: LGPLv2.1+ ; MPL ..
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} > 1030
|
%if 0%{?suse_version} > 1030
|
||||||
@ -42,7 +42,7 @@ Connectivity Establishment standard (ICE).
|
|||||||
|
|
||||||
|
|
||||||
%package -n libnice0
|
%package -n libnice0
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Interactive Connectivity Establishment implementation
|
Summary: Interactive Connectivity Establishment implementation
|
||||||
Recommends: gstreamer-0_10-libnice
|
Recommends: gstreamer-0_10-libnice
|
||||||
@ -54,7 +54,7 @@ Connectivity Establishment standard (ICE).
|
|||||||
|
|
||||||
|
|
||||||
%package -n gstreamer-0_10-libnice
|
%package -n gstreamer-0_10-libnice
|
||||||
License: LGPL v2.1 or later ; MPL ..
|
License: LGPLv2.1+ ; MPL ..
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Interactive Connectivity Establishment implementation - GStreamer plug-in
|
Summary: Interactive Connectivity Establishment implementation - GStreamer plug-in
|
||||||
|
|
||||||
@ -65,7 +65,7 @@ Connectivity Establishment standard (ICE).
|
|||||||
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL v2.1 or later
|
License: LGPLv2.1+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Summary: Interactive Connectivity Establishment implementation - development files
|
Summary: Interactive Connectivity Establishment implementation - development files
|
||||||
Requires: libnice0 = %{version}
|
Requires: libnice0 = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user