Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package geary for openSUSE:Factory checked in at 2023-07-10 16:40:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/geary (Old) and /work/SRC/openSUSE:Factory/.geary.new.23466 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "geary" Mon Jul 10 16:40:31 2023 rev:63 rq:1097923 version:44.0 Changes: -------- --- /work/SRC/openSUSE:Factory/geary/geary.changes 2023-04-20 15:15:31.722291241 +0200 +++ /work/SRC/openSUSE:Factory/.geary.new.23466/geary.changes 2023-07-10 16:40:34.514784076 +0200 @@ -1,0 +2,14 @@ +Wed Jul 5 15:56:31 UTC 2023 - Bjørn Lie <[email protected]> + +- Update to version 44.0: + + New conversation list + + Reworked headerbar + + Fix network detection issues + + Suspend engine on system suspend + + Numerous user interface translation updates + + Numerous bug fixes and user interface improvements + + Updated translations. +- Drop Fix-build-newer-vala.patch: fixed upstream. +- Rebase patches with quilt. + +------------------------------------------------------------------- Old: ---- Fix-build-newer-vala.patch geary-43.0.obscpio New: ---- geary-44.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ geary.spec ++++++ --- /var/tmp/diff_new_pack.vK8nlR/_old 2023-07-10 16:40:35.238788392 +0200 +++ /var/tmp/diff_new_pack.vK8nlR/_new 2023-07-10 16:40:35.242788416 +0200 @@ -17,7 +17,7 @@ Name: geary -Version: 43.0 +Version: 44.0 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 @@ -30,8 +30,6 @@ Patch0: Support-GNOME-42-dark-theme-preference.patch # PATCH-FEATURE-OPENSUSE Support-dark-theme-webview.patch -- Support dark mode for email bodies Patch1: Support-dark-theme-webview.patch -# PATCH-FIX-UPSTREAM Fix-build-newer-vala.patch -- Fix build with newer vala -Patch2: Fix-build-newer-vala.patch BuildRequires: fdupes BuildRequires: itstool @@ -60,7 +58,7 @@ BuildRequires: pkgconfig(iso-codes) BuildRequires: pkgconfig(javascriptcoregtk-4.1) BuildRequires: pkgconfig(json-glib-1.0) -BuildRequires: pkgconfig(libhandy-1) >= 1.2.1 +BuildRequires: pkgconfig(libhandy-1) >= 1.6.0 BuildRequires: pkgconfig(libpeas-1.0) >= 1.24.0 BuildRequires: pkgconfig(libpeas-gtk-1.0) >= 1.24.0 BuildRequires: pkgconfig(libsecret-1) >= 0.11 ++++++ Support-GNOME-42-dark-theme-preference.patch ++++++ --- /var/tmp/diff_new_pack.vK8nlR/_old 2023-07-10 16:40:35.266788559 +0200 +++ /var/tmp/diff_new_pack.vK8nlR/_new 2023-07-10 16:40:35.270788583 +0200 @@ -7,11 +7,11 @@ src/client/application/application-client.vala | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) -diff --git a/meson.build b/meson.build -index d563dd0..5b63b12 100644 ---- a/meson.build -+++ b/meson.build -@@ -89,7 +89,7 @@ icu_uc = dependency('icu-uc', version: '>=60') +Index: geary-44.0/meson.build +=================================================================== +--- geary-44.0.orig/meson.build ++++ geary-44.0/meson.build +@@ -89,7 +89,7 @@ icu_uc = dependency('icu-uc', version: ' iso_codes = dependency('iso-codes') javascriptcoregtk = dependency('javascriptcoregtk-4.1', version: '>=' + target_webkit) json_glib = dependency('json-glib-1.0', version: '>= 1.0') @@ -20,11 +20,11 @@ libmath = cc.find_library('m') libpeas = dependency('libpeas-1.0', version: '>= 1.24.0') libsecret = dependency('libsecret-1', version: '>= 0.11') -diff --git a/src/client/application/application-client.vala b/src/client/application/application-client.vala -index 04b73f8..e098266 100644 ---- a/src/client/application/application-client.vala -+++ b/src/client/application/application-client.vala -@@ -372,6 +372,8 @@ public class Application.Client : Gtk.Application { +Index: geary-44.0/src/client/application/application-client.vala +=================================================================== +--- geary-44.0.orig/src/client/application/application-client.vala ++++ geary-44.0/src/client/application/application-client.vala +@@ -372,6 +372,8 @@ public class Application.Client : Gtk.Ap // Calls Gtk.init(), amongst other things base.startup(); Hdy.init(); ++++++ Support-dark-theme-webview.patch ++++++ --- /var/tmp/diff_new_pack.vK8nlR/_old 2023-07-10 16:40:35.282788654 +0200 +++ /var/tmp/diff_new_pack.vK8nlR/_new 2023-07-10 16:40:35.282788654 +0200 @@ -13,10 +13,10 @@ ui/composer-web-view.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) -Index: geary-43.0/ui/composer-web-view.css +Index: geary-44.0/ui/composer-web-view.css =================================================================== ---- geary-43.0.orig/ui/composer-web-view.css -+++ geary-43.0/ui/composer-web-view.css +--- geary-44.0.orig/ui/composer-web-view.css ++++ geary-44.0/ui/composer-web-view.css @@ -12,12 +12,8 @@ body { font-size: medium !important; } @@ -63,10 +63,10 @@ body > div#geary-signature:focus-within, body > div#geary-quote:focus-within { outline: 1px dashed #ccc !important; -Index: geary-43.0/src/client/accounts/accounts-signature-web-view.vala +Index: geary-44.0/src/client/accounts/accounts-signature-web-view.vala =================================================================== ---- geary-43.0.orig/src/client/accounts/accounts-signature-web-view.vala -+++ geary-43.0/src/client/accounts/accounts-signature-web-view.vala +--- geary-44.0.orig/src/client/accounts/accounts-signature-web-view.vala ++++ geary-44.0/src/client/accounts/accounts-signature-web-view.vala @@ -12,18 +12,23 @@ public class Accounts.SignatureWebView : @@ -91,11 +91,11 @@ } } -Index: geary-43.0/ui/org.gnome.Geary.gresource.xml +Index: geary-44.0/ui/org.gnome.Geary.gresource.xml =================================================================== ---- geary-43.0.orig/ui/org.gnome.Geary.gresource.xml -+++ geary-43.0/ui/org.gnome.Geary.gresource.xml -@@ -47,6 +47,7 @@ +--- geary-44.0.orig/ui/org.gnome.Geary.gresource.xml ++++ geary-44.0/ui/org.gnome.Geary.gresource.xml +@@ -49,6 +49,7 @@ <file compressed="true" preprocess="xml-stripblanks">gtk/help-overlay.ui</file> <file compressed="true" preprocess="xml-stripblanks">password-dialog.glade</file> <file compressed="true" preprocess="xml-stripblanks">problem-details-dialog.ui</file> @@ -103,10 +103,10 @@ <file compressed="true">signature-web-view.js</file> <file compressed="true">geary.css</file> <file compressed="true">single-key-shortcuts.css</file> -Index: geary-43.0/ui/signature-web-view.css +Index: geary-44.0/ui/signature-web-view.css =================================================================== --- /dev/null -+++ geary-43.0/ui/signature-web-view.css ++++ geary-44.0/ui/signature-web-view.css @@ -0,0 +1,6 @@ +@media (prefers-color-scheme: dark) { + body { @@ -114,10 +114,10 @@ + background-color: #353535; + } +} -Index: geary-43.0/ui/conversation-web-view.css +Index: geary-44.0/ui/conversation-web-view.css =================================================================== ---- geary-43.0.orig/ui/conversation-web-view.css -+++ geary-43.0/ui/conversation-web-view.css +--- geary-44.0.orig/ui/conversation-web-view.css ++++ geary-44.0/ui/conversation-web-view.css @@ -52,6 +52,24 @@ body { height: auto !important; } ++++++ _service ++++++ --- /var/tmp/diff_new_pack.vK8nlR/_old 2023-07-10 16:40:35.298788749 +0200 +++ /var/tmp/diff_new_pack.vK8nlR/_new 2023-07-10 16:40:35.302788773 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual"> <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/GNOME/geary.git</param> - <param name="revision">refs/tags/43.0</param> + <param name="revision">refs/tags/44.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <!-- <param name="versionrewrite-pattern">gnome-(.*)</param> --> <param name="versionrewrite-pattern">(.*)\+0</param> ++++++ geary-43.0.obscpio -> geary-44.0.obscpio ++++++ /work/SRC/openSUSE:Factory/geary/geary-43.0.obscpio /work/SRC/openSUSE:Factory/.geary.new.23466/geary-44.0.obscpio differ: char 48, line 1 ++++++ geary.obsinfo ++++++ --- /var/tmp/diff_new_pack.vK8nlR/_old 2023-07-10 16:40:35.346789036 +0200 +++ /var/tmp/diff_new_pack.vK8nlR/_new 2023-07-10 16:40:35.350789059 +0200 @@ -1,5 +1,5 @@ name: geary -version: 43.0 -mtime: 1664456366 -commit: 94d6bec861daffb27efea85a296f347db7a5af6d +version: 44.0 +mtime: 1688561053 +commit: b72db2a5e87f2269e6359af434a4fc02fca9e9df
