Accepting request 490977 from home:dimstar:branches:GNOME:Factory

Update to 0.1.14

OBS-URL: https://build.opensuse.org/request/show/490977
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2017-05-10 10:13:52 +00:00 committed by Git OBS Bridge
parent 04b8ccc864
commit 70bbb1f247
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61112d9f3be933a827c8365f20551563953af6718057928f51f487bfe88419e1
size 912374

3
libnice-0.1.14.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be120ba95d4490436f0da077ffa8f767bf727b82decf2bf499e39becc027809c
size 1024116

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Apr 25 09:26:04 UTC 2017 - dimstar@opensuse.org
- Update to version 0.1.14:
+ Improved RFC compliance.
+ Split verbose logs into a separate option.
+ Numerous bug fixes.
+ Use GnuTLS for hash functions.
+ Implement NewReno in PseudoTCP.
+ Requires GLib 2.44 GnuTLS 2.12.
- Add pkgconfig(gnutls) BuildRequires: new dependency.
-------------------------------------------------------------------
Fri Apr 15 12:23:54 UTC 2016 - idonmez@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libnice
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX 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.13
Version: 0.1.14
Release: 0
Summary: Interactive Connectivity Establishment implementation
License: MPL-1.1 or LGPL-2.1
@ -26,7 +26,8 @@ Url: http://nice.freedesktop.org/
Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
Source1: baselibs.conf
BuildRequires: libgupnp-igd-devel
BuildRequires: pkgconfig(glib-2.0) >= 2.30
BuildRequires: pkgconfig(glib-2.0) >= 2.44
BuildRequires: pkgconfig(gnutls) >= 2.12.0
BuildRequires: pkgconfig(gstreamer-1.0) >= 0.11.91
BuildRequires: pkgconfig(gstreamer-base-1.0) >= 0.11.91
BuildRoot: %{_tmppath}/%{name}-%{version}-build