[midori] Add patch to fix crasher on links.

Kevin Fenzi kevin at fedoraproject.org
Sun Jan 9 20:04:53 UTC 2011


commit 2b2546e3c340aaff44f1d09de7cbe694ef23e6f9
Author: Kevin Fenzi <kevin at tummy.com>
Date:   Sun Jan 9 13:04:37 2011 -0700

    Add patch to fix crasher on links.

 midori.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
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 <kevin at tummy.com> - 0.2.9-4
+- Add patch to fix crasher on links. 
+
 * Sat Jan 08 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.9-3
 - Add docdir patch again, problem was not fixed properly upstream
 


More information about the scm-commits mailing list