Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package geary for openSUSE:Factory checked 
in at 2025-11-19 14:53:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geary (Old)
 and      /work/SRC/openSUSE:Factory/.geary.new.2061 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geary"

Wed Nov 19 14:53:30 2025 rev:70 rq:1318429 version:46.0+61

Changes:
--------
--- /work/SRC/openSUSE:Factory/geary/geary.changes      2025-03-08 
18:00:24.922403465 +0100
+++ /work/SRC/openSUSE:Factory/.geary.new.2061/geary.changes    2025-11-19 
14:56:42.419167449 +0100
@@ -1,0 +2,31 @@
+Fri Nov 07 09:39:11 UTC 2025 - Bjørn Lie <[email protected]>
+
+- Update to version 46.0+61:
+  * client: conversation-list: Show recipients in Sent folder
+  * engine: Detect mime encoding constraint from server EHLO
+  * feat: Use DarkReader for dark mode emails
+  * tests: Fix ImapDB test after C.UTF-8 change
+  * desktop: Rename appdata to metainfo
+  * make sure the C.UTF-8 locale is installed on the system
+  * migrate locale from en_US.UTF-8 to C.UTF-8
+  * chore: Remove trailing newline
+  * dev: Add .editorconfig for consistent file formatting
+  * Update BUILDING.md
+  * client: Go to next pane once something has been selected
+  * Support GNOME 42 dark theme preference
+  * build: Set minimum libhandy to 1.6
+  * client: Support Dark Mode
+  * Implement dark mode using color-scheme CSS property
+  * ui: Simplify style rules for body.plain in the composer
+  * client: Fix invalid conversion from points to pixels
+  * fix(ci): Allow flatpak build to fail
+  * Added close quote in ca.po
+  * client: Fix incorrect height being set for a WebView, when
+    using font scaling
+  * Updated translations.
+- Drop patch merged upstream:
+  * Support-GNOME-42-dark-theme-preference.patch
+- Rebase patch partly merged upstream:
+  * Support-dark-theme-webview.patch
+
+-------------------------------------------------------------------

Old:
----
  Support-GNOME-42-dark-theme-preference.patch
  geary-46.0+24.obscpio

New:
----
  geary-46.0+61.obscpio

----------(Old B)----------
  Old:- Drop patch merged upstream:
  * Support-GNOME-42-dark-theme-preference.patch
- Rebase patch partly merged upstream:
----------(Old E)----------

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

Other differences:
------------------
++++++ geary.spec ++++++
--- /var/tmp/diff_new_pack.KMATUw/_old  2025-11-19 14:56:49.603471574 +0100
+++ /var/tmp/diff_new_pack.KMATUw/_new  2025-11-19 14:56:49.615472082 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package geary
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,13 @@
 
 
 Name:           geary
-Version:        46.0+24
+Version:        46.0+61
 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
 Group:          Productivity/Networking/Email/Clients
 URL:            https://wiki.gnome.org/Apps/Geary
 Source0:        %{name}-%{version}.tar.zst
-
-# PATCH-FEATURE-OPENSUSE Support-GNOME-42-dark-theme-preference.patch -- 
Support GNOME 42 dark theme preference
-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
 
@@ -104,8 +101,7 @@
 %{_libdir}/%{name}/plugins/
 %dir %{_libdir}/%{name}/web-extensions
 %{_libdir}/%{name}/web-extensions/libgeary-web-process.so
-%dir %{_datadir}/metainfo
-%{_datadir}/metainfo/org.gnome.Geary.appdata.xml
+%{_datadir}/metainfo/org.gnome.Geary.metainfo.xml
 %{_datadir}/applications/org.gnome.Geary.desktop
 %{_datadir}/applications/geary-autostart.desktop
 %{_datadir}/icons/hicolor/

++++++ Support-dark-theme-webview.patch ++++++
--- /var/tmp/diff_new_pack.KMATUw/_old  2025-11-19 14:56:49.867482750 +0100
+++ /var/tmp/diff_new_pack.KMATUw/_new  2025-11-19 14:56:49.895483935 +0100
@@ -13,26 +13,11 @@
  ui/composer-web-view.css | 8 ++------
  1 file changed, 2 insertions(+), 6 deletions(-)
 
