From 2b2546e3c340aaff44f1d09de7cbe694ef23e6f9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jan 09 2011 20:04:37 +0000 Subject: Add patch to fix crasher on links. --- diff --git a/midori.spec b/midori.spec index 222cf11..9fb9e9b 100644 --- a/midori.spec +++ b/midori.spec @@ -1,6 +1,6 @@ Name: midori Version: 0.2.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A lightweight GTK+ web browser Group: Applications/Internet @@ -16,6 +16,9 @@ Patch1: midori-0.2.9-libnotify.patch # FIXME: Remove this patch in 0.2.10 because is has recently been fixed in git # Upstream bug: http://www.twotoasts.de/bugs/index.php?do=details&task_id=1007 Patch2: midori-0.2.9-docdir.patch +# Already upstreamed in git +# http://git.xfce.org/apps/midori/commit/?id=97a7ae9955d4264f922452d6933f3a0e1e4b03f6 +Patch3: midori-0.2.9-crasher.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -74,6 +77,7 @@ developing extensions for %{name}. %patch1 -p1 -b .libnotify-0.7.0 %endif %patch2 -p1 -b .docdir +%patch3 -p1 -b .crasher %build export CFLAGS="%{optflags}" @@ -145,6 +149,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Jan 09 2011 Kevin Fenzi - 0.2.9-4 +- Add patch to fix crasher on links. + * Sat Jan 08 2011 Christoph Wickert - 0.2.9-3 - Add docdir patch again, problem was not fixed properly upstream