Hello community, here is the log from the commit of package midori for openSUSE:Factory checked in at 2013-02-20 09:29:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/midori (Old) and /work/SRC/openSUSE:Factory/.midori.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "midori", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/midori/midori.changes 2013-02-07 10:42:14.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.midori.new/midori.changes 2013-02-20 09:29:29.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 19 16:30:46 UTC 2013 - [email protected] + +- added midori-fix-docdir.patch in order to fix a hardcoded docdir + that breaks readable view (lp#1130297) + +------------------------------------------------------------------- New: ---- midori-fix-docdir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ midori.spec ++++++ --- /var/tmp/diff_new_pack.s9JjqM/_old 2013-02-20 09:29:30.000000000 +0100 +++ /var/tmp/diff_new_pack.s9JjqM/_new 2013-02-20 09:29:30.000000000 +0100 @@ -28,6 +28,8 @@ Patch0: midori-work-around-vala-storing-uint64-in-pointer.patch # PATCH-FIX-OPENSUSE midori-fix-desktop-files.patch [email protected] -- Fix desktop file according to openSUSE policy Patch1: midori-fix-desktop-files.patch +# PATCH-FIX-OPENSUSE midori-fix-docdir.patch lp#1130297 [email protected] -- Fix hardcoded docdir +Patch2: midori-fix-docdir.patch BuildRequires: docutils BuildRequires: gtk-doc BuildRequires: intltool @@ -98,6 +100,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build export CCFLAGS="%{optflags}" ++++++ midori-fix-docdir.patch ++++++ Index: midori-0.4.8/midori/midori-browser.c =================================================================== --- midori-0.4.8.orig/midori/midori-browser.c +++ midori-0.4.8/midori/midori-browser.c @@ -3510,7 +3510,7 @@ _action_readable_activate (GtkAction* stylesheet = NULL; if (!g_file_get_contents (filename, &stylesheet, NULL, NULL)) { - katze_assign (filename, midori_paths_get_data_filename ("doc/midori/faq.css", FALSE)); + katze_assign (filename, midori_paths_get_data_filename ("doc/packages/midori/faq.css", FALSE)); g_file_get_contents (filename, &stylesheet, NULL, NULL); } if (!(stylesheet && *stylesheet)) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
