Accepting request 225153 from GNOME:Next
Update to 0.1.5 OBS-URL: https://build.opensuse.org/request/show/225153 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=41
This commit is contained in:
parent
92a33d6da1
commit
2715aa524a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44e517de9c01203158f2a3d59f058706299a4ae41dfe1a7eeb72c290fcc8bf57
|
||||
size 712256
|
3
libnice-0.1.5.tar.gz
Normal file
3
libnice-0.1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a2743b69c8f50b8ca85243abe81b8d884b210430f413ca94b55bcff62fdf097
|
||||
size 819737
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 8 12:49:35 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.1.5:
|
||||
+ API changes:
|
||||
- nice_agent_recv() and nice_agent_recv_nonblocking() as an
|
||||
alternative to the nice_agent_attach_recv().
|
||||
- nice_agent_recv_messages() and
|
||||
nice_agent_recv_messages_nonblocking() to receive multiple
|
||||
messages at the same time
|
||||
- nice_agent_get_io_stream() to get a GIOStream in reliable
|
||||
mode.
|
||||
- nice_agent_get_selected_socket() to extract the selected
|
||||
GSocket.
|
||||
+ Import Google's newer PseudoTCP code including window scaling.
|
||||
+ Improve PseudoTCP performance.
|
||||
+ Improve performance.
|
||||
+ Build fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 20:20:41 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnice
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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.4
|
||||
Version: 0.1.5
|
||||
Release: 0
|
||||
Summary: Interactive Connectivity Establishment implementation
|
||||
License: MPL-1.1 or LGPL-2.1
|
||||
@ -25,7 +25,7 @@ Group: System/Libraries
|
||||
Url: http://nice.freedesktop.org/
|
||||
Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||
BuildRequires: libgupnp-igd-devel
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.13
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.30
|
||||
BuildRequires: pkgconfig(gstreamer-0.10) >= 0.10.0
|
||||
BuildRequires: pkgconfig(gstreamer-1.0) >= 0.11.91
|
||||
BuildRequires: pkgconfig(gstreamer-base-0.10) >= 0.10.0
|
||||
|
Loading…
Reference in New Issue
Block a user