Hello community,

here is the log from the commit of package plank for openSUSE:Factory checked 
in at 2016-03-26 15:28:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plank (Old)
 and      /work/SRC/openSUSE:Factory/.plank.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plank"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plank/plank.changes      2015-10-20 
00:06:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.plank.new/plank.changes 2016-03-26 
18:11:48.000000000 +0100
@@ -1,0 +2,37 @@
+Wed Mar 17 15:07:34 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 0.11.0:
+  * Use non-linear transition in/out of the "zoom" state.
+  * Add docklets support (Clippy, Clock, Desktop, Trash) (lp#731915).
+  * Use GSettings for dock settings (themes and dockitem files
+    remain at their location) (lp#994007).
+  * Consolidate public API (breaks old themes and dockitem files,
+    those are transitioned accordingly if possible).
+  * Add "CascadeHide" theme option.
+  * Don't grab input and abort this drag if DragItem is null
+    (lp#1517897).
+  * Add runtime support for gtk+ 3.19.1+ (lp#1523208).
+  * Show descriptive tooltip for external-dnd actions (lp#1512998).
+  * Update appdata to 0.6+ format.
+  * Hide "Keep in Dock" wile LockItems is enabled (lp#1530963).
+  * Don't apply window-scale-factor twice on foreground-icon-size.
+  * Handle bad LauncherAPI clients which have an insane update-rate
+    (lp#1514201).
+  * Expose API to handle LauncherEntry D-Bus clients.
+  * Expand dock on external-drag without enabled zoom too
+    (lp#1007058).
+  * Drop support for gee-1.0, having gee-0.8 is mandatory now.
+  * Require glib >= 2.40 and gtk+ >= 3.10.
+  * Handle file-monitor moved-event where launcher was target
+    (lp#1522917).
+  * Add "simple and experimental" multi-dock support.
+  * Follow environment's setting whether to show notifications
+    (lp#1523266).
+  * Force SurfaceCache to allow downscale if drawing-time is
+    insanely high (lp#1502429)
+  * Add TooltipsEnabled setting (lp#1553246).
+  * TOUCHPAD devices are able to perform pressure on a barrier too.
+  * Some tweaking of the default themes.
+  * Update translations.
+
+-------------------------------------------------------------------

Old:
----
  plank-0.10.1.tar.xz
  plank-0.10.1.tar.xz.asc

New:
----
  plank-0.11.0.tar.xz
  plank-0.11.0.tar.xz.asc

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

Other differences:
------------------
++++++ plank.spec ++++++
--- /var/tmp/diff_new_pack.xe4lEI/_old  2016-03-26 18:11:49.000000000 +0100
+++ /var/tmp/diff_new_pack.xe4lEI/_new  2016-03-26 18:11:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package plank
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define lname  libplank0
+%define lname  libplank1
 %define _version 1.0
 Name:           plank
-Version:        0.10.1
+Version:        0.11.0
 Release:        0
 Summary:        Elegant, simple, and clean dock
 License:        GPL-3.0+
@@ -41,14 +41,12 @@
 BuildRequires:  pkgconfig(dbusmenu-glib-0.4) >= 0.4
 BuildRequires:  pkgconfig(dbusmenu-gtk3-0.4) >= 0.4
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.26.0
-BuildRequires:  pkgconfig(gdk-x11-3.0) >= 3.4.0
+BuildRequires:  pkgconfig(gdk-x11-3.0) >= 3.10.0
 BuildRequires:  pkgconfig(gee-0.8)
-BuildRequires:  pkgconfig(gio-2.0) >= 2.34
-BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.32.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.32.0
-BuildRequires:  pkgconfig(glib-2.0) >= 2.34
+BuildRequires:  pkgconfig(gio-2.0) >= 2.40
+BuildRequires:  pkgconfig(glib-2.0) >= 2.40
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.34
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.4.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
 BuildRequires:  pkgconfig(libbamf3) >= 0.2.92
 BuildRequires:  pkgconfig(libwnck-3.0)
 BuildRequires:  pkgconfig(x11)
@@ -56,6 +54,7 @@
 BuildRequires:  pkgconfig(xi) >= 1.6.99.1
 Requires:       bamf-daemon >= 0.2.92
 Recommends:     %{name}-lang
+%glib2_gsettings_schema_requires
 
 %description
 Plank is meant to be the simplest dock on the planet. The goal is
@@ -91,7 +90,7 @@
 %setup -q
 
 %build
-autoreconf -fi
+NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static \
   --disable-apport
@@ -106,10 +105,12 @@
 %post
 %icon_theme_cache_post
 %desktop_database_post
+%glib2_gsettings_schema_post
 
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
+%glib2_gsettings_schema_postun
 
 %post -n %{lname} -p /sbin/ldconfig
 
@@ -119,9 +120,11 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING COPYRIGHT HACKING NEWS README
 %{_bindir}/%{name}
+%{_libdir}/%{name}/
 %{_datadir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.*
+%{_datadir}/glib-2.0/schemas/*%{name}.gschema.xml
 %{_mandir}/man?/%{name}.?%{?ext_man}
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/%{name}.appdata.xml

++++++ plank-0.10.1.tar.xz -> plank-0.11.0.tar.xz ++++++
++++ 124823 lines of diff (skipped)


Reply via email to