From 0cf15bf0ade2099e9963caf635ae12ff186d681d Mon Sep 17 00:00:00 2001 From: sagitter Date: Aug 08 2020 13:48:43 +0000 Subject: Release 4.0.3 --- diff --git a/.gitignore b/.gitignore index 46e8ebb..435ee54 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /xpra-4.0.tar.xz /xpra-4.0.1.tar.xz /xpra-4.0.2.tar.xz +/xpra-4.0.3.tar.xz diff --git a/sources b/sources index 6061d82..2ac5534 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xpra-4.0.2.tar.xz) = 462ff9c6efd865ed3acf967c04c677119bb4c7aa75b057c5e7e4ab05e4c7718ece1c3db34cacf0c608bb38604342479265e4f0f9ea8d2cbf2119b1b4a3fe1ec0 +SHA512 (xpra-4.0.3.tar.xz) = 73d19c68594d322b57b210039b1ef70b8fac76a793f05814014796e0f42bb8864a174677b8ceea6dfd02ad162343e78760787593ca2cea8ecc156c5b32ec0269 diff --git a/xpra.spec b/xpra.spec index e1a7e04..f12f8f0 100644 --- a/xpra.spec +++ b/xpra.spec @@ -38,8 +38,8 @@ %endif Name: xpra -Version: 4.0.2 -Release: 4%{?dist} +Version: 4.0.3 +Release: 1%{?dist} Summary: Remote display server for applications and desktops License: GPLv2+ and BSD and LGPLv3+ and MIT URL: https://www.xpra.org/ @@ -316,6 +316,9 @@ getent group xpra >/dev/null || groupadd -r xpra %{_datadir}/xpra/www %changelog +* Sat Aug 08 2020 Antonio Trande - 4.0.3-1 +- Release 4.0.3 + * Wed Aug 05 2020 Antonio Trande - 4.0.2-4 - Requires xmodmap xrandr without %%?_isa wrapper (rhbz#1864529)