Package: evolution / 3.56.2-7

Metadata

Package Version Patches format
evolution 3.56.2-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_revert_libevolution_avoid version.patch | (download)

src/addressbook/gui/contact-editor/CMakeLists.txt | 5 5 + 0 - 0 !
src/addressbook/gui/contact-list-editor/CMakeLists.txt | 5 5 + 0 - 0 !
src/addressbook/gui/widgets/CMakeLists.txt | 6 6 + 0 - 0 !
src/addressbook/importers/CMakeLists.txt | 5 5 + 0 - 0 !
src/addressbook/printing/CMakeLists.txt | 5 5 + 0 - 0 !
src/addressbook/util/CMakeLists.txt | 5 5 + 0 - 0 !
src/calendar/gui/CMakeLists.txt | 5 5 + 0 - 0 !
src/calendar/importers/CMakeLists.txt | 5 5 + 0 - 0 !
src/composer/CMakeLists.txt | 5 5 + 0 - 0 !
src/e-util/CMakeLists.txt | 5 5 + 0 - 0 !
src/em-format/CMakeLists.txt | 5 5 + 0 - 0 !
src/libemail-engine/CMakeLists.txt | 5 5 + 0 - 0 !
src/libgnomecanvas/CMakeLists.txt | 2 2 + 0 - 0 !
src/mail/CMakeLists.txt | 5 5 + 0 - 0 !
src/mail/importers/CMakeLists.txt | 5 5 + 0 - 0 !
src/shell/CMakeLists.txt | 5 5 + 0 - 0 !
src/smime/gui/CMakeLists.txt | 5 5 + 0 - 0 !
src/smime/lib/CMakeLists.txt | 5 5 + 0 - 0 !
18 files changed, 88 insertions(+)

 revert 160006402248075b95c98e9e34d4538670ba7480

Revert upstream patch that adds -avoid-version to all libevolution
libs, making them versionless. This is a massive WTF.
Bug-GNOME: https://bugzilla.gnome.org/show_bug.cgi?id=591436
I 3124 JavaScript Correct dictionary objects creation Web.patch | (download)

data/webkit/e-editor.js | 10 5 + 5 - 0 !
data/webkit/e-web-view.js | 4 2 + 2 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 i#3124 - javascript: correct dictionary objects creation (webkitgtk
 2.49.4)

The arrays do not have named indexes, though it worked only by a chance
with the previous WebKitGTK versions. Correct how the objects are created
to follow the standard.

Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/3124

(cherry picked from commit 811a6df1f990855e49ecc0ba7b1a7f7a5ec251e6)