Hello community,

here is the log from the commit of package evolution for openSUSE:Factory 
checked in at 2020-04-23 18:25:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution (Old)
 and      /work/SRC/openSUSE:Factory/.evolution.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "evolution"

Thu Apr 23 18:25:56 2020 rev:233 rq:795170 version:3.36.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/evolution/evolution.changes      2020-02-18 
10:34:39.848241656 +0100
+++ /work/SRC/openSUSE:Factory/.evolution.new.2738/evolution.changes    
2020-04-23 18:25:58.199574670 +0200
@@ -1,0 +2,97 @@
+Wed Apr  1 14:48:32 UTC 2020 - Michael Gorse <[email protected]>
+
+- Add iso-codes to BuildRequires: needed to display language names
+  of spelling dictionaries in settings (bsc#1161669).
+
+-------------------------------------------------------------------
+Fri Mar 27 18:00:37 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.36.1:
+  + contact-editor: Cannot set custom full name Title/Suffix.
+  + EMailBrowser: Cannot type some letters in the search entry.
+  + EMailBrowser: Escape key press closes window, instead of the
+    search bar.
+  + ECompEditorPageReminders: Do not force custom description.
+  + EWebKitEditor: Prevent Replace-all to cycle indefinitely in
+    some cases.
+  + EMailBrowser: Cannot be closed with Escape key press.
+  + The "Address Book Map" menu item shown even when not compiled
+    with it.
+  + Various bugs fixed.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Mar  6 10:09:33 UTC 2020 - [email protected]
+
+- Update to version 3.36.0:
+  + help: Remove "New mail notification" GNOME desktop screenshot.
+  + Fix broken markup in few UI translations.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Feb 29 00:56:59 UTC 2020 - [email protected]
+
+- Update to version 3.35.92:
+  + Miscellaneous:
+    - help: Add a page about printing limitations in Flatpak
+      versions.
+    - help: Cover potential problems for automatical import from
+      KMail.
+    - help: Cover how to debug missing applications to open
+      attachments.
+    - help: Cover how to close the separate window after message
+      deletion.
+    - help: Rename printing-in-flatpak to flatpak-limitations.
+    - help: Document more Flatpak limitations.
+    - help: Explicitly cover that you can set notifications per
+      mail account.
+    - e-gtkemojichooser: Mark translatable messages with their own
+      context.
+  + Various bug fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 14 10:36:28 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Update to version 3.35.91:
+  + Miscellaneous:
+    - e-table-config: Fix runtime warning when changing sort
+      direction.
+    - Remove App menu.
+    - help: Clarify checkbox behavior for Mail Send Account
+      Overrides.
+  + Various bug fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 14 09:54:20 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Update to version 3.35.90:
+  + Miscellaneous:
+    - ESourceConfig: Use ESourceCollection::allow-sources-rename
+      property.
+    - EMFolderTreeModel: Let load folder structure on demand.
+    - mail_config_provider_page_add_checkspin: Correct mnemonic
+      widget setting.
+    - Emoticon: Replace Unicode variant for face-smile and face-sad
+      with Emoji.
+    - bbdb_merge_buddy_to_contact: Use provided new() function and
+      fix possible memory leak.
+    - Change how EColorCombo palettes are created.
+    - Prefer GSlice over heap allocation for short-lived
+      structures.
+    - e-mail-parser: Guess inner data mime type after extract from
+      S/MIME blob.
+    - EFocusTracker: Correct Undo/Redo actions' update for
+      EContentEditor.
+    - help:
+      . Update link to Bug Writing Guidelines.
+      . Remove obsolete TODO comment.
+      . Use a proper list of steps for all plugin related
+        instructions.
+      . Add note to all plugin instructions if plugin not
+        available.
+  + Various bug fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  evolution-3.34.4.tar.xz

New:
----
  evolution-3.36.1.tar.xz

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

Other differences:
------------------
++++++ evolution.spec ++++++
--- /var/tmp/diff_new_pack.HMQ3GZ/_old  2020-04-23 18:25:58.767575757 +0200
+++ /var/tmp/diff_new_pack.HMQ3GZ/_new  2020-04-23 18:25:58.767575757 +0200
@@ -20,7 +20,7 @@
 %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
 
 Name:           evolution
-Version:        3.34.4
+Version:        3.36.1
 Release:        0
 # FIXME: check if note on license is still valid (comment before license)
 Summary:        The Integrated GNOME Mail, Calendar, and Address Book Suite
@@ -28,7 +28,7 @@
 License:        LGPL-2.0-only AND LGPL-3.0-only AND OLDAP-2.8 AND CC-BY-SA-3.0 
AND GFDL-1.1-only AND GFDL-1.3-only
 Group:          Productivity/Networking/Email/Clients
 URL:            https://wiki.gnome.org/Apps/Evolution/
-Source0:        
https://download.gnome.org/sources/evolution/3.34/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/evolution/3.36/%{name}-%{version}.tar.xz
 
 BuildRequires:  bison
 BuildRequires:  bogofilter
@@ -72,6 +72,7 @@
 BuildRequires:  pkgconfig(gweather-3.0) >= 3.10
 # /NOTE
 BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libebackend-1.2) >= %{_version}
 BuildRequires:  pkgconfig(libebook-1.2) >= %{_version}

++++++ evolution-3.34.4.tar.xz -> evolution-3.36.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/evolution/evolution-3.34.4.tar.xz 
/work/SRC/openSUSE:Factory/.evolution.new.2738/evolution-3.36.1.tar.xz differ: 
char 27, line 1


Reply via email to