Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libhandy for openSUSE:Factory checked in at 2022-03-23 20:16:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libhandy (Old) and /work/SRC/openSUSE:Factory/.libhandy.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libhandy" Wed Mar 23 20:16:42 2022 rev:24 rq:963622 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libhandy/libhandy.changes 2021-11-20 02:38:25.116923016 +0100 +++ /work/SRC/openSUSE:Factory/.libhandy.new.25692/libhandy.changes 2022-03-23 20:17:40.558438917 +0100 @@ -1,0 +2,51 @@ +Fri Mar 18 21:55:36 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 1.6.1: + + HdyStyleManager: Correctly reset the theme if we're not + overriding it. Fixes switching away from HighContrast. + +------------------------------------------------------------------- +Fri Mar 18 15:02:18 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 1.6.0: + + Fix introspection-related build warnings. + + AdwStyleManager: Make color-scheme work with GTK themes ending + in -dark. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 7 18:20:53 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 1.5.91: + + HdyAvatar: Fix invalid UTF-8 handling. + + HdyStyleManager: Don't disable non-CSS animations during style + changes. + + Fix carousel indicator sizing. + +------------------------------------------------------------------- +Fri Feb 11 13:44:29 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 1.5.90: + + Documentation: + - Port to gi-docgen + - Use "Since: 1.0" for pre-1.0 symbols + - Various cleanups and consistency updates + + Demo: + - Fix keyboard navigation + - Don't make rows containing buttons activatable + - Set minimum width on the view switcher window + + HdyCarousel: Properly remove mouse wheel timer + + HdyClamp: Fix measuring + + HdyKeypad: Fix keyboard navigation + + HdyStyleManager: Properly reset animations after style changes + + HdySwipeTracker: Fix a runtime warning + + HdyTabView: Propagate Alt+[0-9] when trying to switch to the + selected tab + + HdyViewSwitcher: Properly center button labels + + Build and CI cleanups + + Remove unused distro packaging + + Updated translations. +- Replace gtk-doc with pkgconfig(gi-docgen) BuildRequires following + upstreams port. + +------------------------------------------------------------------- Old: ---- libhandy-1.5.0.tar.xz New: ---- libhandy-1.6.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libhandy.spec ++++++ --- /var/tmp/diff_new_pack.3VGPXC/_old 2022-03-23 20:17:41.202439282 +0100 +++ /var/tmp/diff_new_pack.3VGPXC/_new 2022-03-23 20:17:41.210439286 +0100 @@ -1,7 +1,7 @@ # # spec file for package libhandy # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,21 +22,21 @@ %define with_glade 1 Name: libhandy -Version: 1.5.0 +Version: 1.6.1 Release: 0 Summary: A GTK+ library to develop UI for mobile devices License: LGPL-2.1-or-later Group: Development/Libraries/GNOME URL: https://gitlab.gnome.org/GNOME/libhandy -Source0: https://download.gnome.org/sources/libhandy/1.5/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/libhandy/1.6/%{name}-%{version}.tar.xz -BuildRequires: gtk-doc BuildRequires: meson >= 0.49.0 BuildRequires: pkgconfig BuildRequires: vala %if 0%{?with_glade} BuildRequires: pkgconfig(gladeui-2.0) %endif +BuildRequires: pkgconfig(gi-docgen) >= 2021.1 BuildRequires: pkgconfig(gnome-desktop-3.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.1 @@ -94,13 +94,13 @@ %build %meson \ - -Dprofiling=false \ - -Dintrospection=enabled \ - -Dvapi=true \ - -Dgtk_doc=true \ - -Dtests=false \ - -Dexamples=false \ - -Dglade_catalog=%{?with_glade:enabled}%{?!with_glade:disabled} \ + -D profiling=false \ + -D introspection=enabled \ + -D vapi=true \ + -D gtk_doc=true \ + -D tests=false \ + -D examples=false \ + -D glade_catalog=%{?with_glade:enabled}%{?!with_glade:disabled} \ %{nil} %meson_build @@ -122,7 +122,7 @@ %{_libdir}/pkgconfig/libhandy-%{so_major}.pc %dir %{_datadir}/vala/vapi %{_datadir}/vala/vapi/libhandy-* -%{_datadir}/gtk-doc/html/libhandy-%{so_major}/ +%{_datadir}/doc/libhandy-%{so_major}/ %files -n %{typelib} %{_libdir}/girepository-1.0/*.typelib ++++++ libhandy-1.5.0.tar.xz -> libhandy-1.6.1.tar.xz ++++++ ++++ 234566 lines of diff (skipped)