Resolves: #1541646 - update to 0.1.14-85-g34d6044
This commit is contained in:
parent
368c412d96
commit
9cda080044
File diff suppressed because it is too large
Load Diff
@ -22,7 +22,7 @@ index 16988ad..b7b74fa 100644
|
|||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
@@ -262,7 +262,7 @@ AC_SUBST(gstplugindir)
|
@@ -263,7 +263,7 @@ AC_SUBST(gstplugindir)
|
||||||
AC_SUBST(gstplugin010dir)
|
AC_SUBST(gstplugin010dir)
|
||||||
|
|
||||||
AM_CONDITIONAL(WITH_GSTREAMER, test "$with_gstreamer" = yes)
|
AM_CONDITIONAL(WITH_GSTREAMER, test "$with_gstreamer" = yes)
|
||||||
|
11
libnice.spec
11
libnice.spec
@ -1,16 +1,20 @@
|
|||||||
# disable building of plugin for gstreamer 0.10
|
# disable building of plugin for gstreamer 0.10
|
||||||
%bcond_with gst010
|
%bcond_with gst010
|
||||||
|
|
||||||
|
%global upstream_date 20180504
|
||||||
|
%global upstream_rnum 85
|
||||||
|
%global upstream_hash 34d6044
|
||||||
|
|
||||||
Name: libnice
|
Name: libnice
|
||||||
Version: 0.1.14
|
Version: 0.1.14
|
||||||
Release: 6.20171128gitfb2f1f7%{?dist}
|
Release: 7.%{upstream_date}git%{upstream_hash}%{?dist}
|
||||||
Summary: GLib ICE implementation
|
Summary: GLib ICE implementation
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2 and MPLv1.1
|
License: LGPLv2 and MPLv1.1
|
||||||
URL: https://nice.freedesktop.org/wiki/
|
URL: https://nice.freedesktop.org/wiki/
|
||||||
Source0: https://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
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
|
# make tests compile on i686
|
||||||
Patch2: libnice-0.1.14-tests-i686.patch
|
Patch2: libnice-0.1.14-tests-i686.patch
|
||||||
@ -150,6 +154,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- temporarily make the upstream test-suite run on Intel arches only
|
||||||
- disable test-send-recv, which fails in Koji
|
- disable test-send-recv, which fails in Koji
|
||||||
|
Loading…
Reference in New Issue
Block a user