Hello community,

here is the log from the commit of package xpra for openSUSE:Factory checked in 
at 2020-08-19 18:58:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xpra (Old)
 and      /work/SRC/openSUSE:Factory/.xpra.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xpra"

Wed Aug 19 18:58:28 2020 rev:24 rq:827904 version:4.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/xpra/xpra.changes        2020-08-10 
14:58:26.880014740 +0200
+++ /work/SRC/openSUSE:Factory/.xpra.new.3399/xpra.changes      2020-08-19 
18:59:23.479928841 +0200
@@ -1,0 +2,11 @@
+Wed Aug 19 12:58:54 UTC 2020 - Luigi Baldoni <[email protected]>
+
+- Use proper location of bash in script shebang
+- Add runtime requirement
+
+-------------------------------------------------------------------
+Wed Aug 19 09:20:53 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Use %{_udevrulesdir} consistently throughout the .spec.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xpra.spec ++++++
--- /var/tmp/diff_new_pack.6h7kt1/_old  2020-08-19 18:59:25.659929938 +0200
+++ /var/tmp/diff_new_pack.6h7kt1/_new  2020-08-19 18:59:25.663929940 +0200
@@ -63,6 +63,7 @@
 Requires:       pulseaudio
 Requires:       pulseaudio-utils
 Requires:       python3-Pillow
+Requires:       python3-cairo
 Requires:       python3-dbus-python
 Requires:       python3-gobject-Gdk
 Requires:       python3-gst
@@ -119,6 +120,7 @@
 find -name '*.py' \
      -exec sed -i '1{\@^#!/usr/bin/env python@d}' {} +
 sed -i "1 s|^#!/usr/bin/env python\b|#!%__python3|" cups/xpraforwarder
+sed -i "1 s|^/usr/bin/bash|#!$(which bash)|" scripts/xpra_udev_product_version
 install -m0644 %{SOURCE1} -t xdg
 # set fillup dir
 sed -e 's|__FILLUPDIR__|%{_fillupdir}|' \
@@ -200,7 +202,7 @@
 %{_bindir}/xpra_launcher
 %{_bindir}/xpra_signal_listener
 %{_bindir}/xpra_udev_product_version
-%{_libexecdir}/udev/rules.d/71-xpra-virtual-pointer.rules
+%{_udevrulesdir}/71-xpra-virtual-pointer.rules
 %{_libexecdir}/xpra/auth_dialog
 %{_libexecdir}/xpra/gnome-open
 %{_libexecdir}/xpra/gvfs-open



Reply via email to