apply upnp patch for F29+

This commit is contained in:
nucleo 2018-05-27 22:53:42 +03:00
parent 71c6969951
commit c5b3bd33f7
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: linphone
Version: 3.6.1
Release: 25%{?dist}
Release: 26%{?dist}
Summary: Phone anywhere in the whole world by using the Internet
License: GPLv2+
@ -105,7 +105,9 @@ Libraries and headers required to develop software with mediastreamer2.
%patch1 -p1 -b .arm
%endif
%patch2 -p1 -b .theora-fix
%if 0%{?fedora} > 28
%patch3 -p2 -b .upnp-fix
%endif
autoreconf -i -f
@ -214,6 +216,9 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/mediastreamer*/html doc/mediastreamer
%{_libdir}/pkgconfig/mediastreamer.pc
%changelog
* Sun May 27 2018 Alexey Kurov <nucleo@fedoraproject.org> - 3.6.1-26
- apply upnp patch for F29+
* Sun May 27 2018 Alexey Kurov <nucleo@fedoraproject.org> - 3.6.1-25
- fix upnp FTBFS (rhbz #1582911)