Hello community,

here is the log from the commit of package midori for openSUSE:12.3 checked in 
at 2013-02-20 09:29:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.3/midori (Old)
 and      /work/SRC/openSUSE:12.3/.midori.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "midori", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:12.3/midori/midori.changes       2013-01-31 
01:27:11.000000000 +0100
+++ /work/SRC/openSUSE:12.3/.midori.new/midori.changes  2013-02-20 
09:29:33.000000000 +0100
@@ -1,0 +2,45 @@
+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)
+
+-------------------------------------------------------------------
+Wed Feb  6 09:51:00 UTC 2013 - [email protected]
+
+- update to version 0.4.8
+  + fix un-delaying of tabs
+  + fix compilation with GLib 2.30
+  + fix error handling in extensions
+  + retain selection in urlbar when switching tabs
+  + fix missing right-click menu on NextForward button
+  + hide error page button if buttons have no images
+  + rework URL completion: suggest open tabs
+  + always highlight matches in inline search
+  + pantheon: Only show private launcher in search
+  + granite: Fix notebook, require 0.2, drop _about_dialog_new
+  + don't include http(s), file or www. in page title
+  + autodetect Twitter RSS feeds
+  + adblock: Improve date parsing
+  + unit test rework: backtraces, regardless of debugging, wine
+  + more accurate version numbers in about:version
+  + drop obsolete --log-file command line switch
+  + emit inspector attach-window with correct signature
+  + fix Netscape plugins opening download dialogs
+  + rework path handling and setup in different modes (fix
+    segfaults)
+  + manage Netscape plugins are individual extensions
+  + address gtk_icon_set_render_icon_pixbuf assertions
+  + fix renaming in speed dial with spaces in title
+  + render completion title/ URL side by side with Granite
+  + transparently use Favicon-/ IconDatabase/ file store per WebKit
+  + add TabMoveFirst/ Last hotkeys (without defaults)
+  + drop Hildon support
+  + show URI in 'not responding' dialog
+  + query search engine icons when loading, rather than stupid
+    guesses
+- dropped obsolete midori-fix-build-with-glib-lt-2.32.patch and
+  and midori-0.4.2-workaround-vala-bug.patch
+- added midori-fix-desktop-files.patch in order to fix the desktop
+  files according to openSUSE policy
+
+-------------------------------------------------------------------

Old:
----
  midori-0.4.2-workaround-vala-bug.patch
  midori-0.4.7.tar.bz2
  midori-fix-build-with-glib-lt-2.32.patch

New:
----
  midori-0.4.8.tar.bz2
  midori-fix-desktop-files.patch
  midori-fix-docdir.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ midori.spec ++++++
--- /var/tmp/diff_new_pack.3EKNOC/_old  2013-02-20 09:29:33.000000000 +0100
+++ /var/tmp/diff_new_pack.3EKNOC/_new  2013-02-20 09:29:33.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package midori
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,19 @@
 
 
 Name:           midori
-Version:        0.4.7
+Version:        0.4.8
 Release:        0
 Summary:        Lightweight Webkit-based Web Browser
 License:        LGPL-2.1
 Group:          Productivity/Networking/Web/Browsers
 Url:            http://twotoasts.de/index.php?/pages/midori_summary.html
 Source:         
http://archive.xfce.org/src/apps/%{name}/0.4/%{name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE midori-0.4.2-workaround-vala-bug.patch [email protected] 
-- Works around a prolem with Vala generating a function for string.replace() 
that potentially returns random data
-Patch0:         midori-0.4.2-workaround-vala-bug.patch
-# PATCH-FIX-UPSTREAM midori-fix-build-with-glib-lt-2.32.patch 
[email protected] -- Fix build with glib < 2.32
-Patch1:         midori-fix-build-with-glib-lt-2.32.patch
 # PATCH-FIX-UPSTREAM midori-work-around-vala-storing-uint64-in-pointer.patch 
lp#1053386 [email protected] -- Work around vala trying to store a uint64 in a 
pointer
-Patch2:         midori-work-around-vala-storing-uint64-in-pointer.patch
+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
@@ -53,7 +53,7 @@
 BuildRequires:  pkgconfig(webkit-1.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xscrnsaver)
-BuildRequires:  pkgconfig(zeitgeist-1.0)
+BuildRequires:  pkgconfig(zeitgeist-1.0) >= 0.3.14
 Requires:       %{name}-branding = %{version}
 Recommends:     %{name}-lang = %{version}
 Recommends:     ca-certificates
@@ -101,9 +101,6 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-awk '/^\[/ && $0 != "[Desktop Entry]" { exit } { print }' 
data/midori.desktop.in \
-    >data/midori.desktop.in.new
-mv data/midori.desktop.in.new data/midori.desktop.in
 
 %build
 export CCFLAGS="%{optflags}"
@@ -183,6 +180,7 @@
 %{_datadir}/vala/vapi/history-list.*
 %{_datadir}/vala/vapi/external-download-manager.*
 %{_datadir}/vala/vapi/delayed-load.*
+%{_datadir}/vala/vapi/nsplugin-manager.*
 
 %files branding-upstream
 %defattr(-,root,root)

++++++ midori-0.4.7.tar.bz2 -> midori-0.4.8.tar.bz2 ++++++
++++ 108800 lines of diff (skipped)

++++++ midori-fix-desktop-files.patch ++++++
Index: midori-0.4.8/data/midori-private.desktop.in
===================================================================
--- midori-0.4.8.orig/data/midori-private.desktop.in
+++ midori-0.4.8/data/midori-private.desktop.in
@@ -9,7 +9,6 @@ Exec=midori --private %U
 Icon=midori
 Terminal=false
 StartupNotify=true
-NotShowIn=Pantheon
 X-Osso-Type=application/x-executable
 X-Osso-Service=midori
 
Index: midori-0.4.8/data/midori.desktop.in
===================================================================
--- midori-0.4.8.orig/data/midori.desktop.in
+++ midori-0.4.8/data/midori.desktop.in
@@ -17,18 +17,3 @@ X-Osso-Type=application/x-executable
 X-Osso-Service=midori
 X-Ayatana-Desktop-Shortcuts=TabNew;WindowNew;Private
 
-[TabNew Shortcut Group]
-_Name=New Tab
-Exec=midori -e TabNew
-TargetEnvironment=Unity
-
-[WindowNew Shortcut Group]
-_Name=New Window
-Exec=midori -e WindowNew
-TargetEnvironment=Unity
-
-[Private Shortcut Group]
-_Name=New Private Browsing Window
-Exec=midori --private
-TargetEnvironment=Unity
-
++++++ 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))
++++++ midori-work-around-vala-storing-uint64-in-pointer.patch ++++++
--- /var/tmp/diff_new_pack.3EKNOC/_old  2013-02-20 09:29:34.000000000 +0100
+++ /var/tmp/diff_new_pack.3EKNOC/_new  2013-02-20 09:29:34.000000000 +0100
@@ -1,7 +1,7 @@
-Index: midori-0.4.7/midori/midori-download.vala
+Index: midori-0.4.8/midori/midori-download.vala
 ===================================================================
---- midori-0.4.7.orig/midori/midori-download.vala
-+++ midori-0.4.7/midori/midori-download.vala
+--- midori-0.4.8.orig/midori/midori-download.vala
++++ midori-0.4.8/midori/midori-download.vala
 @@ -88,12 +88,14 @@ namespace Midori {
              }
  

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to