Hello community,

here is the log from the commit of package pyradio for openSUSE:Factory checked 
in at 2020-03-03 10:18:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pyradio (Old)
 and      /work/SRC/openSUSE:Factory/.pyradio.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pyradio"

Tue Mar  3 10:18:13 2020 rev:2 rq:780840 version:0.8.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pyradio/pyradio.changes  2020-01-08 
17:56:56.369716220 +0100
+++ /work/SRC/openSUSE:Factory/.pyradio.new.26092/pyradio.changes       
2020-03-03 10:19:54.235105161 +0100
@@ -1,0 +2,6 @@
+Sun Mar  1 16:04:17 UTC 2020 - malcolmle...@opensuse.org
+
+- Update to version 0.8.7.1:
+  * Fixing mpv playlist option (for mpv 0.32.0).
+
+-------------------------------------------------------------------
@@ -4 +10 @@
-- Fix the download url
+- Fix the download url.

Old:
----
  pyradio-0.8.7.tar.gz

New:
----
  pyradio-0.8.7.1.tar.gz

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

Other differences:
------------------
++++++ pyradio.spec ++++++
--- /var/tmp/diff_new_pack.vYyMN8/_old  2020-03-03 10:19:55.067106883 +0100
+++ /var/tmp/diff_new_pack.vYyMN8/_new  2020-03-03 10:19:55.067106883 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           pyradio
-Version:        0.8.7
+Version:        0.8.7.1
 Release:        0
 Summary:        Curses based internet radio player
 License:        MIT
@@ -45,7 +45,6 @@
 export LC_ALL=en_US.utf8
 %python3_build
 
-
 %install
 %python3_install
 install -Dm0644 pyradio.1 %{buildroot}%{_mandir}/man1/pyradio.1

++++++ pyradio-0.8.7.tar.gz -> pyradio-0.8.7.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyradio-0.8.7/Changelog new/pyradio-0.8.7.1/Changelog
--- old/pyradio-0.8.7/Changelog 2019-12-23 14:37:46.000000000 +0100
+++ new/pyradio-0.8.7.1/Changelog       2020-01-31 11:20:47.000000000 +0100
@@ -1,3 +1,7 @@
+2020-01-31 s-n-g
+    * Version 0.8.7.1
+    * Fixing mpv playlist option (for mpv 0.32.0)
+
 2019-12-23 s-n-g
     * Version 0.8.7
     * Fixing volume issue with mpv
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyradio-0.8.7/pyradio/__init__.py 
new/pyradio-0.8.7.1/pyradio/__init__.py
--- old/pyradio-0.8.7/pyradio/__init__.py       2019-12-23 14:37:46.000000000 
+0100
+++ new/pyradio-0.8.7.1/pyradio/__init__.py     2020-01-31 11:20:47.000000000 
+0100
@@ -1,6 +1,6 @@
 " pyradio -- Console radio player. "
 
-version_info = (0, 8, 7)
+version_info = (0, 8, 7, 1)
 
 __version__ = version = '.'.join(map(str, version_info))
 __project__ = __name__
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyradio-0.8.7/pyradio/player.py 
new/pyradio-0.8.7.1/pyradio/player.py
--- old/pyradio-0.8.7/pyradio/player.py 2019-12-23 14:37:46.000000000 +0100
+++ new/pyradio-0.8.7.1/pyradio/player.py       2020-01-31 11:20:47.000000000 
+0100
@@ -650,9 +650,9 @@
         http_url = streamUrl.replace('https://', 'http://')
         if playList:
             if newerMpv:
-                opts = [self.PLAYER_CMD, "--quiet", "--playlist", http_url, 
"--input-ipc-server=" + self.mpvsocket]
+                opts = [self.PLAYER_CMD, "--quiet", "--playlist=" + http_url, 
"--input-ipc-server=" + self.mpvsocket]
             else:
-                opts = [self.PLAYER_CMD, "--quiet", "--playlist", http_url, 
"--input-unix-socket=" + self.mpvsocket]
+                opts = [self.PLAYER_CMD, "--quiet", "--playlist=" + http_url, 
"--input-unix-socket=" + self.mpvsocket]
         else:
             if newerMpv:
                 opts = [self.PLAYER_CMD, "--quiet", http_url, 
"--input-ipc-server=" + self.mpvsocket]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyradio-0.8.7/pyradio.1 new/pyradio-0.8.7.1/pyradio.1
--- old/pyradio-0.8.7/pyradio.1 2019-12-23 14:37:46.000000000 +0100
+++ new/pyradio-0.8.7.1/pyradio.1       2020-01-31 11:20:47.000000000 +0100
@@ -1,7 +1,7 @@
 .\" Copyright (C) 2011 Ben Dowling <http://www.coderholic.com/pyradio>
 .\" This manual is freely distributable under the terms of the GPL.
 .\"
-.TH PYRADIO 1 "December 2019"
+.TH PYRADIO 1 "January 2020"
 
 .SH NAME
 .PP


Reply via email to