From bcbf94cbce2575e89415bab70fb612df71fbbdc4 Mon Sep 17 00:00:00 2001 From: Jonathan Underwood Date: Thu, 7 Jan 2016 18:12:02 +0000 Subject: [PATCH] Update to 0.16.0 --- .gitignore | 1 + sources | 2 +- xpra.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8a53955..8fa94d9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /xpra-0.15.8.tar.xz /xpra-0.15.9.tar.xz /xpra-0.15.10.tar.xz +/xpra-0.16.0.tar.xz diff --git a/sources b/sources index 3856043..38c9d24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f783782e248fd71fd4b45a5969b588ac xpra-0.15.10.tar.xz +059a6e55b4c8b9c471101fec082b1499 xpra-0.16.0.tar.xz diff --git a/xpra.spec b/xpra.spec index 392801b..8349943 100644 --- a/xpra.spec +++ b/xpra.spec @@ -21,8 +21,8 @@ %global __provides_exclude_from ^%{python_sitearch}/.*\\.so$ Name: xpra -Version: 0.15.10 -Release: 2%{?dist} +Version: 0.16.0 +Release: 1%{?dist} Summary: Remote display server for applications and desktops License: GPLv2+ and BSD and LGPLv3+ and MIT @@ -211,11 +211,14 @@ fi %{_datadir}/appdata/xpra.appdata.xml %{_datadir}/mime/packages/application-x-xpraconfig.xml %{cupslibdir}/backend/xpraforwarder -#{_prefix}/lib/tmpfiles.d/xpra.conf +%{_prefix}/lib/tmpfiles.d/xpra.conf %doc README COPYING NEWS %changelog +* Thu Jan 7 2016 Jonathan Underwood - 0.16.0-1 +- Update to 0.16.0 + * Tue Dec 29 2015 Jonathan Underwood - 0.15.10-2 - Rebuild for libwebp 0.5.0