Update to 0.1.14
This commit is contained in:
parent
dbce58ce3c
commit
3feabe3b2d
File diff suppressed because it is too large
Load Diff
10
libnice.spec
10
libnice.spec
@ -2,17 +2,17 @@
|
||||
%bcond_with gst010
|
||||
|
||||
Name: libnice
|
||||
Version: 0.1.13
|
||||
Release: 11%{?dist}
|
||||
Version: 0.1.14
|
||||
Release: 1%{?dist}
|
||||
Summary: GLib ICE implementation
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2 and MPLv1.1
|
||||
URL: https://nice.freedesktop.org/wiki/
|
||||
Source0: https://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||
Patch1: libnice-0.1.13-20160610.patch
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: gnutls-devel >= 2.12.0
|
||||
BuildRequires: gobject-introspection-devel
|
||||
%if %{with gst010}
|
||||
BuildRequires: gstreamer-devel
|
||||
@ -75,7 +75,6 @@ developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%check
|
||||
#make check
|
||||
@ -133,6 +132,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 29 2018 Stefan Becker <chemobejk@gmail.com> - 0.1.14-1
|
||||
- Update to 0.1.14
|
||||
|
||||
* Wed Jan 24 2018 Tomas Hoger <thoger@redhat.com> - 0.1.13-11
|
||||
- Add conditional for building with(out) gst010 / GStreamer 0.10 support.
|
||||
- Disable gst010 plugin by default.
|
||||
|
Loading…
Reference in New Issue
Block a user