Adapt to WebKit Unstable DOM API changes
This commit is contained in:
parent
44168059b1
commit
b002248052
1 changed files with 7 additions and 2 deletions
|
|
@ -8,7 +8,7 @@
|
|||
%define libgdata_version 0.10.0
|
||||
%define libgweather_version 3.5.0
|
||||
%define libsoup_version 2.42
|
||||
%define webkit2gtk_version 2.13.0
|
||||
%define webkit2gtk_version 2.13.90
|
||||
|
||||
%define evo_base_version 3.22
|
||||
|
||||
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
Name: evolution
|
||||
Version: 3.21.91
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Group: Applications/Productivity
|
||||
Summary: Mail and calendar client for GNOME
|
||||
License: GPLv2+ and GFDL
|
||||
|
|
@ -42,6 +42,7 @@ Obsoletes: libgal2 <= %{last_libgal2_version}
|
|||
Obsoletes: evolution-NetworkManager < %{last_evo_nm_version}
|
||||
|
||||
### Patches ###
|
||||
Patch01: webkit_dom_insert_adjacent_text.patch
|
||||
|
||||
# RH bug #
|
||||
#Patch01: evolution-3.17.1-doc-e-cell-renderer-color.patch
|
||||
|
|
@ -199,6 +200,7 @@ the functionality of the installed %{name} package.
|
|||
|
||||
%prep
|
||||
%setup -q -n evolution-%{version}
|
||||
%patch01 -p1 -b .webkit_dom_insert_adjacent_text
|
||||
#%patch01 -p1 -b .doc-e-cell-renderer-color
|
||||
|
||||
# Remove the welcome email from Novell
|
||||
|
|
@ -525,6 +527,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Thu Sep 01 2016 Tomas Popela <tpopela@redhat.com> - 3.21.91-2
|
||||
- Adapt to WebKit Unstable DOM API changes
|
||||
|
||||
* Mon Aug 29 2016 Milan Crha <mcrha@redhat.com> - 3.21.91-1
|
||||
- Update to 3.21.91
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue