Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lollypop for openSUSE:Factory checked in at 2022-11-15 13:18:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lollypop (Old) and /work/SRC/openSUSE:Factory/.lollypop.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lollypop" Tue Nov 15 13:18:58 2022 rev:164 rq:1035714 version:1.4.36 Changes: -------- --- /work/SRC/openSUSE:Factory/lollypop/lollypop.changes 2022-08-16 18:38:07.682453742 +0200 +++ /work/SRC/openSUSE:Factory/.lollypop.new.1597/lollypop.changes 2022-11-15 13:21:40.436877722 +0100 @@ -1,0 +2,12 @@ +Mon Nov 14 16:07:59 UTC 2022 - [email protected] + +- Update to version 1.4.36: + * Switch from libsoup2 to libsoup3 (glgo#World/lollypop#2945). + * Switch from youtube-dl to yt-dlp. + * Fix irregular spacing in artist information panel + (glgo#World/lollypop#2958). + * Use original date instead of date for sorting + (glgo#World/lollypop#2833). +- Add lollypop-1.4.36-libsoup3.patch (glgo#World/lollypop#2959). + +------------------------------------------------------------------- Old: ---- lollypop-1.4.35.obscpio New: ---- lollypop-1.4.36-libsoup3.patch lollypop-1.4.36.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lollypop.spec ++++++ --- /var/tmp/diff_new_pack.ZLTLJW/_old 2022-11-15 13:21:40.968880468 +0100 +++ /var/tmp/diff_new_pack.ZLTLJW/_new 2022-11-15 13:21:40.976880510 +0100 @@ -17,13 +17,15 @@ Name: lollypop -Version: 1.4.35 +Version: 1.4.36 Release: 0 Summary: GNOME music playing application License: GPL-3.0-or-later Group: Productivity/Multimedia/Sound/Players URL: https://wiki.gnome.org/Apps/Lollypop Source0: %{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM lollypop-1.4.36-libsoup3.patch -- glgo#World/lollypop#2959 +Patch0: lollypop-1.4.36-libsoup3.patch BuildRequires: desktop-file-utils BuildRequires: intltool BuildRequires: itstool @@ -32,7 +34,7 @@ BuildRequires: python3-devel BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 -BuildRequires: pkgconfig(libsoup-2.4) +BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(pygobject-3.0) >= 3.29.1 Requires: dbus-1-python3 Requires: gstreamer-plugins-base @@ -44,7 +46,7 @@ Requires: python3-gst Recommends: easytag Recommends: kid3-cli -Recommends: youtube-dl +Recommends: yt-dlp Suggests: python3-textblob BuildArch: noarch ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ZLTLJW/_old 2022-11-15 13:21:41.016880716 +0100 +++ /var/tmp/diff_new_pack.ZLTLJW/_new 2022-11-15 13:21:41.020880736 +0100 @@ -1,7 +1,7 @@ <services> <service mode="disabled" name="obs_scm"> <param name="changesgenerate">enable</param> - <param name="revision">1.4.35</param> + <param name="revision">1.4.36</param> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/World/lollypop.git</param> <param name="versionformat">@PARENT_TAG@</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ZLTLJW/_old 2022-11-15 13:21:41.040880840 +0100 +++ /var/tmp/diff_new_pack.ZLTLJW/_new 2022-11-15 13:21:41.044880861 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://gitlab.gnome.org/World/lollypop.git</param> - <param name="changesrevision">311bd3e21b8825b22bbfc397f0fcfbcf54e20b40</param></service></servicedata> + <param name="changesrevision">e3daa763ef0baa1d8679af8de6175b3d77b74e04</param></service></servicedata> (No newline at EOF) ++++++ lollypop-1.4.36-libsoup3.patch ++++++ >From a872696e4131dab76a2509d574a4ed2d2c2b14ab Mon Sep 17 00:00:00 2001 From: Antoine Belvire <[email protected]> Date: Mon, 14 Nov 2022 16:52:58 +0000 Subject: [PATCH] Require libsoup-3.0 in meson.build Commit 370d375d ported lollypop to libsoup-3.0 but meson.build was still requiring libsoup-2.4. Fixes #2959. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 23d4a13a2..3bce414a2 100644 --- a/meson.build +++ b/meson.build @@ -28,7 +28,7 @@ endif # Dependencies dependency('gobject-introspection-1.0', version: '>= 1.35.0') dependency('gtk+-3.0', version: '>= 3.22') -dependency('libsoup-2.4') +dependency('libsoup-3.0') dependency('glib-2.0') dependency('pygobject-3.0', version: '>= 3.29.1') -- GitLab ++++++ lollypop-1.4.35.obscpio -> lollypop-1.4.36.obscpio ++++++ ++++ 15695 lines of diff (skipped) ++++++ lollypop.obsinfo ++++++ --- /var/tmp/diff_new_pack.ZLTLJW/_old 2022-11-15 13:21:41.400882698 +0100 +++ /var/tmp/diff_new_pack.ZLTLJW/_new 2022-11-15 13:21:41.400882698 +0100 @@ -1,5 +1,5 @@ name: lollypop -version: 1.4.35 -mtime: 1660661050 -commit: 311bd3e21b8825b22bbfc397f0fcfbcf54e20b40 +version: 1.4.36 +mtime: 1668419350 +commit: e3daa763ef0baa1d8679af8de6175b3d77b74e04
