Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-podcasts for openSUSE:Factory 
checked in at 2022-02-03 23:16:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-podcasts (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-podcasts.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-podcasts"

Thu Feb  3 23:16:44 2022 rev:2 rq:950838 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-podcasts/gnome-podcasts.changes    
2022-01-08 23:24:32.250276619 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-podcasts.new.1898/gnome-podcasts.changes  
2022-02-03 23:17:43.220107431 +0100
@@ -1,0 +2,8 @@
+Wed Feb  2 15:16:23 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Add 6614bb62ecbec7c3b18ea7fe44beb50fe7942b27.patch: Fix build
+  with meson 0.60 and newer.
+- Add libxml2-tools BuildRequires, as the build requests
+  xml-stripblanks preprocessing.
+
+-------------------------------------------------------------------

New:
----
  6614bb62ecbec7c3b18ea7fe44beb50fe7942b27.patch

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

Other differences:
------------------
++++++ gnome-podcasts.spec ++++++
--- /var/tmp/diff_new_pack.98H7wR/_old  2022-02-03 23:17:43.696104182 +0100
+++ /var/tmp/diff_new_pack.98H7wR/_new  2022-02-03 23:17:43.700104155 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-podcasts
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2019 Bj??rn Lie, Bryne, Norway.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,8 +16,8 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define commit de438a4d62196bddd134bb155a812fe1
 
+%define commit de438a4d62196bddd134bb155a812fe1
 
 Name:           gnome-podcasts
 Version:        0.5.1
@@ -26,8 +26,11 @@
 License:        GPL-3.0-or-later
 URL:            https://gitlab.gnome.org/World/podcasts
 Source0:        %{url}/uploads/%{commit}/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM 6614bb62ecbec7c3b18ea7fe44beb50fe7942b27.patch -- Fix 
build with meson 0.60 and newer
+Patch0:         
https://gitlab.gnome.org/World/podcasts/-/commit/6614bb62ecbec7c3b18ea7fe44beb50fe7942b27.patch
 
 BuildRequires:  cargo
+BuildRequires:  libxml2-tools
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  rust
@@ -55,7 +58,7 @@
 Listen to your favorite podcasts, right from your desktop.
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
 %meson \

++++++ 6614bb62ecbec7c3b18ea7fe44beb50fe7942b27.patch ++++++
>From 6614bb62ecbec7c3b18ea7fe44beb50fe7942b27 Mon Sep 17 00:00:00 2001
From: Jan Beich <[email protected]>
Date: Thu, 20 Jan 2022 01:27:48 +0000
Subject: [PATCH] meson: drop unused argument for i18n.merge_file()

Ignored in Meson < 0.60.0, deprecated since 0.60.1 and fatal since 0.61.0.

podcasts-gtk/resources/meson.build:5:0: ERROR: Function does not take 
positional arguments.
podcasts-gtk/resources/meson.build:30:0: ERROR: Function does not take 
positional arguments.
---
 podcasts-gtk/resources/meson.build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/podcasts-gtk/resources/meson.build 
b/podcasts-gtk/resources/meson.build
index c1f1ee9f..87148087 100644
--- a/podcasts-gtk/resources/meson.build
+++ b/podcasts-gtk/resources/meson.build
@@ -2,7 +2,7 @@ subdir('icons')
 
 desktop_conf = configuration_data()
 desktop_conf.set('icon', application_id)
-desktop_file = i18n.merge_file ('desktop-file',
+desktop_file = i18n.merge_file (
   type: 'desktop',
   input: configure_file(
     input: files('org.gnome.Podcasts.desktop.in.in'),
@@ -27,7 +27,7 @@ endif
 
 appdata_conf = configuration_data()
 appdata_conf.set('appid', application_id)
-appdata_file = i18n.merge_file ('appdata-file',
+appdata_file = i18n.merge_file (
   input: configure_file(
     input: files('org.gnome.Podcasts.appdata.xml.in.in'),
     output: 'org.gnome.Podcasts.appdata.xml.in',
-- 
GitLab

Reply via email to