Hello community,

here is the log from the commit of package geary for openSUSE:Factory checked 
in at 2019-10-24 23:01:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geary (Old)
 and      /work/SRC/openSUSE:Factory/.geary.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geary"

Thu Oct 24 23:01:37 2019 rev:48 rq:735654 version:3.34.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/geary/geary.changes      2019-08-05 
14:51:34.791491457 +0200
+++ /work/SRC/openSUSE:Factory/.geary.new.2990/geary.changes    2019-10-24 
23:01:39.963998317 +0200
@@ -1,0 +2,65 @@
+Mon Oct  7 07:40:41 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 3.34.1:
+  + Fix conversation and composer colours under dark themes.
+  + Fixes for link editing in rich text mode.
+  + Fix drafts being left over in Gmail.
+  + Fix application not exiting on quit.
+  + Fix crash when sending certain emails.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sun Sep 22 15:23:48 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 3.34.0:
+  + Improved desktop contact integration.
+  + Added support for TNEF attachments.
+  + User interface and icon refinements.
+  + Subject line now also spell checked in the composer.
+  + Updated user manual.
+  + Improved problem reporting tool.
+  + New Inspector window for real-time debugging.
+  + Improved server compatibility.
+  + Numerous bug fixes and user interface improvements.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Sep 12 12:35:03 UTC 2019 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 3.33.91:
+  + Bugs fixed:
+    - Background sync being cancelled on folder close.
+    - Retry IMAP pool connections on GLib "Unknown error on
+      connect".
+    - Temporarily replace WebKitGTK process model API with env
+      var.
+    - Conditionally enable WebKitGTK shared secondary process
+      model.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Sep  5 10:00:45 NZST 2019 - l...@ljones.dev
+
+- Update to version 3.33.90:
+  + Bug fixes and server compatibility improvements
+  + User interface translation updates
+- Changes from version 3.33.1
+  + Improved conversation performance
+  + Add dependency on libhandy
+  + Add IMAP and SMTP integration tests
+  + Added support for TNEF attachments
+  + Added Inspector window for real-time debugging
+  + Updated symbolic images
+  + Switched from libnotify to GNotify
+  + Added support for TNEF attachments
+  + Added support for application activation via DBus
+  + Add Inspector for real-time debugging
+  + Integrate desktop contacts into contacts popover
+  + Update the user manual
+  + Improved server compatibility
+  + Numerous bug fixes and user interface improvements
+  + Numerous user interface translation updates
+  + Bug fixes and server compatibility improvements
+  + User interface translation updates
+
+-------------------------------------------------------------------

Old:
----
  geary-3.32.2.tar.xz

New:
----
  geary-3.34.1.tar.xz

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

Other differences:
------------------
++++++ geary.spec ++++++
--- /var/tmp/diff_new_pack.r9U63x/_old  2019-10-24 23:01:40.735999205 +0200
+++ /var/tmp/diff_new_pack.r9U63x/_new  2019-10-24 23:01:40.739999209 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           geary
-Version:        3.32.2
+Version:        3.34.1
 Release:        0
 Summary:        An email reader for the GNOME desktop
 License:        LGPL-2.1-or-later AND CC-BY-3.0 AND BSD-2-Clause
 Group:          Productivity/Networking/Email/Clients
 URL:            https://wiki.gnome.org/Apps/Geary
-Source0:        
https://download.gnome.org/sources/geary/3.32/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/geary/3.34/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  itstool
@@ -31,6 +31,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  xml2po
+BuildRequires:  pkgconfig(appstream-glib)
 BuildRequires:  pkgconfig(enchant-2) >= 2.1
 BuildRequires:  pkgconfig(folks)
 BuildRequires:  pkgconfig(gcr-3) >= 3.10.1
@@ -40,13 +41,14 @@
 BuildRequires:  pkgconfig(gmime-2.6) >= 2.6.17
 BuildRequires:  pkgconfig(goa-1.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(gspell-1)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(javascriptcoregtk-4.0) >= 2.10.0
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libcanberra) >= 0.28
-BuildRequires:  pkgconfig(libnotify) >= 0.7.5
+BuildRequires:  pkgconfig(libhandy-0.0) >= 0.0.9
 BuildRequires:  pkgconfig(libsecret-1) >= 0.11
 BuildRequires:  pkgconfig(libsoup-2.4) >= 2.48
 BuildRequires:  pkgconfig(libunwind)
@@ -70,6 +72,7 @@
 
 %build
 %meson \
+    -Dtnef-support=false \
        %{nil}
 %meson_build
 
@@ -94,6 +97,7 @@
 %{_datadir}/applications/geary-autostart.desktop
 %{_datadir}/icons/hicolor/
 %{_datadir}/glib-2.0/schemas/org.gnome.Geary.gschema.xml
+%{_datadir}/dbus-1/services/org.gnome.Geary.service
 
 %files lang -f %{name}.lang
 

++++++ geary-3.32.2.tar.xz -> geary-3.34.1.tar.xz ++++++
++++ 116540 lines of diff (skipped)


Reply via email to