Hello community, here is the log from the commit of package libdazzle for openSUSE:Factory checked in at 2018-03-14 19:33:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdazzle (Old) and /work/SRC/openSUSE:Factory/.libdazzle.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdazzle" Wed Mar 14 19:33:13 2018 rev:6 rq:586731 version:3.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libdazzle/libdazzle.changes 2018-02-03 15:39:27.749890634 +0100 +++ /work/SRC/openSUSE:Factory/.libdazzle.new/libdazzle.changes 2018-03-14 19:33:14.997536497 +0100 @@ -1,0 +2,127 @@ +Wed Mar 14 04:27:55 UTC 2018 - [email protected] + +- Update to version 3.28.0: + + DzlRecursiveFileMonitor will now translate symlink root + directories up-front to increase the chance that the GFile you + see will match GFile in other GIO based API. + + dzl_g_date_time_format_for_display() now uses the new %OB + format present in glib 3.56. +- Update URL tag to https://gitlab.gnome.org/GNOME/libdazzle: the + closest thing to a web page. + +------------------------------------------------------------------- +Mon Mar 5 13:06:34 UTC 2018 - [email protected] + +- Update to version 3.27.92: + + Improvements to animation frame timings to more closely match + upstream changes in Gtk. + + DZL_DEFINE_ACTION_GROUP macro will now set initial action + state. + + ElasticBin will avoid animating when duration is 0. + +------------------------------------------------------------------- +Wed Feb 28 16:34:12 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- +Wed Feb 21 16:25:29 UTC 2018 - [email protected] + +- Update to version 3.27.91: + + libdazzle now properly sets the default ABI visibility for + symbols so that symbols without DZL_AVAILABLE_IN_* macros are + not exported. + + DzlTab now supports tooltips using the tab's title. + + Various gtk-doc generation issues have been fixed. + + DzlGraphModel now provides an accessor to get the column count. + + Some fixes for pedantic compiler warnings. +- Update license tag to SPDX-3.0: + GPL-3.0-or-later AND LGPL-2.1-or-later. + +------------------------------------------------------------------- +Mon Feb 5 12:44:48 UTC 2018 - [email protected] + +- Update to version 3.27.90: + + Further protections to ensure we don't follow symlinks in the + directory reaper. + + DzlSignalGroup now uses GWeakRef. Additionally, it allows + objects to invalidate closures instead of doing weak-ref + tracking. This should improve a number of situations. + +------------------------------------------------------------------- +Sat Feb 3 03:27:05 UTC 2018 - [email protected] + +- Update to version 3.27.5: + + A memory leak in the fuzzy index builder was fixed. + + DzlTab now properly sinks a variant floating ref. + + Various memory leak fixes in DzlTree and associated objects. + + The shortcut manager now properly activates mnemonics. + + Signal group ties to be more flexible with re-entrancy + situations. + + DirectoryReaper and FileTransfer attempt to be more defensive + against following through symlinks. + +------------------------------------------------------------------- +Sat Feb 3 03:27:04 UTC 2018 - [email protected] + +- Update to version 3.27.4: + + DzlTree has gained a number of improvements for dynamically + styling tree nodes. + + DzlMultiPaned gained a helper to locate a widget at an X,Y + coordinate. + + Various memory leak fixes in shortcuts and unit tests. + + DzlListBox allows setting the number of rows to recycle. + This may improve performance in some situations. + + A new cancellation chain helper that can be used until + g_cancellable_chain() lands upstream. When that happens, + this will wrap that API, or be removed in case it lands in 2.56. + + DzlTree gained support for inserting a child at a specific + position. + + Fixes for: API deprecations in Gdk and main thread assertions + on Linux. +- Update package description turning it impersonal. + +------------------------------------------------------------------- +Sat Feb 3 03:27:03 UTC 2018 - [email protected] + +- Update to version 3.27.3: + + A new DzlRecursiveFileMonitor for recursive file monitors. + + Fixes for age comparison in directory reaper. + + Improvements to legacy activation in shortcuts. + + Avoid potential spinning in progress-menu-button. + + DzlFileTransfer is a new high-level API to help in copying or + moving directory trees. + + DzlTreeBuilder has broken ABI this cycle and gained padding to + help us avoid breaking ABI in the future. Those who only use it + from signals and dzl_tree_builder_new() are not effected by + this alone. + + DzlTreeBuilder has also added build-children signal so that it + can disambiguate between building nodes and creating children + in a lazy tree. This does, unfortunately, break existing code + as it needs to switch to using build-children. + +------------------------------------------------------------------- +Sat Feb 3 03:27:02 UTC 2018 - [email protected] + +- Update to version 3.27.2: + + A performance improvement to CSS and resource loading by + ensuring resource directory paths are suffixed with a /. + + Use export macros instead of linker script to simplify ABI + conformance on alternative platforms. + + Add missing dzl_preferences_view_new() symbol. + + Various gobject introspection annotation fixes. + + Use g_build_path() when appropriate. + + Add dzl_state_machine_is_state() for checking the current + state. +- Add gio-2.0 and gmodule-2.0 pkgconfig BuildRequires: they were + already being pulled with pkgconfig(glib-2.0) BuildRequires and + used since they all live in the same devel package. + +------------------------------------------------------------------- +Sat Feb 3 03:27:01 UTC 2018 - [email protected] + +- Update to version 3.27.1: + + actions: add DZL_DEFINE_ACTION_GROUP() for creating action + groups. + +------------------------------------------------------------------- @@ -119,0 +247,2 @@ + + Old: ---- libdazzle-3.26.3.tar.xz New: ---- libdazzle-3.28.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdazzle.spec ++++++ --- /var/tmp/diff_new_pack.Q9Cgof/_old 2018-03-14 19:33:16.241492318 +0100 +++ /var/tmp/diff_new_pack.Q9Cgof/_new 2018-03-14 19:33:16.257491750 +0100 @@ -17,26 +17,28 @@ Name: libdazzle -Version: 3.26.3 +Version: 3.28.0 Release: 0 Summary: Collection of fancy features for GLib and Gtk+ -License: GPL-3.0+ AND LGPL-2.1+ +License: GPL-3.0-or-later AND LGPL-2.1-or-later Group: Development/Tools/Other -Url: https://git.gnome.org/browse/libdazzle/ -Source0: http://download.gnome.org/sources/libdazzle/3.26/%{name}-%{version}.tar.xz +URL: https://gitlab.gnome.org/GNOME/libdazzle +Source0: http://download.gnome.org/sources/libdazzle/3.28/%{name}-%{version}.tar.xz BuildRequires: gtk-doc BuildRequires: meson BuildRequires: pkgconfig +BuildRequires: pkgconfig(gio-2.0) >= 2.55.0 BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(vapigen) %description This library is a companion library to GObject and Gtk+. -It provides various features that we wish were in the underlying -library but cannot for various reasons. In most cases, they are -wildly out of scope for those libraries. In other cases, our design +It provides various features that are wished in the underlying +library but are not for various reasons. In most cases, they are +wildly out of scope for those libraries. In other cases, the design isn't quite generic enough to work for everyone. %package -n libdazzle-1_0-0 @@ -45,12 +47,12 @@ %description -n libdazzle-1_0-0 This library is a companion library to GObject and Gtk+. -It provides various features that we wish were in the underlying -library but cannot for various reasons. In most cases, they are -wildly out of scope for those libraries. In other cases, our design +It provides various features that are wished in the underlying +library but are not for various reasons. In most cases, they are +wildly out of scope for those libraries. In other cases, the design isn't quite generic enough to work for everyone. -This package provides the library file for libdazzle. +This package provides the libdazzle shared library. %package -n typelib-1_0-libdazzle-1_0 Summary: Collection of fancy features for GLib and Gtk+ -- Introspection bindings @@ -58,9 +60,9 @@ %description -n typelib-1_0-libdazzle-1_0 This library is a companion library to GObject and Gtk+. -It provides various features that we wish were in the underlying -library but cannot for various reasons. In most cases, they are -wildly out of scope for those libraries. In other cases, our design +It provides various features that are wished in the underlying +library but are not for various reasons. In most cases, they are +wildly out of scope for those libraries. In other cases, the design isn't quite generic enough to work for everyone.. This package provides the GObject Introspection bindings for libdazzle. @@ -73,16 +75,18 @@ %description devel This library is a companion library to GObject and Gtk+. -It provides various features that we wish were in the underlying -library but cannot for various reasons. In most cases, they are -wildly out of scope for those libraries. In other cases, our design +It provides various features that are wished in the underlying +library but are not for various reasons. In most cases, they are +wildly out of scope for those libraries. In other cases, the design isn't quite generic enough to work for everyone. -- Development Files +This package provides the development files, and its documentation, for libdazzle. + %prep %autosetup %build -%{meson} \ +%meson \ -Denable_tracing=false \ -Denable_profiling=false \ -Denable_rdtscp=false \ @@ -92,26 +96,27 @@ -Denable_gtk_doc=true \ -Denable_tests=false \ %{nil} -%{meson_build} +%meson_build %install -%{meson_install} +%meson_install %post -n libdazzle-1_0-0 -p /sbin/ldconfig %postun -n libdazzle-1_0-0 -p /sbin/ldconfig %files +%doc NEWS README.md %{_bindir}/dazzle-list-counters %files -n libdazzle-1_0-0 -%doc COPYING +%license COPYING %{_libdir}/libdazzle-1.0.so.* %files -n typelib-1_0-libdazzle-1_0 %{_libdir}/girepository-1.0/Dazzle-1.0.typelib %files devel -%doc AUTHORS CONTRIBUTING.md NEWS README.md +%doc AUTHORS CONTRIBUTING.md %doc %{_datadir}/gtk-doc/html/libdazzle/ %{_includedir}/libdazzle-1.0/ %{_datadir}/gir-1.0/Dazzle-1.0.gir ++++++ libdazzle-3.26.3.tar.xz -> libdazzle-3.28.0.tar.xz ++++++ ++++ 13358 lines of diff (skipped)
