commit 8e2601dda6493a3e1c73b68eeba8c009ed6f336b
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sat Sep 2 19:10:07 2023 +0200
Release 5.0.1
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 6 +++++-
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc95748..dd29463 100644
--- a/.gitignore
+++ b/.gitignore
@@ -66,3 +66,4 @@ xpra-0.16.3.tar.xz
/xpra-4.4.5.tar.gz
/xpra-4.4.6.tar.gz
/xpra-5.0.tar.gz
+/xpra-5.0.1.tar.gz
diff --git a/sources b/sources
index b1e889e..2fdb546 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xpra-5.0.tar.gz) =
94d4ec4fa9581a9e184ee47b8f8d53a6f73cbbce1156e21c033805482f84779272a69a746efdb37ce564fdd5c74ef74f4e14351c858408f6b43e267f0ca03d62
+SHA512 (xpra-5.0.1.tar.gz) =
202c05fb191fdc462a07c5659b33763b2090435ca16cfe2dd5261394a7092fdca432c8ac66a016cbe945802a3ecd8863b88c0822317739cbd477b37b8a3494cd
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index cf5dc8f..8e0c09f 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -36,7 +36,7 @@
%endif
Name: xpra-codecs-freeworld
-Version: 5.0
+Version: 5.0.1
Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -120,6 +120,7 @@ sed -i 's|-mfpmath=387|-mfloat-abi=hard|' setup.py
%build
%py3_build -- \
+ --without-nvidia --without-pandoc_lua \
--with-verbose \
--with-vpx \
%{?_with_enc_x264} \
@@ -174,6 +175,9 @@ find %{buildroot}%{python3_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Sat Sep 02 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 5.0.1-1
+- Release 5.0.1
+
* Sun Aug 20 2023 Antonio Trande <sagitter(a)fedoraproject.org> - 5.0-1
- Release 5.0
Show replies by date