commit 538f540832514f3cf9189ddfdae62bf8702aef3f
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Thu Apr 18 18:27:36 2019 +0200
Release to 2.5.1
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 9 ++++++---
3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 563c0fa..c43245b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@ xpra-0.16.3.tar.xz
/xpra-2.4.2.tar.xz
/xpra-2.4.3.tar.xz
/xpra-2.5.tar.xz
+/xpra-2.5.1.tar.xz
diff --git a/sources b/sources
index 498d69b..9207e0c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37673c240ddb0610bd85349763db2a46 xpra-2.5.tar.xz
+f38a49351ba6cd903766741ab2b1df5d xpra-2.5.1.tar.xz
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 55a7f04..87be4cf 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -35,12 +35,12 @@
%endif
Name: xpra-codecs-freeworld
-Version: 2.5.0
+Version: 2.5.1
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-2.5.tar.xz
+Source0:
http://xpra.org/src/xpra-%{version}.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-2.5
+%autosetup -n xpra-%{version}
%build
CFLAGS="%{optflags}" %{_bindir}/python%py_prefix setup.py build
--executable="%{_bindir}/python%py_prefix -s" \
@@ -130,6 +130,9 @@ find %{buildroot}%{pythonx_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Thu Apr 18 2019 Antonio Trande <sagitter(a)fedoraproject.org> - 2.5.1-1
+- Release to 2.5.1
+
* 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+