forked from pool/mpDris2
- Fix interpreter.patch - Update to current Github version, including the following: * Catch Mutagen exceptions for malformed files * Allow a custom bus name to be specified (for multi-instance) * Use SafeConfigParser#read() and Python3 interpreter OBS-URL: https://build.opensuse.org/request/show/662110 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpDris2?expand=0&rev=9
11 lines
413 B
Diff
11 lines
413 B
Diff
Index: mpDris2-0.7/src/mpDris2.in.py
|
|
===================================================================
|
|
--- mpDris2-0.7/src/mpDris2.in.py.orig 2018-05-08 21:18:40.591530305 +0200
|
|
+++ mpDris2-0.7/src/mpDris2.in.py 2018-05-08 21:19:35.171342273 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python3
|
|
+#!/usr/bin/python3
|
|
# -*- coding: utf-8 -*-
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|