Accepting request 505120 from home:Zaitor
Not sure if this is the right thing to do, or if we should try with CMAKE_BUILD_WITH_INSTALL_RPATH=ON instead OBS-URL: https://build.opensuse.org/request/show/505120 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=335
This commit is contained in:
parent
30435c6959
commit
125cfbaf3d
@ -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
3
evolution-3.24.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35f3893214a8bdbecf13d073ff123a39f65585c62066241df37f3f561b7d59dd
|
||||
size 12135196
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user