typelib-1_0-Champlain-0_12-0.12.20-150200.3.2.1<>,$DbFp9|{\MS6m46[9$]gf])I%~NsVo?骋Ƹ&ĕ0|M8}h]^kgWtfR:#ff> ?d% 2 d<@LPi       Xu(89:2FGHI X$Y4\h]p^bcgdeflu vwx y("z Ctypelib-1_0-Champlain-0_120.12.20150200.3.2.1Library to display maps -- Introspection bindingsLibchamplain is a C library providing a ClutterActor to display maps. It also provides a Gtk+ widget to display maps in Gtk+ applications. This package provides the GObject Introspection bindings for libchamplain.bFibs-arm-4SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://wiki.gnome.org/Projects/libchamplainlinuxaarch64bFѨbFѰ00cbd011717e9204dafe1dae84fee4b9b3b60cf0be979b494ae7093264d77418d31a9e99938919ce898a25b294b77357f8a86801f0b02d354c16a003352409b5rootrootrootrootlibchamplain-0.12.20-150200.3.2.1.src.rpmtypelib(Champlain)typelib(GtkChamplain)typelib-1_0-Champlain-0_12typelib-1_0-Champlain-0_12(aarch-64)@@    @@@@@@@@@@@@@@@@@@libchamplain-0.12.so.0()(64bit)libchamplain-gtk-0.12.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(Atk)typelib(Champlain)typelib(Clutter)typelib(Cogl)typelib(CoglPango)typelib(GL)typelib(GLib)typelib(GModule)typelib(GObject)typelib(Gdk)typelib(GdkPixbuf)typelib(Gio)typelib(Gtk)typelib(Json)typelib(Pango)typelib(PangoCairo)typelib(cairo)typelib(xlib)3.0.4-14.6.0-14.0-15.2-11.00.121.01.01.01.02.02.02.03.02.02.03.01.01.01.01.02.04.14.1])\{\n\-@ZZm@Y@X@W@WV>@Vf@UU hbjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgbjorn.lie@gmail.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgmgorse@suse.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.org- 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.- Update to version 0.12.19: + Fix incorrect Requires in pc files when using meson. + Various meson-related fixes and cleanups.- 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.- 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.- Modernize spec-file by calling spec-cleaner- 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.- Update to version 0.12.16: + Add possibility to set User-Agent for requests. + Fix touch gesture zoom. + Python demo fixes and cleanups.- 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.- Update to version 0.12.14: + Add support for horizontal map wrapping. + Make the number of parallel connections of network tile source configurable. + Remove Mapquest map source as the tile server is not accessible any more. + Remove Maemo-related code. + Fix small memory leaks. + Bump libsoup dependency requirement to 2.42 and drop deprecated function calls. + Various minor improvements, fixes, depreciaton warning removals and cleanups.- Update to GNOME 3.20 Fate#318572- Update to version 0.12.13: + Implement ChamplainExportable in MarkerLayer and ChamplainPoint. + Avoid runtime warnings due to the use of deprecated API. + Make sure enums are introspectable. + Fix occasional crash when closing map with layers. + Various minor fixes and improvements.- Update to version 0.12.12: + Add possibility to export maps. + Fix map getting blank after some mouse actions. + Fix tile loading at higher zoom levels. + Improve mouse wheel zoom handling.- Update to version 0.12.11: + Improved touch-screen support, pinch-to-zoom. + Add champlain_view_set_world() to limit the world to the specified bounding box. + Various minor fixes.- Update to version 0.12.10: + Improve key-press event handling to better support custom keybindings. + Add a simple demo demonstrating custom keybindings. + Handle CLUTTER_SCROLL_SMOOTH to fix moouse-wheel zooming with newer clutter versions. + Make ChamplainLabel shadow optional. + Emit animation-completed::zoom signal when zoom ends.ibs-arm-4 16488084110.120.120.12.20-150200.3.2.10.12.20-150200.3.2.1Champlain-0.12.typelibGtkChamplain-0.12.typelib/usr/lib64/girepository-1.0/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:23512/SUSE_SLE-15-SP2_Update/fff65dcaac315d01703568d916d55e3d-libchamplain.SUSE_SLE-15-SP2_Updatedrpmxz5aarch64-suse-linuxPR RRR R RRR RRRRRPR RR R RRRRR RRRRRR RRRRݚ:p4mutf-8e8acbf4329cfad932524a71c594b96ee94d5308e0ea90d7b1f5b48dac9248b99? 7zXZ !t/]"k%'CaQK@XDjG+Fg{Ph!Hvazf<9]yfl灄Y~qv%ބ:U0a̱COqX.Ut6^Jh)nQb cG4NS3S)QZjAK8\ub٬ N <$cF#ٿSH8+G>3& 8O5%Wq"meߔ1Ap`]nM  T'}h6(h( M}^&b@<29/=oEy&X( .5Ob ~'В%I^@8jӨA; Tgߛ3GQf=Vy[b nzFP#hْvk,ް'IH)rx YZ