Resolves: #1888558 (Crash on file drag into mail composer with WebKitGTK 2.30)
This commit is contained in:
parent
934340d9df
commit
cd8aa57c8b
2 changed files with 46 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
Name: evolution
|
||||
Version: 3.36.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Mail and calendar client for GNOME
|
||||
License: GPLv2+ and GFDL
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
|
|
@ -49,6 +49,8 @@ Source: http://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar.xz
|
|||
Source1: flatpak-evolution-fix-service-names.sh
|
||||
Source2: flatpak-evolution-wrapper.sh.in
|
||||
|
||||
Patch01: evolution-3.36.5-webkitgtk-2.30.patch
|
||||
|
||||
Obsoletes: anjal <= %{last_anjal_version}
|
||||
Obsoletes: libgal2 <= %{last_libgal2_version}
|
||||
Obsoletes: evolution-NetworkManager < %{last_evo_nm_version}
|
||||
|
|
@ -235,6 +237,7 @@ the functionality of the installed %{name} package.
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch01 -p1 -b .webkitgtk-2.30
|
||||
|
||||
# Remove the welcome email from Novell
|
||||
for inbox in src/mail/default/*/Inbox; do
|
||||
|
|
@ -560,6 +563,9 @@ grep -v "%{_datadir}/locale" evolution.lang > help.lang
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Nov 30 2020 Milan Crha <mcrha@redhat.com> - 3.36.5-2
|
||||
- Resolves: #1888558 (Crash on file drag into mail composer with WebKitGTK 2.30)
|
||||
|
||||
* Fri Aug 07 2020 Milan Crha <mcrha@redhat.com> - 3.36.5-1
|
||||
- Update to 3.36.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue