Hello community,

here is the log from the commit of package mpDris2 for openSUSE:Factory checked 
in at 2018-05-10 15:49:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpDris2 (Old)
 and      /work/SRC/openSUSE:Factory/.mpDris2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpDris2"

Thu May 10 15:49:38 2018 rev:2 rq:605495 version:0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpDris2/mpDris2.changes  2017-09-12 
19:55:48.823543809 +0200
+++ /work/SRC/openSUSE:Factory/.mpDris2.new/mpDris2.changes     2018-05-10 
15:49:38.976714746 +0200
@@ -1,0 +2,6 @@
+Tue May  8 19:11:18 UTC 2018 - so...@volted.net
+
+- Fix python-mpd module version
+- Add interpreter.patch to fix env related warning
+
+-------------------------------------------------------------------

New:
----
  interpreter.patch

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

Other differences:
------------------
++++++ mpDris2.spec ++++++
--- /var/tmp/diff_new_pack.XWexgS/_old  2018-05-10 15:49:40.388662997 +0200
+++ /var/tmp/diff_new_pack.XWexgS/_new  2018-05-10 15:49:40.392662849 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mpDris2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,16 @@
 Version:        0.7
 Release:        0
 Summary:        MPRIS V2.1 support for mpd
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Productivity/Multimedia/Sound/Players
 Url:            https://github.com/eonpatapon/mpDris2
 Source:         
https://github.com/eonpatapon/mpDris2/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch:          interpreter.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  intltool
 BuildRequires:  update-desktop-files
-Requires:       python3-python-mpd2
+Requires:       python2-python-mpd2
 Recommends:     %{name}-lang
 BuildArch:      noarch
 %{perl_requires}
@@ -41,6 +42,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 NOCONFIGURE=1 ./autogen.sh

++++++ interpreter.patch ++++++
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 python
+#!/usr/bin/python2
 # -*- coding: utf-8 -*-
 #
 #    This program is free software: you can redistribute it and/or modify

Reply via email to