From 897fab886adf5a0c759dcdc8060e07e24518c2a7 Mon Sep 17 00:00:00 2001 From: Jonathan Underwood Date: Feb 19 2016 08:45:32 +0000 Subject: Uodate to 0.16.2 (BZ 1301357), fix a number of deps: - Replace gstreamer Requires with gstreamer1 Requires (BZ 1309811) - Require python-gobject (BZ 1309811) - No longer Require gstreamer-python (BZ 1309811) - Require xorg-x11-xauth (BZ 1309804) - Require dbus-x11 (BZ 1309827) --- diff --git a/.gitignore b/.gitignore index fa8879f..845f34f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /xpra-0.15.10.tar.xz /xpra-0.16.0.tar.xz /xpra-0.16.1.tar.xz +/xpra-0.16.2.tar.xz diff --git a/sources b/sources index d6a61d1..39592d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b4eac6dc3b8b92720047e0205078fe51 xpra-0.16.1.tar.xz +f464f7ee6d88edb9874137b6e21ae310 xpra-0.16.2.tar.xz diff --git a/xpra.spec b/xpra.spec index 3cb909a..217385b 100644 --- a/xpra.spec +++ b/xpra.spec @@ -21,8 +21,8 @@ %global __provides_exclude_from ^%{python_sitearch}/.*\\.so$ Name: xpra -Version: 0.16.1 -Release: 2%{?dist} +Version: 0.16.2 +Release: 1%{?dist} Summary: Remote display server for applications and desktops License: GPLv2+ and BSD and LGPLv3+ and MIT @@ -52,12 +52,15 @@ BuildRequires: x264-devel Requires: python-imaging Requires: dbus-python +Requires: dbus-x11 Requires: xorg-x11-server-utils Requires: xorg-x11-drv-dummy +Requires: xorg-x11-xauth Requires: PyOpenGL pygtkglext Requires: python-numeric numpy -Requires: gstreamer gstreamer-python -Requires: gstreamer-plugins-base gstreamer-plugins-good +Requires: python-gobject +Requires: gstreamer1 +Requires: gstreamer1-plugins-base gstreamer1-plugins-good Requires: pulseaudio pulseaudio-utils Requires: python-rencode Requires: cups-filesystem @@ -226,6 +229,14 @@ fi %{_datadir}/xpra %changelog +* Fri Feb 19 2016 Jonathan Underwood - 0.16.2-1 +- Uodate to 0.16.2 (BZ 1301357) +- Replace gstreamer Requires with gstreamer1 Requires (BZ 1309811) +- Require python-gobject (BZ 1309811) +- No longer Require gstreamer-python (BZ 1309811) +- Require xorg-x11-xauth (BZ 1309804) +- Require dbus-x11 (BZ 1309827) + * Fri Feb 05 2016 Fedora Release Engineering - 0.16.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild