Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package shotwell for openSUSE:Factory checked in at 2023-02-13 16:41:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shotwell (Old) and /work/SRC/openSUSE:Factory/.shotwell.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shotwell" Mon Feb 13 16:41:13 2023 rev:103 rq:1065384 version:0.31.7 Changes: -------- --- /work/SRC/openSUSE:Factory/shotwell/shotwell.changes 2022-12-15 19:26:25.396472124 +0100 +++ /work/SRC/openSUSE:Factory/.shotwell.new.1848/shotwell.changes 2023-02-13 16:43:09.392166232 +0100 @@ -1,0 +2,6 @@ +Sun Feb 12 17:15:21 UTC 2023 - Bjørn Lie <[email protected]> + +- Add cd82759231e5ece2fa0dea40397c9051d15fd5c2.patch: gphoto2: Add + missing cheader attributes of delegate symbols. + +------------------------------------------------------------------- New: ---- cd82759231e5ece2fa0dea40397c9051d15fd5c2.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shotwell.spec ++++++ --- /var/tmp/diff_new_pack.dZKFnn/_old 2023-02-13 16:43:09.852168942 +0100 +++ /var/tmp/diff_new_pack.dZKFnn/_new 2023-02-13 16:43:09.856168965 +0100 @@ -26,6 +26,8 @@ Source0: https://download.gnome.org/sources/shotwell/0.31/%{name}-%{version}.tar.xz Source99: shotwell-rpmlintrc +# PATCH-FIX-UPSTREAM cd82759231e5ece2fa0dea40397c9051d15fd5c2.patch -- gphoto2: Add missing cheader attributes of delegate symbols +Patch0: https://gitlab.gnome.org/GNOME/shotwell/-/commit/cd82759231e5ece2fa0dea40397c9051d15fd5c2.patch BuildRequires: appstream-glib BuildRequires: fdupes ++++++ cd82759231e5ece2fa0dea40397c9051d15fd5c2.patch ++++++ >From cd82759231e5ece2fa0dea40397c9051d15fd5c2 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz <[email protected]> Date: Sun, 5 Feb 2023 20:44:49 +0100 Subject: [PATCH] gphoto2: Add missing cheader attributes of delegate symbols --- vapi/libgphoto2.vapi | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/vapi/libgphoto2.vapi b/vapi/libgphoto2.vapi index e9387b29..67cb2098 100644 --- a/vapi/libgphoto2.vapi +++ b/vapi/libgphoto2.vapi @@ -340,19 +340,40 @@ namespace GPhoto { public void set_message_func([CCode (delegate_target_pos=3.1)] ContextMessageFunc messageFunc); } + [CCode ( + cheader_filename="gphoto2/gphoto2-context.h" + )] public delegate void ContextIdleFunc(Context context); + [CCode ( + cheader_filename="gphoto2/gphoto2-context.h" + )] public delegate void ContextErrorFunc(Context context, string text); + [CCode ( + cheader_filename="gphoto2/gphoto2-context.h" + )] public delegate void ContextStatusFunc(Context context, string text); + [CCode ( + cheader_filename="gphoto2/gphoto2-context.h" + )] public delegate void ContextMessageFunc(Context context, string text); // TODO: Support for va_args in Vala, esp. for delegates? + [CCode ( + cheader_filename="gphoto2/gphoto2-context.h" + )] public delegate uint ContextProgressStartFunc(Context context, float target, string text); + [CCode ( + cheader_filename="gphoto2/gphoto2-context.h" + )] public delegate void ContextProgressUpdateFunc(Context context, uint id, float current); + [CCode ( + cheader_filename="gphoto2/gphoto2-context.h" + )] public delegate void ContextProgressStopFunc(Context context, uint id); [CCode ( -- GitLab
