commit 41e42ed7230a0051a6276deadce62947a8273421
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Nov 5 20:47:59 2019 +0100
Release 3.0.2
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 11 ++++++++++-
3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34cbacf..29ac4cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@ xpra-0.16.3.tar.xz
/xpra-2.5.3.tar.xz
/xpra-3.0.tar.xz
/xpra-3.0.1.tar.xz
+/xpra-3.0.2.tar.xz
diff --git a/sources b/sources
index 3f908e1..a547288 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-3.0.1.tar.xz) =
2fd04afe416c9b26c5404f0114c8abbe8367a6cb3e745ffaecedcbb864b1ada4575f7289807a152f6d01834e1f1fc4d6ac780335537f69ec393ef3d16928f4e2
+SHA512 (xpra-3.0.2.tar.xz) =
115f606ff5886d99a906f318cb1a7a4a86e80ebf23e4336e67938267d92ef624de577cc8fc06c6ce541b7c44a0cef58d930b5928f32e24dfc67c72127c7b623c
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 9246d34..6c89743 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -25,7 +25,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 3.0.1
+Version: 3.0.2
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -69,6 +69,11 @@ x264 and ffmpeg.
%prep
%autosetup -n xpra-%{version}
+# cc1: error: unrecognized compiler option ‘-mfpmath=387’
+%ifarch %{arm}
+sed -i 's|-mfpmath=387|-mfloat-abi=hard|' setup.py
+%endif
+
%build
CFLAGS="%{optflags}" %{__python3} setup.py build
--executable="%{__python3} -s" \
%{?_with_enc_x264} \
@@ -122,6 +127,10 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Tue Nov 05 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.2-1
+- Release 3.0.2
+- Replace unrecognized compiler option on ARM
+
* Mon Oct 28 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 3.0.1-1
- Release 3.0.1