From c981e74759abfa31b326da3578d34eca5415fcbcc67e07cd65efced5647e9a22 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 5 Nov 2021 08:45:00 +0000 Subject: [PATCH] Accepting request 928217 from GNOME:Next - Update to version 3.42.1: + LDAP: Fix a memory leak when filling a contact address + book/cal-backend: Add some safety checks around pending_operations queue + Correct 'Since:' tag in the developer comments + ERemindersWidget: Incorrect value for last selected snooze time after open + Camel: Correct a copy&paste error in a function documentation + org.gnome.Evolution-alarm-notify.desktop: Add X-GNOME-UsesNotifications=true + Bugs fixed: glgo#GNOME/evolution-data-server#352, glgo#GNOME/evolution-data-server#355, glgo#GNOME/evolution-data-server#360, glgo#GNOME/evolution-data-server#361, glgo#GNOME/evolution-data-server!81, glgo#GNOME/evolution-data-server#1621. + Updated translations. - Replace post(un) handling with new ldconfig_scriptlets macro. OBS-URL: https://build.opensuse.org/request/show/928217 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=406 --- evolution-data-server-3.42.0.tar.xz | 3 --- evolution-data-server-3.42.1.tar.xz | 3 +++ evolution-data-server.changes | 22 +++++++++++++++++ evolution-data-server.spec | 37 ++++++++--------------------- 4 files changed, 35 insertions(+), 30 deletions(-) delete mode 100644 evolution-data-server-3.42.0.tar.xz create mode 100644 evolution-data-server-3.42.1.tar.xz diff --git a/evolution-data-server-3.42.0.tar.xz b/evolution-data-server-3.42.0.tar.xz deleted file mode 100644 index 175b748..0000000 --- a/evolution-data-server-3.42.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8fdd3bc47a07d6f8a3052bbcae880f20f6dbc4f6973a8e90d00169bb99b1635 -size 4614616 diff --git a/evolution-data-server-3.42.1.tar.xz b/evolution-data-server-3.42.1.tar.xz new file mode 100644 index 0000000..748b1c2 --- /dev/null +++ b/evolution-data-server-3.42.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6e67f2a77d0ff3e6da50b03dc5fa266e716626bcda2ef44144e317e35f2f528 +size 4621996 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 27935e4..3debb4c 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Oct 29 18:09:29 UTC 2021 - Bjørn Lie + +- Update to version 3.42.1: + + LDAP: Fix a memory leak when filling a contact address + + book/cal-backend: Add some safety checks around + pending_operations queue + + Correct 'Since:' tag in the developer comments + + ERemindersWidget: Incorrect value for last selected snooze time + after open + + Camel: Correct a copy&paste error in a function documentation + + org.gnome.Evolution-alarm-notify.desktop: Add + X-GNOME-UsesNotifications=true + + Bugs fixed: glgo#GNOME/evolution-data-server#352, + glgo#GNOME/evolution-data-server#355, + glgo#GNOME/evolution-data-server#360, + glgo#GNOME/evolution-data-server#361, + glgo#GNOME/evolution-data-server!81, + glgo#GNOME/evolution-data-server#1621. + + Updated translations. +- Replace post(un) handling with new ldconfig_scriptlets macro. + ------------------------------------------------------------------- Mon Sep 20 10:15:03 UTC 2021 - Antonio Larrosa diff --git a/evolution-data-server.spec b/evolution-data-server.spec index a970a8b..81512c7 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -31,7 +31,7 @@ %bcond_without introspection Name: evolution-data-server -Version: 3.42.0 +Version: 3.42.1 Release: 0 Summary: Evolution Data Server License: LGPL-2.0-only @@ -337,32 +337,15 @@ This package contains developer documentation. %find_lang evolution-data-server %fdupes %{buildroot}/%{_prefix} -%post -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig -%postun -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig - -%post -n libebackend-1_2-%{so_ebackend} -p /sbin/ldconfig -%postun -n libebackend-1_2-%{so_ebackend} -p /sbin/ldconfig - -%post -n libebook-1_2-%{so_ebook} -p /sbin/ldconfig -%postun -n libebook-1_2-%{so_ebook} -p /sbin/ldconfig - -%post -n libebook-contacts-1_2-%{so_ebook_contacts} -p /sbin/ldconfig -%postun -n libebook-contacts-1_2-%{so_ebook_contacts} -p /sbin/ldconfig - -%post -n libecal-2_0-%{so_ecal} -p /sbin/ldconfig -%postun -n libecal-2_0-%{so_ecal} -p /sbin/ldconfig - -%post -n libedata-book-1_2-%{so_edata_book} -p /sbin/ldconfig -%postun -n libedata-book-1_2-%{so_edata_book} -p /sbin/ldconfig - -%post -n libedata-cal-2_0-%{so_edata_cal} -p /sbin/ldconfig -%postun -n libedata-cal-2_0-%{so_edata_cal} -p /sbin/ldconfig - -%post -n libedataserver-1_2-%{so_edataserver} -p /sbin/ldconfig -%postun -n libedataserver-1_2-%{so_edataserver} -p /sbin/ldconfig - -%post -n libedataserverui-1_2-%{so_edataserverui} -p /sbin/ldconfig -%postun -n libedataserverui-1_2-%{so_edataserverui} -p /sbin/ldconfig +%ldconfig_scriptlets -n libcamel-1_2-%{so_camel} +%ldconfig_scriptlets -n libebackend-1_2-%{so_ebackend} +%ldconfig_scriptlets -n libebook-1_2-%{so_ebook} +%ldconfig_scriptlets -n libebook-contacts-1_2-%{so_ebook_contacts} +%ldconfig_scriptlets -n libecal-2_0-%{so_ecal} +%ldconfig_scriptlets -n libedata-book-1_2-%{so_edata_book} +%ldconfig_scriptlets -n libedata-cal-2_0-%{so_edata_cal} +%ldconfig_scriptlets -n libedataserver-1_2-%{so_edataserver} +%ldconfig_scriptlets -n libedataserverui-1_2-%{so_edataserverui} %files %license COPYING