Accepting request 232767 from home:Zaitor:branches:GNOME:Factory
Update OBS-URL: https://build.opensuse.org/request/show/232767 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=45
This commit is contained in:
parent
89dc3411e9
commit
780a96dcab
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a2743b69c8f50b8ca85243abe81b8d884b210430f413ca94b55bcff62fdf097
|
||||
size 819737
|
3
libnice-0.1.6.tar.gz
Normal file
3
libnice-0.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de38e3709cf5db09c58cb9801924303f08a8b211c714ed0962b81323cc9bd92c
|
||||
size 829225
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 17:51:57 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.1.6:
|
||||
+ API changes:
|
||||
- nice_agent_restart_stream() to do a ICE restart on a single
|
||||
strema.
|
||||
- nice_component_state_to_string() to get a printable name for
|
||||
a component state.
|
||||
- nice_agent_forget_relays() to forget the relays set for a
|
||||
specific component, along with nice_agent_restart_stream(),
|
||||
it allows changing the current relay without dropping the
|
||||
connection.
|
||||
+ It is now possible to add relays after the initial candidate
|
||||
gathering.
|
||||
+ Many bug fixes.
|
||||
- No longer set LIBNICE_RELEASE="yes", not needed anymore, fixed
|
||||
upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 8 12:49:35 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libnice
|
||||
Version: 0.1.5
|
||||
Version: 0.1.6
|
||||
Release: 0
|
||||
Summary: Interactive Connectivity Establishment implementation
|
||||
License: MPL-1.1 or LGPL-2.1
|
||||
@ -75,7 +75,6 @@ Connectivity Establishment standard (ICE).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i 's:LIBNICE_RELEASE="no":LIBNICE_RELEASE="yes":g' configure
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
|
Loading…
Reference in New Issue
Block a user