From 810af5187dd6ddb43134b4a771284dbfc224386e Mon Sep 17 00:00:00 2001 From: sagitter Date: Apr 02 2020 20:07:32 +0000 Subject: Release 3.0.8 --- diff --git a/.gitignore b/.gitignore index 08b516d..d74755c 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /xpra-3.0.5.tar.xz /xpra-3.0.6.tar.xz /xpra-3.0.7.tar.xz +/xpra-3.0.8.tar.xz diff --git a/sources b/sources index 0c67d2c..0c2b569 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xpra-3.0.7.tar.xz) = c5913479639e72c93e2feb91eb090f4523f10c996f3c993493e39e71a7077c3d7d2ae79b50ebbc15a854006551c0ef99e63f9877413637b2cf23ebc3a0c33639 +SHA512 (xpra-3.0.8.tar.xz) = a78cbcc69f09d6d0ad0cbae908baf5ea739a226fe40fa659d2306fdf6ea874e74762ee9a7c17d01844c780e5adcae0dab3006e0c793da72592ed0cd1c621e606 diff --git a/xpra.spec b/xpra.spec index 4dc0575..21e9219 100644 --- a/xpra.spec +++ b/xpra.spec @@ -38,8 +38,8 @@ %endif Name: xpra -Version: 3.0.7 -Release: 2%{?dist} +Version: 3.0.8 +Release: 1%{?dist} Summary: Remote display server for applications and desktops License: GPLv2+ and BSD and LGPLv3+ and MIT URL: https://www.xpra.org/ @@ -298,6 +298,9 @@ getent group xpra >/dev/null || groupadd -r xpra %{_datadir}/xpra/www %changelog +* Thu Apr 02 2020 Antonio Trande - 3.0.8-1 +- Release 3.0.8 + * Sat Mar 14 2020 Antonio Trande - 3.0.7-2 - Add PAM support (rhbz#1812903)