-Index: geary-44.0/ui/composer-web-view.css
+Index: geary-46.0+61/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;
- }
- 
--body.plain, body.plain * {
--  font-family: monospace !important;
--  font-weight: normal;
--  font-style: normal;
--  font-size: medium !important;
--  color: black !important;
-+body.plain {
-+  font-family: monospace;
-   text-decoration: none;
- }
- 
-@@ -25,6 +21,17 @@ body.plain a {
+--- geary-46.0+61.orig/ui/composer-web-view.css
++++ geary-46.0+61/ui/composer-web-view.css
+@@ -24,6 +24,17 @@ body.plain a {
    cursor: text;
  }
  
@@ -50,7 +35,7 @@
  body > *.geary-no-display {
    display: none !important;
  }
-@@ -47,6 +54,12 @@ body > div:focus-within {
+@@ -46,6 +57,12 @@ body > div:focus-within {
    background-color: white;
  }
  
@@ -63,10 +48,10 @@
  body > div#geary-signature:focus-within,
  body > div#geary-quote:focus-within {
    outline: 1px dashed #ccc !important;
-Index: geary-44.0/src/client/accounts/accounts-signature-web-view.vala
+Index: geary-46.0+61/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
+--- geary-46.0+61.orig/src/client/accounts/accounts-signature-web-view.vala
++++ geary-46.0+61/src/client/accounts/accounts-signature-web-view.vala
 @@ -12,18 +12,23 @@ public class Accounts.SignatureWebView :
  
  
@@ -91,11 +76,11 @@
      }
  
  }
-Index: geary-44.0/ui/org.gnome.Geary.gresource.xml
+Index: geary-46.0+61/ui/org.gnome.Geary.gresource.xml
 ===================================================================
---- geary-44.0.orig/ui/org.gnome.Geary.gresource.xml
-+++ geary-44.0/ui/org.gnome.Geary.gresource.xml
-@@ -49,6 +49,7 @@
+--- geary-46.0+61.orig/ui/org.gnome.Geary.gresource.xml
++++ geary-46.0+61/ui/org.gnome.Geary.gresource.xml
+@@ -51,6 +51,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 +88,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-44.0/ui/signature-web-view.css
+Index: geary-46.0+61/ui/signature-web-view.css
 ===================================================================
 --- /dev/null
-+++ geary-44.0/ui/signature-web-view.css
++++ geary-46.0+61/ui/signature-web-view.css
 @@ -0,0 +1,6 @@
 +@media (prefers-color-scheme: dark) {
 +  body {
@@ -114,11 +99,11 @@
 +    background-color: #353535;
 +  }
 +}
-Index: geary-44.0/ui/conversation-web-view.css
+Index: geary-46.0+61/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 {
+--- geary-46.0+61.orig/ui/conversation-web-view.css
++++ geary-46.0+61/ui/conversation-web-view.css
+@@ -40,6 +40,24 @@ body {
    height: auto !important;
  }
  

++++++ _service ++++++
--- /var/tmp/diff_new_pack.KMATUw/_old  2025-11-19 14:56:50.079491725 +0100
+++ /var/tmp/diff_new_pack.KMATUw/_new  2025-11-19 14:56:50.111493079 +0100
@@ -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">4c16f7be190bf7e751eac33e41a9504508aceb98</param>
+    <param name="revision">746efdc41baee416dfbb8f67b00e9667809829c9</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
 <!--    <param name="versionrewrite-pattern">gnome-(.*)</param> -->
     <param name="versionrewrite-pattern">(.*)\+0</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.KMATUw/_old  2025-11-19 14:56:50.291500700 +0100
+++ /var/tmp/diff_new_pack.KMATUw/_new  2025-11-19 14:56:50.339502731 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://gitlab.gnome.org/GNOME/geary.git</param>
-              <param 
name="changesrevision">4c16f7be190bf7e751eac33e41a9504508aceb98</param></service></servicedata>
+              <param 
name="changesrevision">746efdc41baee416dfbb8f67b00e9667809829c9</param></service></servicedata>
 (No newline at EOF)
 

++++++ geary-46.0+24.obscpio -> geary-46.0+61.obscpio ++++++
++++ 17870 lines of diff (skipped)

++++++ geary.obsinfo ++++++
--- /var/tmp/diff_new_pack.KMATUw/_old  2025-11-19 14:56:52.915611783 +0100
+++ /var/tmp/diff_new_pack.KMATUw/_new  2025-11-19 14:56:52.927612291 +0100
@@ -1,5 +1,5 @@
 name: geary
-version: 46.0+24
-mtime: 1740782900
-commit: 4c16f7be190bf7e751eac33e41a9504508aceb98
+version: 46.0+61
+mtime: 1761553381
+commit: 746efdc41baee416dfbb8f67b00e9667809829c9
 

Reply via email to