Hello community,

here is the log from the commit of package libdazzle for openSUSE:Factory 
checked in at 2018-10-17 08:15:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdazzle (Old)
 and      /work/SRC/openSUSE:Factory/.libdazzle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdazzle"

Wed Oct 17 08:15:17 2018 rev:11 rq:638508 version:3.30.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdazzle/libdazzle.changes      2018-08-02 
14:50:54.859554015 +0200
+++ /work/SRC/openSUSE:Factory/.libdazzle.new/libdazzle.changes 2018-10-17 
08:15:21.987022554 +0200
@@ -2 +2,84 @@
-Sat Jul 28 09:17:06 UTC 2018 - bjorn....@gmail.com
+Wed Sep 26 11:56:22 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 3.30.1:
+  + Correctness fixes to DzlListModelFilter.
+  + DzlMenuButton now properly hides empty menu sections.
+
+-------------------------------------------------------------------
+Wed Sep 12 20:26:13 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.30.0:
+  + Fix for shift-modifier in keybindings, fixes some issues on
+    AZERTY keyboards.
+  + Added DzlListModelFilter for filtering GListModel using a
+    wrapper model. This has been used in Sysprof for a while now.
+  + DzlApplication will avoid setting the application app menu
+    unless it has been set by the application/plugins.
+
+-------------------------------------------------------------------
+Sun Sep  2 18:40:26 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.29.92:
+  + Fixes to the DzlGraphModel for va_list usage on various
+    architectures.
+  + State machine is a bit more defensive against improper input.
+  + Fullscreen transitions now change the headerbar to be
+    immediately visible after the transition.
+  + A new DzlReadOnlyListModel wrapper has been added which allows
+    developers to create an opaque wrapper around a GListModel.
+- Drop libdazzle-fix-meson-build.patch: fixed upstream.
+- Enable tests run to increase QA of package.
+
+-------------------------------------------------------------------
+Fri Aug 17 00:24:51 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.29.91:
+  + Many leaks have been fixed.
+  + Some memory safety improvements and safe-guards across the
+    library.
+  + Animations of zero-length have been improved. This fixes some
+    long-standing issues for systems where shell/gtk animations
+    were disabled.
+- Add libdazzle-fix-meson-build.patch: fix bindir expanding to
+  /usr/lib rather than /usr/bin.
+
+-------------------------------------------------------------------
+Fri Jul 27 03:29:04 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.29.4:
+  + Add various missing object _new() functions
+  + ApplicationWindow ref count fixes when doing fullscreen
+    transitions
+  + Preferences layout tweaks to allow for stackswitcher use.
+  + A new DzlDockItem::presented signal that can be used to track
+    when a dock item has been displayed by its relative container.
+  + Transient grab improvements with dock panels.
+  + A correctness fix in the action muxer.
+  + A leak was fixed in the bolding label's use of pango
+    attributes.
+  + DzlSuggestion gained new API for acquiring GIcon or
+    cairo_surface_t
+- Changes from version 3.29.3:
+  + Various fixes due to increased warnings in GCC.
+  + Preferences can now optionally use stackswitcher instead of
+    stacksidebar.
+  + Animation uses g_signal_connect_object() to simplify lifecycle
+    tracking.
+  + CPU graph model now re-uses FDs and parse buffers.
+  + Realtime graphs now try harder to detect when the widget is
+    obscured to reduce overhead in that situation.
+  + GCancellable chaining tries harder to release state struct.
+  + A number of improvements to be more defensive.
+
+-------------------------------------------------------------------
+Fri Jul 27 03:29:01 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.29.1:
+  + DzlListBox allows ellipsis control in GtkBuilder interfaces.
+  + DzlThemeManager avoids creating CSS providers when no resources
+    were found within the given path.
+  + Various fixes to the shortcut engine to closer match gtk.
+  + Various GObject Introspection fixes.
+
+-------------------------------------------------------------------
+Fri Jul 27 03:28:05 UTC 2018 - bjorn....@gmail.com
@@ -19,0 +103 @@
+

Old:
----
  libdazzle-3.28.5.tar.xz

New:
----
  libdazzle-3.30.1.tar.xz

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

Other differences:
------------------
++++++ libdazzle.spec ++++++
--- /var/tmp/diff_new_pack.utfCQb/_old  2018-10-17 08:15:22.571022294 +0200
+++ /var/tmp/diff_new_pack.utfCQb/_new  2018-10-17 08:15:22.571022294 +0200
@@ -12,19 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           libdazzle
-Version:        3.28.5
+Version:        3.30.1
 Release:        0
 Summary:        Collection of fancy features for GLib and Gtk+
 License:        GPL-3.0-or-later AND LGPL-2.1-or-later
 Group:          Development/Tools/Other
 URL:            https://gitlab.gnome.org/GNOME/libdazzle
-Source0:        
http://download.gnome.org/sources/libdazzle/3.28/%{name}-%{version}.tar.xz
-
+Source0:        
http://download.gnome.org/sources/libdazzle/3.30/%{name}-%{version}.tar.xz
 BuildRequires:  gtk-doc
 BuildRequires:  meson
 BuildRequires:  pkgconfig
@@ -84,7 +83,7 @@
 This package provides the development files, and its documentation, for 
libdazzle.
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
 %meson \
@@ -99,6 +98,9 @@
        %{nil}
 %meson_build
 
+%check
+%meson_test
+
 %install
 %meson_install
 

++++++ libdazzle-3.28.5.tar.xz -> libdazzle-3.30.1.tar.xz ++++++
++++ 6893 lines of diff (skipped)


Reply via email to