From cc060a9d21fb36e4fa61c52fa2fbc603ae64e185 Mon Sep 17 00:00:00 2001
From: dimstar <>
Date: Mar 20 2024 20:45:59 +0000
Subject: Update geary to version 44.0+115 / rev 65 via SR 1159410
https://build.opensuse.org/request/show/1159410
by user dimstar + dimstar_suse
GNOME 46 (forwarded request 1158416 from dimstar)
---
diff --git a/.files b/.files
index 738819b..db28cd8 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index cfb156f..7c86282 100644
--- a/.rev
+++ b/.rev
@@ -579,4 +579,12 @@
1109870
+
+ e1e1078e16fd79791c3d969d3c7711c6
+ 44.0+115
+
+ dimstar_suse
+ GNOME 46 (forwarded request 1158416 from dimstar)
+ 1159410
+
diff --git a/_service b/_service
index a8f5964..4275316 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
git
https://gitlab.gnome.org/GNOME/geary.git
- refs/tags/44.1
+ main
@PARENT_TAG@+@TAG_OFFSET@
(.*)\+0
diff --git a/geary-44.0+115.obscpio b/geary-44.0+115.obscpio
new file mode 120000
index 0000000..9fd7bc2
--- /dev/null
+++ b/geary-44.0+115.obscpio
@@ -0,0 +1 @@
+/ipfs/bafybeib5itignheanklnwhlezbf3oa7lrfpmos7clw2o47tx46cjrtrnj4
\ No newline at end of file
diff --git a/geary-44.1.obscpio b/geary-44.1.obscpio
deleted file mode 120000
index 25113eb..0000000
--- a/geary-44.1.obscpio
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeih6zah4tx7hjhqrp35kqkf53bw5jhlojsknehgg55oubxul5a4idm
\ No newline at end of file
diff --git a/geary.changes b/geary.changes
index d1fad38..a598db6 100644
--- a/geary.changes
+++ b/geary.changes
@@ -1,4 +1,38 @@
-------------------------------------------------------------------
+Sat Mar 16 09:39:40 UTC 2024 - Dominique Leuenberger
+
+- Update to version 44.0+115:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 28 15:24:21 UTC 2024 - Dominique Leuenberger
+
+- Update to version 44.0+110:
+ + ui:
+ - Components.Inspector: fix missing icon
+ - Replace anchors title if looks like an URI
+ - Hide mark actions that are disabled
+ + client:
+ - ConversationList.View: Fix keyboard navigation
+ - tweaks for lower desktop resolutions
+ - components: Add a warning about enabling remote images
+ - Ensure conversation is loaded before replying
+ - Simpler notification messages
+ + treewide: Remove deprecated run_javascript()
+ + engine:
+ - Do not stop unread calculation if no id provided
+ - Mark operation as completed if folder already empty
+ - Ensure we try to connect again on connection error
+ - Filter duplicated mailboxes on LIST
+ - When opening a folder, sanitize remote unseen.
+ - If reply-to set, we have to honor it
+ - Reply all needs to reply to sender
+ - Do not stop delivering messages on error
+ - Don't use domain for EHLO if it's not FQDN
+- Add -Wno-error=return-type to CFLAGS: vala is notoriously bad in
+ creating good C code.
+
+-------------------------------------------------------------------
Fri Aug 18 18:50:41 UTC 2023 - Bjørn Lie
- Update to version 44.1:
diff --git a/geary.obsinfo b/geary.obsinfo
index 5d1a325..86ba110 100644
--- a/geary.obsinfo
+++ b/geary.obsinfo
@@ -1,4 +1,4 @@
name: geary
-version: 44.1
-mtime: 1692303670
-commit: 37c378a563d5b1c269d57c34671edc940d1cd180
+version: 44.0+115
+mtime: 1710495241
+commit: 9b3d4e80e6163cee97ee5f02d69dc43201df2fb5
diff --git a/geary.spec b/geary.spec
index 7ee5055..aa21bf3 100644
--- a/geary.spec
+++ b/geary.spec
@@ -1,7 +1,7 @@
#
# spec file for package geary
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: geary
-Version: 44.1
+Version: 44.0+115
Release: 0
Summary: An email reader for the GNOME desktop
License: BSD-2-Clause AND CC-BY-3.0 AND LGPL-2.1-or-later
@@ -82,6 +82,7 @@ may be read without having to navigate between messages.
%autosetup -p1
%build
+export CFLAGS="%{optflags} -Wno-error=return-type"
%meson \
-Dprofile=release \
-Dvaladoc=disabled \