commit a48aa7989ba0913e2fd384ed14ca6aa95adf5a51
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Wed Jun 27 14:27:51 2018 +0200
Update to 2.3.2
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9394e8..8499ecd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ xpra-0.16.3.tar.xz
/xpra-2.2.6.tar.xz
/xpra-2.3.tar.xz
/xpra-2.3.1.tar.xz
+/xpra-2.3.2.tar.xz
diff --git a/sources b/sources
index e2d0f5e..b38fccb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f95844aae43fd33878b60d80da360d5c xpra-2.3.1.tar.xz
+67ae262de9c7175c14d2a1fb24dad1a1 xpra-2.3.2.tar.xz
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index f42cc62..7d8ab11 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -35,8 +35,8 @@
%endif
Name: xpra-codecs-freeworld
-Version: 2.3.1
-Release: 2%{?dist}
+Version: 2.3.2
+Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -128,6 +128,9 @@ find %{buildroot}%{pythonx_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Wed Jun 27 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.3.2-1
+- Update to 2.3.2
+
* Sun Jun 24 2018 Antonio Trande <sagitter(a)fedoraproject.org> - 2.3.1-2
- Define build conditions for debugging
- Switch back to Python2 (see
xpra.org/trac/ticket/1885) (bz#1583319)