Hello community,

here is the log from the commit of package midori for openSUSE:Factory checked 
in at 2013-04-08 14:54:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-08 
21:16:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.midori.new/midori.changes       2013-04-08 
14:54:37.000000000 +0200
@@ -1,0 +2,50 @@
+Thu Apr  4 22:36:00 UTC 2013 - g...@opensuse.org
+
+- update to version 0.5.0
+  + store --execute arguments in string array
+  + prevent overlay frame from being caught by show_all
+  + unconditionally show Toolbar Style preference
+  + duplicate current URI when reloading Midori.View
+  + update tabs being closable on setting change in Granite
+  + check default_search before setting SearchAction default
+  + populate application chooser button in idle
+  + bail out of completion resizing if cell height is 0
+  + pass proxy to bookmark dialog when editing via menu
+  + tweak bookmark dialog, button to buttons, toggles side by side
+  + move 'Flash windows' option into History List
+  + use light window for Clear Private Data with Granite
+  + use GtkFontButton with filter func with GTK+ 3.2
+  + implement 'Run in debugger' button in diagnostic dialog
+  + add Win32 work-around to History List for modifiers
+  + make toolbar drag/ drop work in GTK+3
+  + check if active form element is input before getting search
+    text
+  + implement direction-based mouse gesture configuration
+  + implement mouse movement, load-failed, crashed, search in
+    WebKit2
+  + add 'Show last crash log' button to diagnostic dialog
+  + make invalid actions fail; exit on error in new process only
+  + accept setting=value and extension=true/ false in --execute
+  + merged cookie permissions as of 2013-03-08
+  + gray out webGL preference if context is unavailable
+  + use browser API to Close Other in view menu item
+  + fix periods to ellipsis in Custom/ Customize Shortcuts
+  + support Colorful Tabs in History List
+  + add Midori.Tab.fg/ bg_color and Midori.View.set_colors
+  + fix word-wrap, #decription and #message in about.css
+  + set view scroll policy to Never to avoid flickering
+  + use XDG_RUNTIME_DIR for temporary files
+  + build Vala and C parts of core separately
+  + don't provide default value for enable-scripts
+  + respect Open new pages: window for Web Search and Open Image
+  + enable-javascript in WebKit1/ 2, macro for (Web)Settings
+  + fix MIDORI_*_VERSION to be integers
+  + fix .desktop file validation unit test and fix errors
+  + 'New tab behavior' preference: about:dial/ new/ search/ home
+    alias URLs
+  + use stripped down XBEL variant for session and trash
+  + allow any proxies supported by libproxy; list supported types
+    in preferences
+- replaced midori-fix-desktop-files.patch with awk script
+
+-------------------------------------------------------------------

Old:
----
  midori-0.4.9.tar.bz2
  midori-fix-desktop-files.patch

New:
----
  midori-0.5.0.tar.bz2

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

Other differences:
------------------
++++++ midori.spec ++++++
--- /var/tmp/diff_new_pack.60bFWe/_old  2013-04-08 14:54:38.000000000 +0200
+++ /var/tmp/diff_new_pack.60bFWe/_new  2013-04-08 14:54:38.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           midori
-Version:        0.4.9
+Version:        0.5.0
 Release:        0
 Summary:        Lightweight Webkit-based Web Browser
 License:        LGPL-2.1
@@ -26,8 +26,6 @@
 Source:         
http://archive.xfce.org/src/apps/%{name}/0.4/%{name}-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM midori-work-around-vala-storing-uint64-in-pointer.patch 
lp#1053386 g...@opensuse.org -- Work around vala trying to store a uint64 in a 
pointer
 Patch0:         midori-work-around-vala-storing-uint64-in-pointer.patch
-# PATCH-FIX-OPENSUSE midori-fix-desktop-files.patch g...@opensuse.org -- Fix 
desktop file according to openSUSE policy
-Patch1:         midori-fix-desktop-files.patch
 BuildRequires:  docutils
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -97,7 +95,23 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
+# remove parts that do not conform to the desktop file spec
+for desktop in data/midori.desktop.in data/midori-private.desktop.in; do
+    awk '
+/^\[Desktop Entry\]/ {
+    d = 1
+    print
+    next
+}
+/^\[/ {
+    d = 0
+    next
+}
+(d == 0) || ($1 ~ /^Actions/) { next }
+{ print }
+' ${desktop} > ${desktop}.tmp && \
+        mv ${desktop}.tmp ${desktop}
+done
 
 %build
 export CCFLAGS="%{optflags}"
@@ -171,7 +185,7 @@
 %files devel
 %defattr(-,root,root)
 %doc %{_datadir}/gtk-doc/html/%{name}
-%{_includedir}/midori-0.4
+%{_includedir}/midori-0.5
 %dir %{_datadir}/vala
 %dir %{_datadir}/vala/vapi
 %{_datadir}/vala/vapi/history-list.*

++++++ midori-0.4.9.tar.bz2 -> midori-0.5.0.tar.bz2 ++++++
++++ 57295 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to