Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnome-music for openSUSE:Leap:16.0 checked in at 2025-07-15 11:24:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/gnome-music (Old) and /work/SRC/openSUSE:Leap:16.0/.gnome-music.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-music" Tue Jul 15 11:24:35 2025 rev:5 rq:1292382 version:48.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/gnome-music/gnome-music.changes 2025-04-29 09:04:04.409116613 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.gnome-music.new.7373/gnome-music.changes 2025-07-15 11:24:52.581856911 +0200 @@ -1,0 +2,12 @@ +Fri May 2 13:48:10 UTC 2025 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 48.0: + + Bugs fixed: + - Detect GIRepository version to use based on glib version + - Remove GIRepository import + + Updated translations. +- Drop SLE only patches, no longer needed for SLE 16: + + 0001-gnome-music-use-python36.patch + + 0002-gnome-music-revert-from-future-import-annotations.patch + +------------------------------------------------------------------- Old: ---- 0001-gnome-music-use-python36.patch 0002-gnome-music-revert-from-future-import-annotations.patch gnome-music-48.beta+31.obscpio New: ---- gnome-music-48.0.obscpio ----------(Old B)---------- Old:- Drop SLE only patches, no longer needed for SLE 16: + 0001-gnome-music-use-python36.patch + 0002-gnome-music-revert-from-future-import-annotations.patch Old: + 0001-gnome-music-use-python36.patch + 0002-gnome-music-revert-from-future-import-annotations.patch ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-music.spec ++++++ --- /var/tmp/diff_new_pack.5n7h4s/_old 2025-07-15 11:24:52.893869856 +0200 +++ /var/tmp/diff_new_pack.5n7h4s/_new 2025-07-15 11:24:52.897870022 +0200 @@ -17,7 +17,7 @@ Name: gnome-music -Version: 48.beta+31 +Version: 48.0 Release: 0 Summary: Music Player for GNOME License: LGPL-2.1-or-later AND SUSE-GPL-2.0-with-plugin-exception @@ -25,11 +25,6 @@ URL: https://www.gnome.org Source0: %{name}-%{version}.tar.zst -#PATCH-FIX-SLE 0001-gnome-music-use-python36.patch yfji...@suse.com -- disable python 3.7 specific feature to allow gnome-music build and run on python 3.6 for SLE/Leap 15.4. -Patch0: 0001-gnome-music-use-python36.patch -#PATCH-FIX-SLE 0002-gnome-music-revert-from-future-import-annotations.patch yfji...@suse.com -- disable python 3.7 specific feature to allow gnome-music build and run on python 3.6 for SLE/Leap 15.4. -Patch1: 0002-gnome-music-revert-from-future-import-annotations.patch - BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: itstool @@ -79,11 +74,7 @@ %lang_package %prep -%setup -q -%if 0%{?sle_version} -%patch -P 0 -p1 -%patch -P 1 -p1 -%endif +%autosetup -p1 %build %meson ++++++ _service ++++++ --- /var/tmp/diff_new_pack.5n7h4s/_old 2025-07-15 11:24:52.925871183 +0200 +++ /var/tmp/diff_new_pack.5n7h4s/_new 2025-07-15 11:24:52.929871349 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/gnome-music.git</param> - <param name="revision">4ef2b272</param> + <param name="revision">48.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">v?(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> ++++++ gnome-music-48.beta+31.obscpio -> gnome-music-48.0.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-music-48.beta+31/NEWS new/gnome-music-48.0/NEWS --- old/gnome-music-48.beta+31/NEWS 2025-04-27 14:29:25.000000000 +0200 +++ new/gnome-music-48.0/NEWS 2025-05-01 21:55:39.000000000 +0200 @@ -1,3 +1,12 @@ +Overview of changes in 48.0 +=========================== + +• Translation updates + +Bugs fixed: +• Detect GIRepository version to use based on glib version +• Remove GIRepository import + Overview of changes in 48.beta ============================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-music-48.beta+31/gnomemusic/about.py new/gnome-music-48.0/gnomemusic/about.py --- old/gnome-music-48.beta+31/gnomemusic/about.py 2025-04-27 14:29:25.000000000 +0200 +++ new/gnome-music-48.0/gnomemusic/about.py 2025-05-01 21:55:39.000000000 +0200 @@ -50,6 +50,7 @@ "Christopher Davis", "Clayton G. Hobbs", "Divyanshu Vishwakarma", + "Dominique Leuenberger", "Eslam Mostafa", "Elias Entrup", "Erik Inkinen", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gnome-music-48.beta+31/meson.build new/gnome-music-48.0/meson.build --- old/gnome-music-48.beta+31/meson.build 2025-04-27 14:29:25.000000000 +0200 +++ new/gnome-music-48.0/meson.build 2025-05-01 21:55:39.000000000 +0200 @@ -1,5 +1,5 @@ project('gnome-music', - version: '48.beta', + version: '48.0', meson_version: '>= 0.59.0' ) ++++++ gnome-music.obsinfo ++++++ --- /var/tmp/diff_new_pack.5n7h4s/_old 2025-07-15 11:24:53.201882635 +0200 +++ /var/tmp/diff_new_pack.5n7h4s/_new 2025-07-15 11:24:53.201882635 +0200 @@ -1,5 +1,5 @@ name: gnome-music -version: 48.beta+31 -mtime: 1745756965 -commit: 4ef2b2723cffafae837f221ede68efcbd07f5bfe +version: 48.0 +mtime: 1746129339 +commit: f3d5c069fa50b1953f173d938a7e4a6a49e636c5