SHA256
1
0
forked from pool/evolution

Accepting request 795014 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/795014
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=415
This commit is contained in:
Dominique Leuenberger 2020-04-17 22:40:48 +00:00 committed by Git OBS Bridge
parent 6312729888
commit 2ccaf92cfb
4 changed files with 103 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a7209985a3c9e06b056df36c9f7ea61d25e080f7fa8e12eb2be7a92b0badb8c
size 11964640

3
evolution-3.36.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:873acf1dbec38e67e169064645ac3a9b9a944bd2b633161df6e5f05700e36cb8
size 12026900

View File

@ -1,3 +1,100 @@
-------------------------------------------------------------------
Wed Apr 1 14:48:32 UTC 2020 - Michael Gorse <mgorse@suse.com>
- 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 <bjorn.lie@gmail.com>
- 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 - bjorn.lie@gmail.com
- 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 - mgorse@suse.com
- 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 <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 14 09:54:20 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com> Fri Feb 14 09:54:20 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -20,7 +20,7 @@
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+') %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
Name: evolution Name: evolution
Version: 3.34.4 Version: 3.36.1
Release: 0 Release: 0
# FIXME: check if note on license is still valid (comment before license) # FIXME: check if note on license is still valid (comment before license)
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
@ -28,7 +28,7 @@ Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
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 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 Group: Productivity/Networking/Email/Clients
URL: https://wiki.gnome.org/Apps/Evolution/ 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: bison
BuildRequires: bogofilter BuildRequires: bogofilter
@ -72,6 +72,7 @@ BuildRequires: pkgconfig(gtkspell3-3.0)
BuildRequires: pkgconfig(gweather-3.0) >= 3.10 BuildRequires: pkgconfig(gweather-3.0) >= 3.10
# /NOTE # /NOTE
BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(iso-codes)
BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libebackend-1.2) >= %{_version} BuildRequires: pkgconfig(libebackend-1.2) >= %{_version}
BuildRequires: pkgconfig(libebook-1.2) >= %{_version} BuildRequires: pkgconfig(libebook-1.2) >= %{_version}