Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dLeyna for openSUSE:Factory checked 
in at 2023-01-31 16:08:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dLeyna (Old)
 and      /work/SRC/openSUSE:Factory/.dLeyna.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dLeyna"

Tue Jan 31 16:08:53 2023 rev:2 rq:1062096 version:0.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/dLeyna/dLeyna.changes    2022-11-29 
10:52:24.504501133 +0100
+++ /work/SRC/openSUSE:Factory/.dLeyna.new.32243/dLeyna.changes 2023-01-31 
16:25:41.559948764 +0100
@@ -1,0 +2,8 @@
+Mon Jan 30 14:13:19 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Add dLeyna-no-python-shebang.patch: remove /usr/bin/python
+  shebang from download_sync_controller.py. The file is installed
+  into a python 3.10 site-directory and thus clearly does not need
+  a python2 shebang.
+
+-------------------------------------------------------------------

New:
----
  dLeyna-no-python-shebang.patch

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

Other differences:
------------------
++++++ dLeyna.spec ++++++
--- /var/tmp/diff_new_pack.C5OnSb/_old  2023-01-31 16:25:42.003951319 +0100
+++ /var/tmp/diff_new_pack.C5OnSb/_new  2023-01-31 16:25:42.011951365 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dLeyna
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:           dLeyna
 Version:        0.8.2
 Release:        0
@@ -24,12 +23,14 @@
 License:        LGPL-2.1-or-later
 URL:            https://gitlab.gnome.org/World/dLeyna
 Source0:        %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM dLeyna-no-python-shebang.patch -- Do not carry 
/usr/bin/python shebang in python module files
+Patch0:         dLeyna-no-python-shebang.patch
 
+BuildRequires:  docutils
 BuildRequires:  meson >= 0.54.0
 BuildRequires:  pkgconfig
-BuildRequires:  docutils
-BuildRequires:  pkgconfig(glib-2.0) >= 2.28
 BuildRequires:  pkgconfig(gio-2.0) >= 2.28
+BuildRequires:  pkgconfig(glib-2.0) >= 2.28
 BuildRequires:  pkgconfig(gssdp-1.6) >= 1.6.0
 BuildRequires:  pkgconfig(gupnp-1.6) >= 1.6.0
 BuildRequires:  pkgconfig(gupnp-av-1.0) >= 0.12.9

++++++ dLeyna-no-python-shebang.patch ++++++
diff --git a/python/dLeyna/download_sync_controller.py 
b/python/dLeyna/download_sync_controller.py
index b567249..c0b48c9 100755
--- a/python/dLeyna/download_sync_controller.py
+++ b/python/dLeyna/download_sync_controller.py
@@ -1,5 +1,3 @@
-#!/usr/bin/python
-
 # download_sync_controller
 #
 # Copyright (C) 2012-2017 Intel Corporation. All rights reserved.

Reply via email to