commit 91844b3217b17201aec8f99780c1b9bf113c3538
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Mar 26 09:16:53 2019 +0100
Release to 2.5.0
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 14 +++++++++-----
3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1e5324..563c0fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ xpra-0.16.3.tar.xz
/xpra-2.4.1.tar.xz
/xpra-2.4.2.tar.xz
/xpra-2.4.3.tar.xz
+/xpra-2.5.tar.xz
diff --git a/sources b/sources
index d376e20..498d69b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c35cea9a2e11435ca7708de478cfa541 xpra-2.4.3.tar.xz
+37673c240ddb0610bd85349763db2a46 xpra-2.5.tar.xz
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 9407138..55a7f04 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -11,7 +11,7 @@
# xpra does not correctly work with Python3 yet
# Starting from Fedora 30, Python 2 will be no longer supported
-%if %{?fedora} < 30
+%if %{?fedora} < 29
%global py_prefix 2
%global pythonx_sitearch %python2_sitearch
%else
@@ -35,12 +35,12 @@
%endif
Name: xpra-codecs-freeworld
-Version: 2.4.3
-Release: 4%{?dist}
+Version: 2.5.0
+Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
URL:
http://www.xpra.org/
-Source0:
http://xpra.org/src/xpra-%{version}.tar.xz
+Source0:
http://xpra.org/src/xpra-2.5.tar.xz
BuildRequires: python%py_prefix-devel
BuildRequires: pygobject%py_prefix-devel
@@ -73,7 +73,7 @@ Provides support for H.264 encoding and swscale support in xpra using
x264 and ffmpeg.
%prep
-%autosetup -n xpra-%{version}
+%autosetup -n xpra-2.5
%build
CFLAGS="%{optflags}" %{_bindir}/python%py_prefix setup.py build
--executable="%{_bindir}/python%py_prefix -s" \
@@ -130,6 +130,10 @@ find %{buildroot}%{pythonx_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Wed Mar 20 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 2.5.0-1
+- Release to 2.5.0
+- Switch to Python3 on Fedora 29+
+
* Tue Mar 12 2019 Sérgio Basto <sergio(a)serjux.com> - 2.4.3-4
- Mass rebuild for x264