Update to 1.17.1
disable dv and 1394 on s390
This commit is contained in:
parent
31846382a1
commit
4f5e3b0fa4
@ -171,12 +171,12 @@ to be installed.
|
||||
-D monoscope=disabled \
|
||||
-D aalib=disabled \
|
||||
-D libcaca=disabled \
|
||||
%if %{with extras}
|
||||
-D jack=enabled
|
||||
%else
|
||||
-D jack=disabled
|
||||
-D jack=%{?with_extras:enabled}%{!?with_extras:disabled} \
|
||||
%ifarch s390 s390x
|
||||
-D dv=disabled -D dv1394=disabled \
|
||||
%endif
|
||||
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -293,6 +293,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
|
||||
%changelog
|
||||
* Mon Jun 22 2020 Wim Taymans <wtaymans@redhat.com> - 1.17.1-1
|
||||
- Update to 1.17.1
|
||||
- disable dv and 1394 on s390
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.16.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user