Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2021-06-01 10:38:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and      /work/SRC/openSUSE:Factory/.mpd.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpd"

Tue Jun  1 10:38:44 2021 rev:31 rq:896179 version:0.22.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2021-05-21 21:50:10.490194006 
+0200
+++ /work/SRC/openSUSE:Factory/.mpd.new.1898/mpd.changes        2021-06-01 
10:40:21.705109284 +0200
@@ -1,0 +2,7 @@
+Sun May 30 15:39:04 UTC 2021 - Fabian Niepelt <fniep...@takios.de>
+
+- Update to 0.22.8
+  * https://github.com/MusicPlayerDaemon/MPD/blob/v0.22.8/NEWS
+  * fix crash bug in "albumart" command (0.22.7 regression) 
+
+-------------------------------------------------------------------

Old:
----
  mpd-0.22.7.tar.xz
  mpd-0.22.7.tar.xz.sig

New:
----
  mpd-0.22.8.tar.xz
  mpd-0.22.8.tar.xz.sig

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

Other differences:
------------------
++++++ mpd.spec ++++++
--- /var/tmp/diff_new_pack.zqWmi3/_old  2021-06-01 10:40:22.293110286 +0200
+++ /var/tmp/diff_new_pack.zqWmi3/_new  2021-06-01 10:40:22.297110293 +0200
@@ -20,7 +20,7 @@
 %bcond_with    faad
 %bcond_without mpd_iso9660
 Name:           mpd
-Version:        0.22.7
+Version:        0.22.8
 Release:        0
 Summary:        Music Player Daemon
 License:        GPL-2.0-or-later

++++++ mpd-0.22.7.tar.xz -> mpd-0.22.8.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.22.7/NEWS new/mpd-0.22.8/NEWS
--- old/mpd-0.22.7/NEWS 2021-05-19 18:13:26.000000000 +0200
+++ new/mpd-0.22.8/NEWS 2021-05-22 17:33:36.000000000 +0200
@@ -1,3 +1,6 @@
+ver 0.22.8 (2021/05/22)
+* fix crash bug in "albumart" command (0.22.7 regression)
+
 ver 0.22.7 (2021/05/19)
 * protocol
   - don't use glibc extension to parse time stamps
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.22.7/android/AndroidManifest.xml 
new/mpd-0.22.8/android/AndroidManifest.xml
--- old/mpd-0.22.7/android/AndroidManifest.xml  2021-05-19 18:13:26.000000000 
+0200
+++ new/mpd-0.22.8/android/AndroidManifest.xml  2021-05-22 17:33:36.000000000 
+0200
@@ -2,8 +2,8 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android";
           package="org.musicpd"
           android:installLocation="auto"
-          android:versionCode="55"
-          android:versionName="0.22.7">
+          android:versionCode="56"
+          android:versionName="0.22.8">
 
   <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.22.7/doc/conf.py new/mpd-0.22.8/doc/conf.py
--- old/mpd-0.22.7/doc/conf.py  2021-05-19 18:13:26.000000000 +0200
+++ new/mpd-0.22.8/doc/conf.py  2021-05-22 17:33:36.000000000 +0200
@@ -38,7 +38,7 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.22.7'
+version = '0.22.8'
 # The full version, including alpha/beta/rc tags.
 release = version
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.22.7/meson.build new/mpd-0.22.8/meson.build
--- old/mpd-0.22.7/meson.build  2021-05-19 18:13:26.000000000 +0200
+++ new/mpd-0.22.8/meson.build  2021-05-22 17:33:36.000000000 +0200
@@ -1,7 +1,7 @@
 project(
   'mpd',
   ['c', 'cpp'],
-  version: '0.22.7',
+  version: '0.22.8',
   meson_version: '>= 0.49.0',
   default_options: [
     'c_std=c11',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpd-0.22.7/src/input/LastInputStream.hxx 
new/mpd-0.22.8/src/input/LastInputStream.hxx
--- old/mpd-0.22.7/src/input/LastInputStream.hxx        2021-05-19 
18:13:26.000000000 +0200
+++ new/mpd-0.22.8/src/input/LastInputStream.hxx        2021-05-22 
17:33:36.000000000 +0200
@@ -69,7 +69,8 @@
 
                is = open(new_uri, mutex);
                uri = std::forward<U>(new_uri);
-               ScheduleClose();
+               if (is)
+                       ScheduleClose();
                return is.get();
        }
 

Reply via email to