Resolves: #1541646 - update to 0.1.14-85-g34d6044

This commit is contained in:
Kamil Dudka 2018-05-07 15:57:12 +02:00
parent 368c412d96
commit 9cda080044
3 changed files with 1442 additions and 3 deletions

View File

@ -22,7 +22,7 @@ index 16988ad..b7b74fa 100644
AC_CONFIG_FILES([
Makefile
@@ -262,7 +262,7 @@ AC_SUBST(gstplugindir)
@@ -263,7 +263,7 @@ AC_SUBST(gstplugindir)
AC_SUBST(gstplugin010dir)
AM_CONDITIONAL(WITH_GSTREAMER, test "$with_gstreamer" = yes)

View File

@ -1,16 +1,20 @@
# disable building of plugin for gstreamer 0.10
%bcond_with gst010
%global upstream_date 20180504
%global upstream_rnum 85
%global upstream_hash 34d6044
Name: libnice
Version: 0.1.14
Release: 6.20171128gitfb2f1f7%{?dist}
Release: 7.%{upstream_date}git%{upstream_hash}%{?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.14-70-gfb2f1f7.patch
Patch1: libnice-0.1.14-%{upstream_rnum}-g%{upstream_hash}.patch
# make tests compile on i686
Patch2: libnice-0.1.14-tests-i686.patch
@ -150,6 +154,9 @@ make check
%changelog
* Mon May 07 2018 Kamil Dudka <kdudka@redhat.com> - 0.1.14-7.20180504git34d6044
- update to 0.1.14-85-g34d6044 (#1541646)
* Mon Apr 16 2018 Kamil Dudka <kdudka@redhat.com> - 0.1.14-6.20171128gitfb2f1f7
- temporarily make the upstream test-suite run on Intel arches only
- disable test-send-recv, which fails in Koji