This commit is contained in:
parent
e260349e24
commit
0f0aea0ebb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7bfa00b9e087d3d88aa88792e48af23032872a3646d37bd4880fc8762590e86
|
||||
size 451789
|
3
libnice-0.0.7.tar.bz2
Normal file
3
libnice-0.0.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9845afa1e019c372d11b58fc090bb6c3e2b35987abb9be2069a775c62321c40c
|
||||
size 452718
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 12 12:52:02 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 0.0.7:
|
||||
+ Added UPnP Support
|
||||
+ Fix a race condition when destroying the nice agent
|
||||
+ Stun headers are now installed
|
||||
+ Unset timer's source if they return FALSE
|
||||
+ Fix interoperability with gtalk2voip.com
|
||||
+ Avoid a race condition where a candidate has the wrong
|
||||
user/pass
|
||||
+ Add support for delayed setting of the remote candidates in
|
||||
google mode
|
||||
+ Better connectivity support and race condition fixes
|
||||
+ Keepalive connchecks do not change the state if they fail but
|
||||
data was still received
|
||||
+ Fix foundation generation for remote peer reflexive candidates
|
||||
+ Drop packets when using TCP and the bandwidth is too slow for
|
||||
the data output
|
||||
- Add glib2-devel Requires to devel package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 4 12:42:41 CEST 2009 - vuntz@novell.com
|
||||
|
||||
|
27
libnice.spec
27
libnice.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libnice (Version 0.0.6)
|
||||
# spec file for package libnice (Version 0.0.7)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: libnice
|
||||
Version: 0.0.6
|
||||
Version: 0.0.7
|
||||
Release: 1
|
||||
License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL)
|
||||
Group: System/Libraries
|
||||
@ -30,6 +30,8 @@ BuildRequires: gstreamer-0_10-devel
|
||||
BuildRequires: gstreamer010-devel
|
||||
%endif
|
||||
BuildRequires: glib2-devel openssl-devel
|
||||
# FIXME not available in openSUSE
|
||||
# BuildRequires: gupnp-igd-devel
|
||||
Url: http://nice.freedesktop.org/
|
||||
Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.bz2
|
||||
Summary: Interactive Connectivity Establishment implementation
|
||||
@ -78,8 +80,9 @@ Connectivity Establishment standard (ICE).
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libnice0 = %{version}
|
||||
Summary: Interactive Connectivity Establishment implementation - development files
|
||||
Requires: libnice0 = %{version}
|
||||
Requires: glib2-devel
|
||||
|
||||
%description devel
|
||||
libnice is an implementation of the IETF's draft Interactive
|
||||
@ -133,6 +136,24 @@ rm -f %{buildroot}/%{_libdir}/gstreamer-0.10/*.la
|
||||
%{_libdir}/gstreamer-0.10/*.so
|
||||
|
||||
%changelog
|
||||
* Fri Jun 12 2009 vuntz@novell.com
|
||||
- Update to version 0.0.7:
|
||||
+ Added UPnP Support
|
||||
+ Fix a race condition when destroying the nice agent
|
||||
+ Stun headers are now installed
|
||||
+ Unset timer's source if they return FALSE
|
||||
+ Fix interoperability with gtalk2voip.com
|
||||
+ Avoid a race condition where a candidate has the wrong
|
||||
user/pass
|
||||
+ Add support for delayed setting of the remote candidates in
|
||||
google mode
|
||||
+ Better connectivity support and race condition fixes
|
||||
+ Keepalive connchecks do not change the state if they fail but
|
||||
data was still received
|
||||
+ Fix foundation generation for remote peer reflexive candidates
|
||||
+ Drop packets when using TCP and the bandwidth is too slow for
|
||||
the data output
|
||||
- Add glib2-devel Requires to devel package.
|
||||
* Sat Apr 04 2009 vuntz@novell.com
|
||||
- Update to version 0.0.6:
|
||||
+ Fix connectivity checks for detecting when we loose the
|
||||
|
Loading…
Reference in New Issue
Block a user