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
This commit is contained in:
Dominique Leuenberger 2021-11-05 08:45:00 +00:00 committed by Git OBS Bridge
parent 1973b632d0
commit c981e74759
4 changed files with 35 additions and 30 deletions

View File

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

View File

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Oct 29 18:09:29 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <alarrosa@suse.com> Mon Sep 20 10:15:03 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>

View File

@ -31,7 +31,7 @@
%bcond_without introspection %bcond_without introspection
Name: evolution-data-server Name: evolution-data-server
Version: 3.42.0 Version: 3.42.1
Release: 0 Release: 0
Summary: Evolution Data Server Summary: Evolution Data Server
License: LGPL-2.0-only License: LGPL-2.0-only
@ -337,32 +337,15 @@ This package contains developer documentation.
%find_lang evolution-data-server %find_lang evolution-data-server
%fdupes %{buildroot}/%{_prefix} %fdupes %{buildroot}/%{_prefix}
%post -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig %ldconfig_scriptlets -n libcamel-1_2-%{so_camel}
%postun -n libcamel-1_2-%{so_camel} -p /sbin/ldconfig %ldconfig_scriptlets -n libebackend-1_2-%{so_ebackend}
%ldconfig_scriptlets -n libebook-1_2-%{so_ebook}
%post -n libebackend-1_2-%{so_ebackend} -p /sbin/ldconfig %ldconfig_scriptlets -n libebook-contacts-1_2-%{so_ebook_contacts}
%postun -n libebackend-1_2-%{so_ebackend} -p /sbin/ldconfig %ldconfig_scriptlets -n libecal-2_0-%{so_ecal}
%ldconfig_scriptlets -n libedata-book-1_2-%{so_edata_book}
%post -n libebook-1_2-%{so_ebook} -p /sbin/ldconfig %ldconfig_scriptlets -n libedata-cal-2_0-%{so_edata_cal}
%postun -n libebook-1_2-%{so_ebook} -p /sbin/ldconfig %ldconfig_scriptlets -n libedataserver-1_2-%{so_edataserver}
%ldconfig_scriptlets -n libedataserverui-1_2-%{so_edataserverui}
%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
%files %files
%license COPYING %license COPYING