Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package evolution-data-server for
openSUSE:Factory checked in at 2021-11-06 18:15:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/evolution-data-server (Old)
and /work/SRC/openSUSE:Factory/.evolution-data-server.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "evolution-data-server"
Sat Nov 6 18:15:16 2021 rev:230 rq:929581 version:3.42.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes
2021-09-29 20:17:35.726796240 +0200
+++
/work/SRC/openSUSE:Factory/.evolution-data-server.new.1890/evolution-data-server.changes
2021-11-06 18:17:23.488864696 +0100
@@ -1,0 +2,22 @@
+Fri Oct 29 18:09:29 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
evolution-data-server-3.42.0.tar.xz
New:
----
evolution-data-server-3.42.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ evolution-data-server.spec ++++++
--- /var/tmp/diff_new_pack.LqOPob/_old 2021-11-06 18:17:24.344865139 +0100
+++ /var/tmp/diff_new_pack.LqOPob/_new 2021-11-06 18:17:24.344865139 +0100
@@ -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 @@
%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
++++++ evolution-data-server-3.42.0.tar.xz ->
evolution-data-server-3.42.1.tar.xz ++++++
++++ 7807 lines of diff (skipped)