From eaf21d9a203ba7328a5d2e122f3dc6619843ecff7b06356dd0f0afba95966628 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 31 Jul 2009 18:05:07 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=6 --- libnice-0.0.7.tar.bz2 | 3 -- libnice-0.0.8.tar.bz2 | 3 ++ libnice.changes | 16 +++++++++++ libnice.spec | 66 ++++--------------------------------------- 4 files changed, 25 insertions(+), 63 deletions(-) delete mode 100644 libnice-0.0.7.tar.bz2 create mode 100644 libnice-0.0.8.tar.bz2 diff --git a/libnice-0.0.7.tar.bz2 b/libnice-0.0.7.tar.bz2 deleted file mode 100644 index 4c73123..0000000 --- a/libnice-0.0.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9845afa1e019c372d11b58fc090bb6c3e2b35987abb9be2069a775c62321c40c -size 452718 diff --git a/libnice-0.0.8.tar.bz2 b/libnice-0.0.8.tar.bz2 new file mode 100644 index 0000000..001bae6 --- /dev/null +++ b/libnice-0.0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9a1e4383fdebf5194eb46c94814de677a249a555e505fda64126616c0894ec +size 454873 diff --git a/libnice.changes b/libnice.changes index 6a78154..c81db08 100644 --- a/libnice.changes +++ b/libnice.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jun 22 13:24:15 CEST 2009 - dominique-obs@leuenberger.net + +- Update to version 0.0.8: + + Remove deprecated g_strcasecmp call + + Use addr instead of base_addr on assigning remote peer- + reflexive candidates (fixes crash) + + Use a global mutex and g_source_is_destroyed to avoid race + conditions (fixes crashes) + + Unlock the mutex before calling the recv callback + +------------------------------------------------------------------- +Sun Jun 14 00:51:26 CEST 2009 - vuntz@novell.com + +- Add libgupnp-igd-devel BuildRequires. + ------------------------------------------------------------------- Fri Jun 12 12:52:02 CEST 2009 - vuntz@novell.com diff --git a/libnice.spec b/libnice.spec index f7db655..8baf537 100644 --- a/libnice.spec +++ b/libnice.spec @@ -1,5 +1,5 @@ # -# spec file for package libnice (Version 0.0.7) +# spec file for package libnice (Version 0.0.8) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,9 +19,9 @@ Name: libnice -Version: 0.0.7 +Version: 0.0.8 Release: 1 -License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) +License: LGPL v2.1 or later ; MPL .. Group: System/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} > 1030 @@ -30,9 +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/ +BuildRequires: libgupnp-igd-devel +Url: http://nice.freedesktop.org/ Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.bz2 Summary: Interactive Connectivity Establishment implementation @@ -55,7 +54,7 @@ Connectivity Establishment standard (ICE). %package -n gstreamer-0_10-libnice -License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) +License: LGPL v2.1 or later ; MPL .. Group: System/Libraries Summary: Interactive Connectivity Establishment implementation - GStreamer plug-in @@ -136,56 +135,3 @@ 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 - connection - + Fix a race condition with gtalk that made the call silent after - 30 seconds - + Robustness checks with regards to relay information - + Fix a race condition crash with retransmission ticks - + Added a new STUN API : stun_agent_forget_transaction - + Fix a possible crash if tcp-turn is shutdown early in the - process - + Fix a crash when a stream is removed - + Fix MSN support by disable keepalive connchecks -* Fri Mar 06 2009 vuntz@novell.com -- Update to version 0.0.5: - + Name change from nice to libnice - + Added support for HTTP proxies - + Added a nice_interfaces API to query the local interfaces/ips - + Fixed libnice when used in dribble mode - + Fix a data corruption issue with the SHA1 algorithm - + Endianness gets checked at runtime so libnice should compile - and work everywhere - + Add compatiblity for WLM2009 ICE - + Export libstun API and add documentation for libstun - + Add connectivity checks during the connection to detect when - the peer gets disconnected - + Bug fixes and code cleaning -- Adjust spec file for tarball rename. -- Package new include files in /usr/include/stun -* Fri Feb 06 2009 hfiguiere@novell.com -- Don't require itself. -- The -doc don't require the library. -- Split gstreamer-0_10-libnice package. -* Fri Jan 02 2009 hfiguiere@novell.com -- Initial packaging.