From 46378118de9a95410d98e02ec9f53f4ef6f60132 Mon Sep 17 00:00:00 2001 From: sagitter Date: Jun 27 2018 10:58:50 +0000 Subject: Update to 2.3.2 --- diff --git a/.gitignore b/.gitignore index ca560c1..32482c7 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /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 f0734a7..58405b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xpra-2.3.1.tar.xz) = 20b18cdf39216dc93debaf1d208f83e2da08d784c71d940ef89b7b480f09c198b85b28825e09e835280dd2ec0561b0261a1ee3109f596378e7b27b043e85780e +SHA512 (xpra-2.3.2.tar.xz) = 18ef29ab9069ed3bd80aaeda9e8e7bb6479124e18086e47c15b8aff36751e16cf06043c13294d7b0afaea0cc6adfbcb02d6e1a35831e37988cdfbf1274fe3a85 diff --git a/xpra.spec b/xpra.spec index 1d80cc9..5559564 100644 --- a/xpra.spec +++ b/xpra.spec @@ -47,8 +47,8 @@ %endif Name: xpra -Version: 2.3.1 -Release: 3%{?dist} +Version: 2.3.2 +Release: 1%{?dist} Summary: Remote display server for applications and desktops License: GPLv2+ and BSD and LGPLv3+ and MIT @@ -283,6 +283,9 @@ getent group xpra >/dev/null || groupadd -r xpra %{_datadir}/xpra/www %changelog +* Wed Jun 27 2018 Antonio Trande - 2.3.2-1 +- Update to 2.3.2 + * Sun Jun 24 2018 Antonio Trande - 2.3.1-3 - Define build conditions for debugging - Switch back to Python2 (see xpra.org/trac/ticket/1885) (bz#1583319)