Changelog for
libchamplain-0_12-0-0.12.21-137.9.x86_64.rpm :
* Thu Jan 19 2023 Bjørn Lie
- Update to version 0.12.21: + Add libsoup3 HTTP backend. + Minor fixes.- Drop 91a9e41fed6269637da52d5f88699782a940b198.patch: Fixed upstream.- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0) BuildRequires following upstreams port.
* Wed Jan 19 2022 Bjørn Lie - Add 91a9e41fed6269637da52d5f88699782a940b198.patch: g-i: Annotate champlain_layer_set_view to allow NULL as view.
* Tue Oct 29 2019 Bjørn Lie - Update to version 0.12.20: + Remove autotools-based build and all the related files. + Fix gtk-doc module name. + Add missing gdk required dependency. + Make the build reproducible.
* Sun Mar 03 2019 Bjørn Lie - Update to version 0.12.19: + Fix incorrect Requires in pc files when using meson. + Various meson-related fixes and cleanups.
* Thu Feb 21 2019 bjorn.lieAATTgmail.com- Update to version 0.12.18: + Fix incorrect so version when using meson. + Avoid exporting marshaler functions by dropping the use of glib-genmarshal and using the generic marshaler instead. + Don\'t use glib-mkenums for champlain-gtk where it\'s not needed.- Changes from version 0.12.17: + Use of meson build system, CI tests and automatized generation of documentation. + Various map wrapping fixes. + Pass data as uint8 pointer in champlain_renderer_set_data() and make this function introspectable. + Bump versions of some dependencies - clutter (1.24), glib (2.38) - and fix depreciation warnings. + Use https for all map sources that support it. + Don\'t version-control generated vapi files. + Combine champlain and champlain-gtk documentations into one. + More helpful README.md with links to pages related to libchamplain. + Various housekeeping and cleanups.- Drop patch fixed upstream: libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch.- Switch to meson build system, add meson BuildRequires and macros.
* Thu Jan 03 2019 bjorn.lieAATTgmail.com- No longer build mephis support: Drop memphis-devel BuildRequires, memphis upstream is dead and gone from the web for several years. libchamplain upstream have disabled mephis support in git 5 years ago, so we should not build it either. Pass --disable-memphis to configure to be ensure we do not.- Pkgconfigify spec, align with what configure checks for: + Drop clutter-devel, clutter-gtk-devel, gtk3-devel, libsoup-devel, sqlite3-devel and vala BuildRequires. + Add pkgconfig, pkgconfig(cairo), pkgconfig(clutter-1.0), pkgconfig(clutter-gtk-1.0), pkgconfig(gdk-3.0), pkgconfig(gio-2.0), pkgconfig(glib-2.0), pkgconfig(gobject-2.0), pkgconfig(gtk+-3.0), pkgconfig(libsoup-2.4), pkgconfig(sqlite3) and pkgconfig(vapigen) BuildRequires.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Sun Jan 28 2018 bjorn.lieAATTgmail.com- Add libchamplain-Fix-wrapping-champlain_view_x_to_longitude.patch: Fix wrapping in champlain_view_x_to_longitude. Previous implementation assumed that after using x_to_wrap_x further wrapping would be needed only if x + priv->viewport_x >= width.- Do minor spec cleanup, use autosetup, make_build and make_install macros, drop obsolete and unused BUILD_FROM_VCS conditional gnome-common and gtk-doc BuildRequires and autogen.sh call.
* Wed Sep 06 2017 dimstarAATTopensuse.org- Update to version 0.12.16: + Add possibility to set User-Agent for requests. + Fix touch gesture zoom. + Python demo fixes and cleanups.
* Wed Mar 08 2017 zaitorAATTopensuse.org- Update to version 0.12.15: + Fix path layer surface exporting when no clone is visible. + Fix printing in gnome-maps. + Fix build on RHEL 7.3. + Minor example updates.