commit 767e04e087ed0c767b3b8c104c5d5d03df3a9309
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Mon Oct 23 21:57:03 2017 +0100
Exclude ix86 (rfbz #4687)
mplayer.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index a210ef2..9fafa45 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -7,9 +7,9 @@
Name: mplayer
Version: 1.3.0
%if 0%{?svn}
-Release: 42.%{?pre}%{?dist}
+Release: 43.%{?pre}%{?dist}
%else
-Release: 12%{?dist}
+Release: 13%{?dist}
%endif
Summary: Movie player playing most video formats and DVDs
@@ -43,6 +43,8 @@ Patch4: %{name}-fix-screenshot-crash.patch
Patch5: %{name}-fix-vo_png.patch
Patch6: %{name}-add-include_vdpau_x11.patch
+ExcludeArch: %{ix86}
+
BuildRequires: SDL-devel
BuildRequires: a52dec-devel
BuildRequires: aalib-devel
@@ -393,6 +395,9 @@ update-desktop-database &>/dev/null || :
%{_datadir}/mplayer/*.fp
%changelog
+* Mon Oct 23 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.3.0-13
+- Exclude ix86 (rfbz #4687)
+
* Tue Oct 17 2017 Leigh Scott <leigh123linux(a)googlemail.com> - 1.3.0-12
- Rebuild for ffmpeg update
- Add build upstream build fix for newer ffmpeg
Show replies by date