commit b062bd190d156497fe1c5a8ede9a3b9e6ab4af69
Author: sagitter <sagitter(a)fedoraproject.org>
Date: Tue Jul 4 17:51:01 2017 +0200
Update to 2.0.3
.gitignore | 1 +
sources | 2 +-
xpra-codecs-freeworld.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d74379d..3ebcfe9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ xpra-0.16.3.tar.xz
/xpra-0.17.5.tar.xz
/xpra-1.0.2.tar.xz
/xpra-2.0.2.tar.xz
+/xpra-2.0.3.tar.xz
diff --git a/sources b/sources
index 9adbbd7..2c247f5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d4c418f2c208403694ba5b47e144a71 xpra-2.0.2.tar.xz
+abd6f8e65d14241d3d7638acb4d78a23 xpra-2.0.3.tar.xz
diff --git a/xpra-codecs-freeworld.spec b/xpra-codecs-freeworld.spec
index 18be44c..761fc23 100644
--- a/xpra-codecs-freeworld.spec
+++ b/xpra-codecs-freeworld.spec
@@ -18,8 +18,8 @@
%endif
Name: xpra-codecs-freeworld
-Version: 2.0.2
-Release: 2%{?dist}
+Version: 2.0.3
+Release: 1%{?dist}
Summary: Additional codecs for xpra using x264 and ffmpeg
License: GPLv2+
@@ -103,6 +103,9 @@ find %{buildroot}%{python2_sitearch}/xpra -name '*.so' \
%license COPYING
%changelog
+* Tue Jul 04 2017 Antonio Trande <sagitter(a)fedoraproject.org.com> - 2.0.3-1
+- Update to 2.0.3
+
* Wed May 10 2017 Antonio Trande <sagitter(a)fedoraproject.org.com> - 2.0.2-2
- Patched for building against ffmpeg-3.1 (f25)