aboutsummaryrefslogtreecommitdiffstats
path: root/epiphany-reduce-tab-width/epiphany/epiphany.spec
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2014-12-18 17:16:58 +0800
committerTing-Wei Lan <lantw44@gmail.com>2014-12-18 17:16:58 +0800
commit4c942ee6b795b5c99209aa356b59e8d41f4c5fe1 (patch)
treed6d5cbfcce58050158be87e1adae3d96dc6a92b2 /epiphany-reduce-tab-width/epiphany/epiphany.spec
parentb6b0408a7ab0a30d2ff85a1cf6e7c29e10f71db5 (diff)
downloadcopr-rpm-spec-4c942ee6b795b5c99209aa356b59e8d41f4c5fe1.tar
copr-rpm-spec-4c942ee6b795b5c99209aa356b59e8d41f4c5fe1.tar.gz
copr-rpm-spec-4c942ee6b795b5c99209aa356b59e8d41f4c5fe1.tar.bz2
copr-rpm-spec-4c942ee6b795b5c99209aa356b59e8d41f4c5fe1.tar.lz
copr-rpm-spec-4c942ee6b795b5c99209aa356b59e8d41f4c5fe1.tar.xz
copr-rpm-spec-4c942ee6b795b5c99209aa356b59e8d41f4c5fe1.tar.zst
copr-rpm-spec-4c942ee6b795b5c99209aa356b59e8d41f4c5fe1.zip
epiphany-reduce-tab-width: epiphany: 3.14.2-2 -> 3.14.2-3
Diffstat (limited to 'epiphany-reduce-tab-width/epiphany/epiphany.spec')
-rw-r--r--epiphany-reduce-tab-width/epiphany/epiphany.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/epiphany-reduce-tab-width/epiphany/epiphany.spec b/epiphany-reduce-tab-width/epiphany/epiphany.spec
index d372e12..d3b0b7b 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: 2%{?dist}
+Release: 3%{?dist}
Summary: Web browser for GNOME (Copr: lantw44/epiphany-reduce-tab-width)
License: GPLv2+ and CC-BY-SA
@@ -12,8 +12,10 @@ Source0: http://download.gnome.org/sources/epiphany/3.14/%{name}-%{version}.tar.
Patch0: epiphany-default-bookmarks.patch
# DRI3 is currently only used in Fedora. It breaks DuckDuckGo, YouTube, et. al.
Patch1: epiphany-disable-DRI3.patch
+# Committed upstream for 3.16 and 3.14.3
+Patch2: epiphany-db-access-crash.patch
# Reduce the minimum tab width
-Patch2: epiphany-reduce-tab-width.patch
+Patch3: epiphany-reduce-tab-width.patch
BuildRequires: desktop-file-utils
BuildRequires: gcr-devel >= 3.5.5
@@ -69,7 +71,8 @@ installing the epiphany application itself.
%setup -q
%patch0 -p1 -b .default-bookmarks
%patch1 -p1 -b .disable-dri3
-%patch2 -p1 -b .reduce-tab-width
+%patch2 -p1 -b .db-access-crash
+%patch3 -p1 -b .reduce-tab-width
%build
%configure --with-distributor-name=Fedora
@@ -115,6 +118,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_mandir}/man*/*
%changelog
+* 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
+
* Thu Nov 13 2014 Michael Catanzaro <mcatanzaro@gnome.org> - 1:3.14.2-2
- Add patch to disable DRI3