Accepting request 439131 from GNOME:Factory
New stable release (forwarded request 438992 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/439131 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=189
This commit is contained in:
commit
320c6ebe89
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa652d830f4185c33666770e6e9cfcc39d5e2f09486bbd63a084f3527064e52e
|
|
||||||
size 12257260
|
|
3
evolution-3.22.2.tar.xz
Normal file
3
evolution-3.22.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:670e4cb620d30a57480c7c6f4cfe4e3bef6175a6dddadb2a8607f3532a693d34
|
||||||
|
size 12265296
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 7 09:23:26 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.22.2:
|
||||||
|
+ If body contains just the empty block, then nothing is sent.
|
||||||
|
+ Make the EContentEditor accessible in tests.
|
||||||
|
+ Consume return value of
|
||||||
|
gtk_clutter_init_with_args()/gtk_init_with_args().
|
||||||
|
+ Use unique D-Bus service name for WebKit editor and cancel
|
||||||
|
pending calls on dispose.
|
||||||
|
+ Do not steal focus when alarm notify dialog is shown.
|
||||||
|
+ EEditorPage is never freed.
|
||||||
|
+ Fix e_mail_display_get_selection_plain_text_sync().
|
||||||
|
+ The "Reply from preview selection" feature is wrong for
|
||||||
|
multipart messages.
|
||||||
|
+ Correct the mime type of preview selection string.
|
||||||
|
+ Tests are expecting the font-family attribute on BODY.
|
||||||
|
+ Skip the tests that are known to fail.
|
||||||
|
+ Extra quoted character on the end of the quoted PRE element if
|
||||||
|
it ends with BR element.
|
||||||
|
+ Renew spell-check only in viewport and not in the whole
|
||||||
|
document.
|
||||||
|
+ Editor is not marked as changed after some operations.
|
||||||
|
+ Fix possible crash (use-after-free) under mail_send_receive().
|
||||||
|
+ Bugs fixed: bgo#772150, bgo#772803, bgo#772590, bgo#772916,
|
||||||
|
bgo#772918, bgo#773164, bgo#769733, bgo#773033, bgo#772858,
|
||||||
|
bgo#773396, bgo#773236, bgo#771821, bgo#773494, bgo#773864.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 10 09:20:10 UTC 2016 - zaitor@opensuse.org
|
Mon Oct 10 09:20:10 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -24,15 +24,15 @@
|
|||||||
Name: evolution
|
Name: evolution
|
||||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||||
%define evolution_base_version 3.22
|
%define evolution_base_version 3.22
|
||||||
Version: 3.22.1
|
Version: 3.22.2
|
||||||
Release: 0
|
Release: 0
|
||||||
# _version needs to be %{version} stripped to major.minor.micro only...
|
# _version needs to be %{version} stripped to major.minor.micro only...
|
||||||
%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]+')
|
||||||
# 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
|
||||||
|
# NOTE: Some files are currently GPL-2.0 but pending relicensing, see bnc#749859
|
||||||
License: LGPL-2.0 and LGPL-3.0
|
License: LGPL-2.0 and LGPL-3.0
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
# NOTE: Some files are currently GPL-2.0 but pending relicensing, see bnc#749859
|
|
||||||
Url: http://wiki.gnome.org/Apps/Evolution/
|
Url: http://wiki.gnome.org/Apps/Evolution/
|
||||||
Source0: http://download.gnome.org/sources/evolution/3.22/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/evolution/3.22/%{name}-%{version}.tar.xz
|
||||||
# The icon we rely on is from adwaita-icon-theme
|
# The icon we rely on is from adwaita-icon-theme
|
||||||
|
Loading…
Reference in New Issue
Block a user