Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-music for openSUSE:Factory checked in at 2023-03-26 20:19:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-music (Old) and /work/SRC/openSUSE:Factory/.gnome-music.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-music" Sun Mar 26 20:19:17 2023 rev:69 rq:1074237 version:44.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-music/gnome-music.changes 2023-03-24 15:18:08.758176174 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-music.new.31432/gnome-music.changes 2023-03-26 20:19:18.362992193 +0200 @@ -1,0 +2,6 @@ +Wed Mar 22 21:35:32 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 44.0: + + Update appdata for the 44.0 release. + +------------------------------------------------------------------- Old: ---- gnome-music-44.rc.tar.xz New: ---- gnome-music-44.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-music.spec ++++++ --- /var/tmp/diff_new_pack.hPKPEA/_old 2023-03-26 20:19:18.846994721 +0200 +++ /var/tmp/diff_new_pack.hPKPEA/_new 2023-03-26 20:19:18.850994743 +0200 @@ -17,7 +17,7 @@ Name: gnome-music -Version: 44.rc +Version: 44.0 Release: 0 Summary: Music Player for GNOME License: LGPL-2.1-or-later AND SUSE-GPL-2.0-with-plugin-exception ++++++ gnome-music-44.rc.tar.xz -> gnome-music-44.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-music-44.rc/NEWS new/gnome-music-44.0/NEWS --- old/gnome-music-44.rc/NEWS 2023-03-06 00:04:13.000000000 +0100 +++ new/gnome-music-44.0/NEWS 2023-03-22 21:10:32.000000000 +0100 @@ -1,3 +1,8 @@ +Overview of changes in 44.0 +=========================== + +⢠Update appdata for the 44.0 release + Overview of changes in 44.rc ============================ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-music-44.rc/data/org.gnome.Music.appdata.xml.in.in new/gnome-music-44.0/data/org.gnome.Music.appdata.xml.in.in --- old/gnome-music-44.rc/data/org.gnome.Music.appdata.xml.in.in 2023-03-06 00:04:13.000000000 +0100 +++ new/gnome-music-44.0/data/org.gnome.Music.appdata.xml.in.in 2023-03-22 21:10:32.000000000 +0100 @@ -28,6 +28,21 @@ </screenshot> </screenshots> <releases> + <release version="44.0" date="2023-03-22"> + <description> + <p> + First stable release for GNOME 44. This version mostly consists + of stability improvements. There are also some notable + improvements: + </p> + <ul> + <li>Port to soup 3</li> + <li>Fix shuffle</li> + <li>Decrease memory usage in SongsView</li> + </ul> + <p>This release also updates translations.</p> + </description> + </release> <release version="42.1" date="2022-04-25"> <description> <ul> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-music-44.rc/meson.build new/gnome-music-44.0/meson.build --- old/gnome-music-44.rc/meson.build 2023-03-06 00:04:13.000000000 +0100 +++ new/gnome-music-44.0/meson.build 2023-03-22 21:10:32.000000000 +0100 @@ -1,5 +1,5 @@ project('gnome-music', - version: '44.rc', + version: '44.0', meson_version: '>= 0.59.0' )