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