Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libchamplain for openSUSE:Factory checked in at 2022-01-23 12:15:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libchamplain (Old) and /work/SRC/openSUSE:Factory/.libchamplain.new.1938 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libchamplain" Sun Jan 23 12:15:17 2022 rev:56 rq:947898 version:0.12.20 Changes: -------- --- /work/SRC/openSUSE:Factory/libchamplain/libchamplain.changes 2019-11-03 11:56:04.719262528 +0100 +++ /work/SRC/openSUSE:Factory/.libchamplain.new.1938/libchamplain.changes 2022-01-23 12:16:36.120101413 +0100 @@ -1,0 +2,6 @@ +Wed Jan 19 12:42:38 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add 91a9e41fed6269637da52d5f88699782a940b198.patch: g-i: Annotate + champlain_layer_set_view to allow NULL as view. + +------------------------------------------------------------------- New: ---- 91a9e41fed6269637da52d5f88699782a940b198.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libchamplain.spec ++++++ --- /var/tmp/diff_new_pack.FpsG2F/_old 2022-01-23 12:16:36.624098045 +0100 +++ /var/tmp/diff_new_pack.FpsG2F/_new 2022-01-23 12:16:36.632097991 +0100 @@ -1,7 +1,7 @@ # # spec file for package libchamplain # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,8 @@ Group: Development/Libraries/GNOME URL: https://wiki.gnome.org/Projects/libchamplain Source0: https://download.gnome.org/sources/libchamplain/0.12/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM 91a9e41fed6269637da52d5f88699782a940b198.patch -- g-i: Annotate champlain_layer_set_view to allow NULL as view +Patch0: https://gitlab.gnome.org/GNOME/libchamplain/-/commit/91a9e41fed6269637da52d5f88699782a940b198.patch BuildRequires: fdupes BuildRequires: gobject-introspection-devel ++++++ 91a9e41fed6269637da52d5f88699782a940b198.patch ++++++ >From 91a9e41fed6269637da52d5f88699782a940b198 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz <ric...@ubuntu.com> Date: Mon, 22 Jun 2020 18:17:06 +0200 Subject: [PATCH] g-i: Annotate champlain_layer_set_view to allow NULL as view --- champlain/champlain-layer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/champlain/champlain-layer.c b/champlain/champlain-layer.c index 2c973de5..ec279010 100644 --- a/champlain/champlain-layer.c +++ b/champlain/champlain-layer.c @@ -58,11 +58,11 @@ champlain_layer_class_init (ChamplainLayerClass *klass) /** * champlain_layer_set_view: * @layer: a #ChamplainLayer - * @view: a #ChamplainView + * @view: (nullable): a #ChamplainView * * #ChamplainView calls this method to pass a reference to itself to the layer * when the layer is added to the view. When the layer is removed from the - * view, it passes NULL to the layer. Custom layers can implement this method + * view, it passes %NULL to the layer. Custom layers can implement this method * and perform the necessary initialization. This method should not be called * by user code. * -- GitLab