Accepting request 158734 from home:dimstar:branches:GNOME:Factory
Fix typo in upstream changelog OBS-URL: https://build.opensuse.org/request/show/158734 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=39
This commit is contained in:
parent
93f9fd7ac0
commit
92a33d6da1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:046ce11f66638b54f2e042e7b1fbcc537ec99c27185fb006edbfd80d7f990074
|
||||
size 672174
|
3
libnice-0.1.4.tar.gz
Normal file
3
libnice-0.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44e517de9c01203158f2a3d59f058706299a4ae41dfe1a7eeb72c290fcc8bf57
|
||||
size 712256
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 20:20:41 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.1.4:
|
||||
+ Fix issue with dribble mode.
|
||||
+ Fix issue with TURN permissions.
|
||||
+ Fix missing win32 directory from release archive.
|
||||
+ Fix support for OC2007.
|
||||
+ Added new nice_address_ip_version API.
|
||||
+ Added new nice_agent_get_selected_pair API.
|
||||
+ Added new SDP parsing and generation API.
|
||||
+ Added simple examples (simple, threaded and sdp usages
|
||||
examples.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 14 20:05:54 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
14
libnice.spec
14
libnice.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnice
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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.3
|
||||
Version: 0.1.4
|
||||
Release: 0
|
||||
Summary: Interactive Connectivity Establishment implementation
|
||||
License: MPL-1.1 or LGPL-2.1
|
||||
@ -80,6 +80,12 @@ Connectivity Establishment standard (ICE).
|
||||
%configure --disable-static
|
||||
make
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
# We don't ship the examples...
|
||||
rm %{buildroot}%{_bindir}/*-example
|
||||
|
||||
%check
|
||||
# make check disabled - Since version 0.1.3, libnice tries to interact with NM during make check
|
||||
#make check \
|
||||
@ -87,10 +93,6 @@ make
|
||||
#|| echo "ignore test suite failure in qemu, it is not threadsafe"
|
||||
#%endif
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
|
||||
%post -n libnice10 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libnice10 -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user