aboutsummaryrefslogtreecommitdiffstats
path: root/epiphany-reduce-tab-width
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-03-10 23:44:56 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-03-10 23:44:56 +0800
commit5b6d394cb263cf77335fc255d569d22c39251985 (patch)
treef8e06a125feb9ef62d077a3e44239c4c0800696b /epiphany-reduce-tab-width
parent0d679ce42b8c83ebb52f3974cce04f5ead970c5f (diff)
downloadcopr-rpm-spec-5b6d394cb263cf77335fc255d569d22c39251985.tar
copr-rpm-spec-5b6d394cb263cf77335fc255d569d22c39251985.tar.gz
copr-rpm-spec-5b6d394cb263cf77335fc255d569d22c39251985.tar.bz2
copr-rpm-spec-5b6d394cb263cf77335fc255d569d22c39251985.tar.lz
copr-rpm-spec-5b6d394cb263cf77335fc255d569d22c39251985.tar.xz
copr-rpm-spec-5b6d394cb263cf77335fc255d569d22c39251985.tar.zst
copr-rpm-spec-5b6d394cb263cf77335fc255d569d22c39251985.zip
epiphany-reduce-tab-width: 3.14.2-3 -> 3.14.2-4
Diffstat (limited to 'epiphany-reduce-tab-width')
-rw-r--r--epiphany-reduce-tab-width/epiphany/epiphany.spec18
1 files changed, 15 insertions, 3 deletions
diff --git a/epiphany-reduce-tab-width/epiphany/epiphany.spec b/epiphany-reduce-tab-width/epiphany/epiphany.spec
index d3b0b7b..53635ab 100644
--- a/epiphany-reduce-tab-width/epiphany/epiphany.spec
+++ b/epiphany-reduce-tab-width/epiphany/epiphany.spec
@@ -1,7 +1,7 @@
Name: epiphany
Epoch: 1
Version: 3.14.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Web browser for GNOME (Copr: lantw44/epiphany-reduce-tab-width)
License: GPLv2+ and CC-BY-SA
@@ -14,8 +14,14 @@ Patch0: epiphany-default-bookmarks.patch
Patch1: epiphany-disable-DRI3.patch
# Committed upstream for 3.16 and 3.14.3
Patch2: epiphany-db-access-crash.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=745306
+Patch3: epiphany-web-dom-utils-find-form-auth-elements-crash.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=744896
+Patch4: epiphany-web-extension-proxy-created-cb-crash.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=744360
+Patch5: epiphany-setup-web-extensions-connection-crash.patch
# Reduce the minimum tab width
-Patch3: epiphany-reduce-tab-width.patch
+Patch6: epiphany-reduce-tab-width.patch
BuildRequires: desktop-file-utils
BuildRequires: gcr-devel >= 3.5.5
@@ -72,7 +78,10 @@ installing the epiphany application itself.
%patch0 -p1 -b .default-bookmarks
%patch1 -p1 -b .disable-dri3
%patch2 -p1 -b .db-access-crash
-%patch3 -p1 -b .reduce-tab-width
+%patch3 -p1 -b .dom-utils-crash
+%patch4 -p1 -b .extension-proxy-crash
+%patch5 -p1 -b .setup-extensions-crash
+%patch6 -p1 -b .reduce-tab-width
%build
%configure --with-distributor-name=Fedora
@@ -118,6 +127,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_mandir}/man*/*
%changelog
+* Sat Feb 28 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 1:3.14.2-4
+- Add patches to fix a few crashes
+
* Fri Dec 12 2014 Michael Catanzaro <mcatanzaro@gnome.org> - 1:3.14.2-3
- Add patch to prevent search provider crashes when accessing history fails