diff --git a/vlc.changes b/vlc.changes index 167d121..e8ccdf9 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 15 09:30:13 UTC 2015 - dimstar@opensuse.org + +- Enable libupnp support on Leap 42.1: the library is available + (boo#959100). + ------------------------------------------------------------------- Mon Dec 7 03:07:12 UTC 2015 - dimstar@opensuse.org diff --git a/vlc.spec b/vlc.spec index 712500c..f85c044 100644 --- a/vlc.spec +++ b/vlc.spec @@ -137,7 +137,7 @@ BuildRequires: pkgconfig(zvbi-0.2) >= 0.2.28 BuildRequires: pkgconfig(libswscale) %endif %if 0%{?suse_version} > 1110 -%if 0%{?suse_version} != 1315 +%if 0%{?suse_version} != 1315 || 0%{?is_opensuse} BuildRequires: pkgconfig(SDL_image) >= 1.2.10 BuildRequires: pkgconfig(libprojectM) >= 2.0.0 BuildRequires: pkgconfig(libupnp) @@ -950,7 +950,7 @@ done %{_libdir}/vlc/plugins/services_discovery/libsap_plugin.so %{_libdir}/vlc/plugins/services_discovery/libudev_plugin.so %if 0%{?suse_version} > 1110 -%if 0%{?suse_version} != 1315 +%if 0%{?suse_version} != 1315 || 0%{?is_opensuse} %{_libdir}/vlc/plugins/services_discovery/libupnp_plugin.so %endif %endif