Accepting request 505474 from GNOME:Factory

1

OBS-URL: https://build.opensuse.org/request/show/505474
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=197
This commit is contained in:
Dominique Leuenberger 2017-06-28 08:33:25 +00:00 committed by Git OBS Bridge
commit 8669777a9a
4 changed files with 28 additions and 4 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35f3893214a8bdbecf13d073ff123a39f65585c62066241df37f3f561b7d59dd
size 12135196

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 19 13:13:12 UTC 2017 - zaitor@opensuse.org
- Update to version 3.24.3:
+ [ECompEditor]:
- Ensure local store directory exists before saving
attachments.
- Use ICAL_FILENAME_PARAMETER for attachments, if available.
+ Use SIGTERM instead of SIGQUIT in killev
(evolution --force-shutdown).
+ Allow select the same source and destination calendar in Copy
To Calendar.
+ Crash under e_dom_resize_document_content_to_preview_width().
+ Allow overwrite of CMAKE_SKIP_RPATH variable.
+ e_mail_folder_to_full_display_name: Special-case virtual
Trash/Junk folders.
+ Bugs fixed: bgo#720197, bgo#782529, bgo#773420, bgo#782803,
bgo#783106, bgo#537048, bgo#783191, bgo#782052, bgo#783317,
bgo#782210, bgo#783353, bgo#782470, bgo#783682.
+ Updated translations.
- Pass -DCMAKE_SKIP_RPATH=OFF to configure, needed after upstream
changes.
-------------------------------------------------------------------
Wed May 10 17:06:13 UTC 2017 - zaitor@opensuse.org

View File

@ -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.24
Version: 3.24.2
Version: 3.24.3
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]+')
@ -175,6 +175,7 @@ translation-update-upstream
-DENABLE_YTNEF=OFF \
-DWITH_GLADE_CATALOG=ON \
-DENABLE_GTK_DOC=ON \
-DCMAKE_SKIP_RPATH=OFF \
%if !%{use_gtkimageview}
%nil
%endif