Update to 3.35.90
This commit is contained in:
parent
305cf58723
commit
841941b058
@ -1,26 +0,0 @@
|
||||
diff --git a/src/services/evolution-alarm-notify/e-alarm-notify.c b/src/services/evolution-alarm-notify/e-alarm-notify.c
|
||||
index a97e258b4..7eba95f60 100644
|
||||
--- a/src/services/evolution-alarm-notify/e-alarm-notify.c
|
||||
+++ b/src/services/evolution-alarm-notify/e-alarm-notify.c
|
||||
@@ -139,8 +139,6 @@ e_alarm_notify_audio (EAlarmNotify *an,
|
||||
if (!did_play)
|
||||
gdk_beep ();
|
||||
|
||||
- g_slist_free_full (attachments, g_object_unref);
|
||||
-
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
@@ -456,12 +454,9 @@ e_alarm_notify_procedure (EAlarmNotify *an,
|
||||
if (!result)
|
||||
goto fallback;
|
||||
|
||||
- g_slist_free_full (attachments, g_object_unref);
|
||||
-
|
||||
return FALSE;
|
||||
|
||||
fallback:
|
||||
- g_slist_free_full (attachments, g_object_unref);
|
||||
|
||||
return e_alarm_notify_display (an, rd, alarm);
|
||||
}
|
@ -19,7 +19,7 @@
|
||||
%define libsecret_version 0.5
|
||||
%define libgdata_version 0.10.0
|
||||
%define libgweather_version 3.5.0
|
||||
%define libical_version 3.0.5
|
||||
%define libical_version 3.0.7
|
||||
%define libsoup_version 2.42
|
||||
%define nss_version 3.14
|
||||
%define sqlite_version 3.5
|
||||
@ -36,15 +36,13 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.35.3
|
||||
Release: 3%{?dist}
|
||||
Version: 3.35.90
|
||||
Release: 1%{?dist}
|
||||
Summary: Backend data server for Evolution
|
||||
License: LGPLv2+
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
Source: http://download.gnome.org/sources/%{name}/3.35/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch01: evolution-data-server-3.35.3-alarm-notify-double-free.patch
|
||||
|
||||
Provides: evolution-webcal = %{version}
|
||||
Obsoletes: evolution-webcal < 2.24.0
|
||||
|
||||
@ -173,7 +171,6 @@ the functionality of the installed %{name} package.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch01 -p1 -b .alarm-notify-double-free
|
||||
|
||||
%build
|
||||
|
||||
@ -467,6 +464,9 @@ find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Fri Jan 31 2020 Milan Crha <mcrha@redhat.com> - 3.35.90-1
|
||||
- Update to 3.35.90
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (evolution-data-server-3.35.3.tar.xz) = 253ee09bfe13f719f7ae4ef1554744341cfe5f7549536be29f890ec3cf6f16fbc6da2ea5c445cb0748ad9a38e181a622996b3a71da4a5640bf52d8f3077ffcaa
|
||||
SHA512 (evolution-data-server-3.35.90.tar.xz) = f88419d83146915e978941d9d0fdc227f11c2a016f8db9ecea16406b350a83870c80a4eb46d59f3ccf28bc52348c94bcae17a21c08ba8b51eb99ea5754290e68
|
||||
|
Loading…
Reference in New Issue
Block a user