Hello community, here is the log from the commit of package libhandy for openSUSE:Factory checked in at 2020-09-25 16:23:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libhandy (Old) and /work/SRC/openSUSE:Factory/.libhandy.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libhandy" Fri Sep 25 16:23:32 2020 rev:13 rq:834304 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libhandy/libhandy.changes 2020-09-09 17:47:21.550446911 +0200 +++ /work/SRC/openSUSE:Factory/.libhandy.new.4249/libhandy.changes 2020-09-25 16:26:16.591610991 +0200 @@ -1,0 +2,5 @@ +Wed Sep 9 10:35:43 UTC 2020 - Antoine Belvire <[email protected]> + +- Update to version 1.0.0: No change, only version bump. + +------------------------------------------------------------------- @@ -5,0 +11,21 @@ + +------------------------------------------------------------------- +Sat Sep 5 14:55:30 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Update to version 0.91.0: + + Update HdyComboRow's state when its model is changed. + + Fix padding application in HdyHeaderBar. + + HdyPreferencesWindow: + - Translate the keyval properly to ensure keyboard shortcuts + work with all keymaps. + - Allow closing the window or subpages with the Esc key. + + HdyWindow and HdyApplicationWindow: + - Fix a memory leak when destroying the widget. + - Get the state from the correct style context to avoid a + constant redraw after changing the text direction and before + the window is focused. + - Don't force a 0px border-radius on the window to give more + freedom to elementary. + + Updated translations. +- Disable glade catalogs for the time being: not compatible with + glade 3.37. Old: ---- libhandy-0.90.0.obscpio New: ---- libhandy-1.0.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libhandy.spec ++++++ --- /var/tmp/diff_new_pack.yzPrzF/_old 2020-09-25 16:26:19.911613930 +0200 +++ /var/tmp/diff_new_pack.yzPrzF/_new 2020-09-25 16:26:19.915613934 +0200 @@ -19,9 +19,10 @@ %define so_major 1 %define shlib %{name}-%{so_major}-0 %define typelib typelib-1_0-Handy-%{so_major}_0 +#define with_glade 1 Name: libhandy -Version: 0.90.0 +Version: 1.0.0 Release: 0 Summary: A GTK+ library to develop UI for mobile devices License: LGPL-2.1-or-later @@ -33,7 +34,9 @@ BuildRequires: meson >= 0.49.0 BuildRequires: pkgconfig BuildRequires: vala +%if 0%{?with_glade} BuildRequires: pkgconfig(gladeui-2.0) +%endif BuildRequires: pkgconfig(gnome-desktop-3.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.24.1 @@ -98,7 +101,7 @@ -Dgtk_doc=true \ -Dtests=false \ -Dexamples=false \ - -Dglade_catalog=enabled \ + -Dglade_catalog=%{?with_glade:enabled}%{?!with_glade:disabled} \ %{nil} %meson_build @@ -126,9 +129,11 @@ %files -n %{typelib} %{_libdir}/girepository-1.0/*.typelib +%if 0%{?with_glade} %files -n glade-catalog-libhandy %{_libdir}/glade/modules/*.so %{_datadir}/glade/catalogs/*.xml +%endif %files lang -f %{name}.lang ++++++ _service ++++++ --- /var/tmp/diff_new_pack.yzPrzF/_old 2020-09-25 16:26:19.943613959 +0200 +++ /var/tmp/diff_new_pack.yzPrzF/_new 2020-09-25 16:26:19.943613959 +0200 @@ -2,7 +2,7 @@ <service name="obs_scm" mode="disabled"> <param name="url">https://gitlab.gnome.org/GNOME/libhandy.git</param> <param name="scm">git</param> - <param name="revision">refs/tags/0.90.0</param> + <param name="revision">refs/tags/1.0.0</param> <param name="versionformat">@PARENT_TAG@</param> </service> <service mode="buildtime" name="tar" /> ++++++ libhandy-0.90.0.obscpio -> libhandy-1.0.0.obscpio ++++++ ++++ 4659 lines of diff (skipped) ++++++ libhandy.obsinfo ++++++ --- /var/tmp/diff_new_pack.yzPrzF/_old 2020-09-25 16:26:20.167614157 +0200 +++ /var/tmp/diff_new_pack.yzPrzF/_new 2020-09-25 16:26:20.171614160 +0200 @@ -1,5 +1,5 @@ name: libhandy -version: 0.90.0 -mtime: 1596799857 -commit: c7aaf6f4f50b64ee55fcfee84000e9525fc5f93a +version: 1.0.0 +mtime: 1599567963 +commit: 94313c206258860b2428712e7ece1d02c5177857
