Accepting request 450923 from home:Zaitor:branches:GNOME:Factory
New stable rel OBS-URL: https://build.opensuse.org/request/show/450923 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=320
This commit is contained in:
parent
bfeb70189f
commit
4923786dd7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7328b0f225e41654643514eefafb02e6819660fd989ec1e8feab4f17e93dc00
|
||||
size 12269980
|
3
evolution-3.22.4.tar.xz
Normal file
3
evolution-3.22.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:522209f022a468c9031fd393fe4ba6c655dedfa06dd6ae59d2d693d1485c690a
|
||||
size 12272488
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 10:34:41 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.22.4:
|
||||
+ Fix a crash when deleting a meeting without DTEND.
|
||||
+ Fix a use-after-free after editor's WebKitWebProcess crash.
|
||||
+ Attached meeting invitations not shown properly.
|
||||
+ Crash on paste of a vCard into a message composer body.
|
||||
+ "Insert text file" sensitive to HTML-significant characters.
|
||||
+ EWeekView could write out of rows_per_day array.
|
||||
+ Replace deprecated icalproperty_remove_parameter() with
|
||||
icalproperty_remove_parameter_by_kind().
|
||||
+ Replace deprecated icaltime_from_timet() with
|
||||
icaltime_from_timet_with_zone().
|
||||
+ Fix few memory leaks.
|
||||
+ Avoid a (rather rare) crash under message-list.c::build_tree().
|
||||
+ Bugs fixed: bgo#776224, bgo#776584, bgo#489466, bgo#776813,
|
||||
bgo#776969, bgo#776958, bgo#776415, bgo#777071.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 12 19:33:14 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package evolution
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@
|
||||
Name: evolution
|
||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||
%define evolution_base_version 3.22
|
||||
Version: 3.22.3
|
||||
Version: 3.22.4
|
||||
Release: 0
|
||||
# _version needs to be %{version} stripped to major.minor.micro only...
|
||||
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
||||
|
Loading…
Reference in New Issue
Block a user