This commit is contained in:
parent
eaf21d9a20
commit
ecfc6a0622
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d9a1e4383fdebf5194eb46c94814de677a249a555e505fda64126616c0894ec
|
||||
size 454873
|
3
libnice-0.0.9.tar.bz2
Normal file
3
libnice-0.0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d77553c50db1bee5afe7dd1d41d60893b78d53fe4887890039c42a0305ad93e
|
||||
size 458892
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 1 22:50:12 CEST 2009 - captain.magnus@opensuse.org
|
||||
|
||||
- Update to version 0.0.9:
|
||||
+ Fix some more issues with peer-reflexive candidates in google
|
||||
mode (for early incoming checks)
|
||||
+ Fix SHA1 algorithm when strict aliasing is used
|
||||
+ Fix google mode connectivity with discovered remote peer
|
||||
reflexive candidates
|
||||
+ Fix google/msn mode by not limiting the conncheck list
|
||||
+ Fix the interfaces discovery by using getifaddrs
|
||||
+ Fix compilation on Mac OS X
|
||||
+ Add ToS support to the sockets
|
||||
- Merge -doc into -devel since it only contains gtk-doc
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 22 13:24:15 CEST 2009 - dominique-obs@leuenberger.net
|
||||
|
||||
|
21
libnice.spec
21
libnice.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libnice (Version 0.0.8)
|
||||
# spec file for package libnice (Version 0.0.9)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
Name: libnice
|
||||
Version: 0.0.8
|
||||
Version: 0.0.9
|
||||
Release: 1
|
||||
License: LGPL v2.1 or later ; MPL ..
|
||||
Group: System/Libraries
|
||||
@ -64,24 +64,14 @@ Connectivity Establishment standard (ICE).
|
||||
|
||||
|
||||
|
||||
%package doc
|
||||
License: LGPL v2.1 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libnice0 = %{version}
|
||||
Summary: Interactive Connectivity Establishment implementation - documentation files
|
||||
|
||||
%description doc
|
||||
libnice is an implementation of the IETF's draft Interactive
|
||||
Connectivity Establishment standard (ICE).
|
||||
|
||||
|
||||
|
||||
%package devel
|
||||
License: LGPL v2.1 or later
|
||||
Group: Development/Libraries/C and C++
|
||||
Summary: Interactive Connectivity Establishment implementation - development files
|
||||
Requires: libnice0 = %{version}
|
||||
Requires: glib2-devel
|
||||
Provides: libnice-doc = %{version}
|
||||
Obsoletes: libnice-doc <= %{version}
|
||||
|
||||
%description devel
|
||||
libnice is an implementation of the IETF's draft Interactive
|
||||
@ -125,9 +115,6 @@ rm -f %{buildroot}/%{_libdir}/gstreamer-0.10/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_includedir}/nice
|
||||
%{_includedir}/stun
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/gtk-doc
|
||||
|
||||
%files -n gstreamer-0_10-libnice
|
||||
|
Loading…
Reference in New Issue
Block a user