diff --git a/libnice-0.1.13.tar.gz b/libnice-0.1.13.tar.gz deleted file mode 100644 index f7cda4b..0000000 --- a/libnice-0.1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61112d9f3be933a827c8365f20551563953af6718057928f51f487bfe88419e1 -size 912374 diff --git a/libnice-0.1.14.tar.gz b/libnice-0.1.14.tar.gz new file mode 100644 index 0000000..0cdf97f --- /dev/null +++ b/libnice-0.1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be120ba95d4490436f0da077ffa8f767bf727b82decf2bf499e39becc027809c +size 1024116 diff --git a/libnice.changes b/libnice.changes index 1c3777b..201b27e 100644 --- a/libnice.changes +++ b/libnice.changes @@ -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 diff --git a/libnice.spec b/libnice.spec index c572c3f..de77bc9 100644 --- a/libnice.spec +++ b/libnice.spec @@ -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