Hello community,

here is the log from the commit of package midori for openSUSE:Factory checked 
in at 2015-09-08 17:44:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/midori (Old)
 and      /work/SRC/openSUSE:Factory/.midori.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "midori"

Changes:
--------
--- /work/SRC/openSUSE:Factory/midori/midori.changes    2015-04-30 
11:50:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.midori.new/midori.changes       2015-09-08 
18:04:52.000000000 +0200
@@ -1,0 +2,63 @@
+Fri Sep  4 08:01:18 UTC 2015 - mailaen...@opensuse.org
+
+- Add switches for Pantheon/Elementary
+
+-------------------------------------------------------------------
+Sun Aug 30 20:34:53 UTC 2015 - lazy.k...@opensuse.org
+
+- Update to 0.5.11.
+  * Add fake theme for built-in icons.
+  * Don't truncate long speed dial titles if there's room to
+    display them.
+  * Fix warnings for -Wformat-security.
+  * Ensure vala knows the prototypes of functions it calls, fixing
+    pointer truncation in tests.
+  * Add unit test to check appmenu/menubar visibility.
+  * Fix last known GTK2 entry placeholder text bugs.
+  * Make sure that only one of appmenu and menubar are visible
+    *initially* as well as when changed.
+  * Move adblock icons to hicolor.
+  * Limit bookmarks panel callbacks to the lifetime of the panel to
+    fix a crash.
+  * Fix fallout (broken bookmarks and history panel search) from
+    tweaks to GTK2 entry placeholder.
+  * Fix property binding to ensure that exactly one of appmenu
+    button and menubar is always visible.
+  * Skip open-with codepath with abp links, they are internal.
+  * Use find_file to locate execinfo.h.
+  * Fix middle/ctrl/normal clicking bookmarks (not folders) in the
+    bookmarkbar.
+  * Add copright header to sanitize_bar.sh.
+  * Adblock fixup: Escape . in filter with \.
+  * Don't shadow variable uri in midori_browser_save_uri.
+  * Switch Adblock icons to 24px color.
+  * Always include app menu in toolbar.
+  * Fix various mis[sing ]annotations and style issues in GIR.
+  * Compile typelib from gir.
+  * Fix assert when resetting webapp state after inactivity reset.
+  * Clean up handling of double-valued db column in Tabby.
+  * Add a comment to explain MidoriBrowser popup callback.
+  * Fix warnings printed when right-clicking resize grip between
+    location and search entries.
+  * Fix menubar warning caused by direct cast instead of `as`.
+  * Helper script for setting up bzr with some usefull plugins and
+    settings.
+  * Stop using Gtk.Entry.max_width_chars.
+  * Avoid deprecated SoupServer API with libsoup 2.48.
+  * Use unowned in foreach loops in Midori.Window.
+  * Use unowned in foreach loops in Midori.Completion.
+  * Use unowned with Adblock.Subscription and Element in foreach
+    loops.
+  * Use unowned strings in foreach loops.
+  * Enable openWith in app mode and make it work with view-new.
+  * Implement Midori.Window class with toolbar/ headerbar.
+  * Drop support for libsoup-gnome-2.4 < 2.37.1.
+  * Make search icons for engines work correctly.
+  * Move to WebKit2 4.0 which broke ABI.
+  * Port to zeitgeist-2.0.
+  * Avoid deprecated GtkDialog API with GTK+2 >= 2.22.
+  * Title case for "Export Certificate" button.
+  * Fix incorrect type of MAX(sorting) in Tabby.
+- Disable zeitgeist support.
+
+-------------------------------------------------------------------

Old:
----
  midori_0.5.10_all_.tar.bz2

New:
----
  midori_0.5.11_all_.tar.bz2

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

Other differences:
------------------
++++++ midori.spec ++++++
--- /var/tmp/diff_new_pack.IcTrKb/_old  2015-09-08 18:04:56.000000000 +0200
+++ /var/tmp/diff_new_pack.IcTrKb/_new  2015-09-08 18:04:56.000000000 +0200
@@ -18,7 +18,7 @@
 
 %define major   1
 Name:           midori
-Version:        0.5.10
+Version:        0.5.11
 Release:        0
 Summary:        Lightweight Webkit-based Web Browser
 License:        LGPL-2.1+
@@ -28,6 +28,16 @@
 Source1:        %{name}.1
 Source99:       baselibs.conf
 Patch0:         midori-fix-plugins.diff
+%if 0%{?with_granite}
+BuildRequires:  pkgconfig(granite)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(javascriptcoregtk-3.0)
+BuildRequires:  pkgconfig(webkitgtk-3.0)
+%else
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(javascriptcoregtk-1.0)
+BuildRequires:  pkgconfig(webkit-1.0)
+%endif
 BuildRequires:  cmake
 BuildRequires:  docutils
 BuildRequires:  fdupes
@@ -39,9 +49,7 @@
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk-doc)
-BuildRequires:  pkgconfig(javascriptcoregtk-1.0)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0)
@@ -49,10 +57,11 @@
 BuildRequires:  pkgconfig(unique-1.0)
 # for valac
 BuildRequires:  pkgconfig(vapigen)
-BuildRequires:  pkgconfig(webkit-1.0)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xscrnsaver)
-BuildRequires:  pkgconfig(zeitgeist-1.0)
+%if 0%{?with_zeitgeist}
+BuildRequires:  pkgconfig(zeitgeist-2.0)
+%endif
 Requires:       %{name}-branding = %{version}
 Recommends:     %{name}-lang
 Recommends:     ca-certificates
@@ -104,7 +113,7 @@
 %lang_package
 
 %prep
-%setup -q -c -n %{name}-%{version}
+%setup -q
 
 %patch0 -p1
 # remove parts that do not conform to the desktop file spec
@@ -127,7 +136,17 @@
 
 %build
 %cmake \
-    -DUSE_APIDOCS=ON
+    -DUSE_APIDOCS=ON \
+%if 0%{?with_granite}
+    -DUSE_GRANITE=ON \
+%else
+    -DUSE_GRANITE=OFF \
+%endif
+%if 0%{?with_zeitgeist}
+    -DUSE_ZEITGEIST=ON
+%else
+    -DUSE_ZEITGEIST=OFF
+%endif
 make %{?_smp_mflags} VERBOSE=1
 
 %install

++++++ midori_0.5.10_all_.tar.bz2 -> midori_0.5.11_all_.tar.bz2 ++++++
++++ 703839 lines of diff (skipped)


Reply via email to