aboutsummaryrefslogtreecommitdiffstats
path: root/epiphany-reduce-tab-width
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-11-25 14:20:00 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-11-25 14:20:00 +0800
commitc84cd871dba35731795dbd65cab03226deb7f1ed (patch)
tree5e756b9bba6e137689458fc44426d588eab59456 /epiphany-reduce-tab-width
parent1e4bed94791072b73dee1b8dee43eb2c275a4449 (diff)
downloadcopr-rpm-spec-c84cd871dba35731795dbd65cab03226deb7f1ed.tar
copr-rpm-spec-c84cd871dba35731795dbd65cab03226deb7f1ed.tar.gz
copr-rpm-spec-c84cd871dba35731795dbd65cab03226deb7f1ed.tar.bz2
copr-rpm-spec-c84cd871dba35731795dbd65cab03226deb7f1ed.tar.lz
copr-rpm-spec-c84cd871dba35731795dbd65cab03226deb7f1ed.tar.xz
copr-rpm-spec-c84cd871dba35731795dbd65cab03226deb7f1ed.tar.zst
copr-rpm-spec-c84cd871dba35731795dbd65cab03226deb7f1ed.zip
epiphany-reduce-tab-width: Epiphany 3.18.0-4 -> 3.18.1-1
Diffstat (limited to 'epiphany-reduce-tab-width')
-rw-r--r--epiphany-reduce-tab-width/epiphany/epiphany.spec11
1 files changed, 6 insertions, 5 deletions
diff --git a/epiphany-reduce-tab-width/epiphany/epiphany.spec b/epiphany-reduce-tab-width/epiphany/epiphany.spec
index d9b9db9..19524db 100644
--- a/epiphany-reduce-tab-width/epiphany/epiphany.spec
+++ b/epiphany-reduce-tab-width/epiphany/epiphany.spec
@@ -2,8 +2,8 @@
Name: epiphany
Epoch: 1
-Version: 3.18.0
-Release: 4%{?dist}.1
+Version: 3.18.1
+Release: 1%{?dist}.1
Summary: Web browser for GNOME (Copr: lantw44/epiphany-reduce-tab-width)
License: GPLv2+ and CC-BY-SA
@@ -14,10 +14,8 @@ Source0: https://download.gnome.org/sources/epiphany/3.18/%{name}-%{version}.tar
Patch0: epiphany-default-bookmarks.patch
# https://bugzilla.gnome.org/show_bug.cgi?id=742590
Patch1: 0001-Hide-floating-bar-on-mouseover.patch
-# https://bugzilla.gnome.org/show_bug.cgi?id=755814
-Patch2: 0001-Fix-failure-to-load-web-extension-with-Wl-z-now.patch
# Reduce the minimum tab width
-Patch3: epiphany-reduce-tab-width.patch
+Patch2: epiphany-reduce-tab-width.patch
BuildRequires: desktop-file-utils
BuildRequires: gcr-devel >= 3.5.5
@@ -118,6 +116,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_mandir}/man*/*
%changelog
+* Fri Nov 20 2015 Kalev Lember <klember@redhat.com> - 1:3.18.1-1
+- Update to 3.18.1
+
* Fri Oct 02 2015 Michael Catanzaro <mcatanzaro@igalia.com> - 1:3.18.0-4
- Fix the web extension by overlinking instead of disabling RELRO.