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