libgtkmm-3_0-1-32bit-3.24.6-150400.3.3.1<>,ch\p9|7TBk$9`0tp-\O\T>j5S]Skz8cv,4J|xl(f?iȮZ\@>>b?bd + X`dlp ( 0 8 H    4Xh @  (8 &9&: &>^QG^\H^lI^|X^Y^\^]^^_b_&c_d`ee`jf`ml`ou`v`waxaya/bbbbClibgtkmm-3_0-1-32bit3.24.6150400.3.3.1C++ Interface for GTK3 (a GUI library for X)Gtkmm provides a C++ interface to the GTK+ GUI library. gtkmm3 wraps GTK+ 3. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces.ch\sheep66K0SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttps://www.gtkmm.org/linuxx86_64/sbin/ldconfigLFAch\ch\ch\ch\1990f1728310106f626b74905b4784201baf3041d07a657fd34bc26945e44a2e6f16b353958297967233ca4f2acfd01cae57c1c8cae85c6e071a568f1302e8d1libgdkmm-3.0.so.1.1.0libgtkmm-3.0.so.1.1.0rootrootrootrootrootrootrootrootgtkmm3-3.24.6-150400.3.3.1.src.rpmlibgdkmm-3.0.so.1libgtkmm-3.0.so.1libgtkmm-3_0-1-32bitlibgtkmm-3_0-1-32bit(x86-32)@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/shlibatkmm-1.6.so.1libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcairomm-1.0.so.1libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libgdk-3.so.0libgdk_pixbuf-2.0.so.0libgdkmm-3.0.so.1libgiomm-2.4.so.1libglib-2.0.so.0libglibmm-2.4.so.1libgobject-2.0.so.0libgtk-3.so.0libm.so.6libm.so.6(GLIBC_2.0)libpangomm-1.4.so.1libsigc-2.0.so.0libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(CXXABI_1.3.8)libstdc++.so.6(GLIBCXX_3.4)libstdc++.so.6(GLIBCXX_3.4.15)libstdc++.so.6(GLIBCXX_3.4.21)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3bq@a $@`S@_@]@]@\+@\ZYYMXEVW$W;WWq@WPWW@VVV޾VVzV\:@V UU@U@U@U?UmUv@UQT@TTT@emilyyrose@gmail.comdimstar@opensuse.orgdimstar@opensuse.orgbjorn.lie@gmail.comfcrozat@suse.combjorn.lie@gmail.combjorn.lie@gmail.combjorn.lie@gmail.comdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgjengelh@inai.dedimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgmgorse@suse.comzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdamjanovic.ivo@gmail.comzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgbadshah400@gmail.comzaitor@opensuse.org- Update to version 3.24.6: + GTK: TreeValueProxy: Declare copy constructor = default, avoiding warnings from the claing++ compiler. + Object::_release_c_instance(): Unref orphan managed widgets. + SizeGroup demo: Set active items in the combo boxs, so something is shown. + Build with Meson: MSVC build: Support Visual Studio 2022. + Specify 'check' option in run_command(). + Check if Perl is required for building documentation. + Don't use deprecated python3.path() and execute (..., gui_app...).- Update to version 3.24.5: + Gtk: TreeValueProxy: Mark the copy assignment operator as deleted. + Build: - Meson build: Use relative paths to untracked/. - [gdk|gtk]mmconfig.h.*: Don't dllimport on MinGW. - Meson build: Make it possible to use gtkmm as a subproject. - Meson build: No implicit_include_directories. - MSVC build: Gtk::TreeModelColumnRecord: Export class selectively.- Update to version 3.24.4: + The 'GTKMM_API' decoration was missed from the '_WRAP_COMPARE' item, making the code fail to link for Inkscape on Windows.- Update to version 3.24.3: + Gtk: Actionable::get_action_target_value(): Fix ref count + Documentation: - Improve the documentation of Gtk::Application::add_window() and Gtk::Window::set_application() - Gtk::Button::set_image(): Fix the documentation - Gtk::TreeView::append_column(): Add code example - README: Add instructions for building gtkmm - Explain key values + Demos: - Don't use C++14 auto deduction - Update the GLArea demo (similar to updates in gtk+) - GLArea demo: Fix a crash + Tests: Builder test: Test derived props declared in C++ + Build: - Improve NMake support - Fix Autotools build with X11 backend disabled (--enable-x11-backend=no) - Use __declspec(dllexport) when building with Visual Studio - Add support for building gtkmm with Meson - docs/reference/: Update for Doxygen >= 1.8.16 - Add meson BuildRequires and macros following upstreams port. - Add graphviz BuildRequires (needed for documentation build now) and replace gcc-c++ with generic c++_compiler BuildRequires.- Update BuildRequires: pkgconfig(atkmm-1.6) >= 2.24.2; pkgconfig(giomm-2.4) >= 2.54.0.- Update to version 3.24.2: + Gdk: - Window::create_similar_surface(): Fix a memory leak. - Suppress warnings from deprecated GTimeVal in PixbufAnimation::get_iter() and PixbufAnimationIter::advance(). + Gtk: Fix memory leaks in IconTheme::list_icons(), IconView::get_selected_icons() and RecentManager::get_items(). + Documentation: Gtk::Builder: Describe how to use it together with Glib::Property. + Demos: Fix the source code listing.- Update to version 3.24.1: + Gdk: RGBA::set_hsv(): Properly interpret hue 360° as red. + Documentation: - Gtk::FileFilter: Several improvements of the documentation. - Gtk::Builder: Don’t use @retval on out args, use @param[out]. + Tests: Add test of Gdk::RGBA.- Update to version 3.24.0: + Gtk::FileChooserDialog: Allow constructing with use-header-bar. This is a construct-only property, so it must be specified in a constructor. - Changes from version 3.22.3: + Gdk: Deprecate screen_width(), screen_height(), screen_width_mm(), screen_height_mm(), flush(). + Gtk: - CellRendererPixbuf: Fix property_surface(). - AboutDialog: Fix ref count in get_logo(). - MenuItem: add_accel_label(): Make sure accelator keys are shown. - Settings: Undeprecate property_gtk_cursor_blink(), property_gtk_cursor_blink_time(), property_gtk_cursor_blink_timeout(), property_gtk_entry_password_hint_timeout(). + Demos: Update some demo programs. + Build: Replace the Visual Studio project files with MSVC NMake project files.- Modernize spec-file by calling spec-cleaner- Update to version 3.22.2: + Gtk: - Editable, RecentChooser, Scale: Fix memory leaks (bgo#783360). - PrintJob: Fix a call to Glib::throw_exception(). + Documentation: Gdk::RGBA: Update ctor(ustring) docs from GTK+ (bgo#784483).- Update to version 3.22.1: + Gtk: - Container: Deprecate the child property. The underlying C property was deprecated in GTK+ 3.22.2 (bgo#773642). - FileChooserDialog: Deprecate the constructors that take a backend parameter. - Menu: Deprecate popup(). The underlying C functions were deprecated in GTK+ 3.22.2 (bgo#773642). - Widget: . Deprecate is_composited() and signal_composited_changed(). The underlying C functions were deprecated in GTK+ 3.22.3. . Deprecate drag_dest_set_proxy(). The underlying C functions was deprecated in GTK+ 3.22.3 (bgo#773642). . Window: Deprecate set_wmclass(). The underlying C functions was deprecated in GTK+ 3.22.2 (bgo#773642). + Gdk: - Screen: Deprecate get_number(), get_width(), get_height(), get_width_mm(), get_height_mm(), make_display_name(), get_n_monitors(), get_primary_monitor(), get_monitor_geometry(), get_monitor_workarea(), get_monitor_at_point(), get_monitor_at_window(), get_monitor_width_mm(), get_monitor_height_mm(), get_monitor_plug_name(), get_monitor_scale_factor(), get_active_window(). The underlying C functions were deprecated in GTK+ 3.22.2 (bgo#773642). - Visual: Deprecate get_system(), get_best(), get_best_depth(), get_best_type(). The underlying C functions were deprecated in GTK+ 3.22.3 (bgo#773642). - Window: . Deprecate process[_all]_updates().The underlying C functions were deprecated in GTK+ 3.22.7. . Deprecate set_background(), get_background_pattern(), set_debug_updates(). The underlying C functions were deprecated in GTK+ 3.22.2. + Documentation: - Box: Correct the constructor documentation. - CellLayout: Improve docs of get_first_cell() funcs. - Frame: Fix the documentation of set_label_align() (bgo#774249). - Label: Improve h/valign constructor documentation and improve the parameter names (bgo#774652). - TreeModel: Improve docs of foreach*() functions. - Minor cleanup of examples and demos. - demo: Don't call Notebook::remove_page() with invalid index. + Build: - Update the Visual Studio builds. - GtkMainConnectionNode: Remove unused method.- Rectify RPM groups and replace old macros.- Update to version 3.22.0: + No changes compared to 3.21.6.- Update to version 3.21.6: + Gtk: - FileChooser: Added add_choice(), remove_choice(), set_choice(), get_choice(). - Menu: Add popup_at_rect(), popup_at_widget(), popup_at_pointer(), signal_popped_up(), and the anchor_hints, rect_anchor_dx, rect_anchor_dy, and menu_type_hint properties. - Popover: Add popup() and popupdown(), deprecating get/set_transitions_enabled(). - RadioMenuItem, RadioToolButton: Add join_group() (bgo#769374). - ScrolledWindow: . Added get/set_max_content_height/width() and properties. . Added get/set_propagate_natural_height/width() and the properties. - Add the ShortcutLabel widget. - TreeNodeChildren: Deprecate the reverse iterator (bgo#554889). + Gdk: - Pixbuf: Added set_option(), remove_option(), and copy_options(). - PixbufFormat: Added is_save_option_supported(). + Documentation: Gtk::Clipboard::wait_for_uris(): Fix the documentation.- Update to version 3.21.4: + Gtk: - ApplicationWindow: Add a correct wrap() method, deprecating the incorrect one (bgo#767951). - FlowBox, ListBox: Add bind_model() and bind_list_store() (bgo#755149). - UIManager, ActionGroup, RadioAction, RecentAction, ToggleAction: Deprecated, as in the C GTK+ API (bgo#768573). + Build: Fix silent builds (bgo#768797).- Update to version 3.21.3: + Gtk: - AppChooserDialog, FontChooserDialog: Add _UNMANAGEABLE. - ScrolledWindow: Deprecate remove_with_viewport() (bgo#685739). - SizeGroup: Deprecate set/get/property_ignore_hidden(). - Widget: Deprecate send_expose(). - Window: Deprecate begin_paint_rect(), begin_paint_region(), end_paint() and create_cairo_context(). Add begin_draw_frame() and end_draw_frame() which use the new Gdk::DrawingContext. + Gdk: Add DrawingContext. + Build: Visual Studio builds: Update gdkmm project.- Update to version 3.21.2: + Gdk: - Clipboard: Add get_selection(). - Device: Add get_axes(), signal_changed() and many properties. - Display: . Add methods and signals related to Gdk::Monitor. . Deprecated get_screen(). - GLArea: Add set/get_use_es() and property. - GLContext: Add set/get_use_es(). - Add Monitor. - ShortscutsShortcut: Add "action-name" property. - Visual: Deprecate get_byte_order(), get_colormap_size(), and get_bits_per_rgb(). - Window: create_gl_context() and signal_create_context(): Correct the reference counting. + Gtk: - IconInfo, PaperSize, TextIter, TreeIter, TreePath, TreeRowReference: Deprecated operator void*, replacing it with explicit operator bool. - PrintSettings: Make create_*() from public, not protected. - TreeView: _auto_store_on_cellrenderer_text_edited_numerical(): Catch the exception from std::stod(). This is a regression since version 3.17.80.- Update to GNOME 3.20 Fate#318572- Update to version 3.20.1: + Gtk: TreeView: _auto_store_on_cellrenderer_text_edited_numerical(): Catch exception (bgo#765044).- Update to version 3.20.0: + No major changes compared to 3.19.12.- Update to version 3.19.12: + Gtk: - CellRendererProgress:_property_renderable(): Avoid infinite loop. - CellrendererToggle: Deprecate property_indicator_size(). - ColorButton: Add property_show_editor(). - Container: Deprecate property_resize_mode(). - Entry: Deprecate property_shadow_type(). - Expander: Deprecate property_spacing(). - PlacesSidebar: . Deprecate property_show_other_locations(). . Add property_show_other_locations_with_flags(), signal_mount() and signal_unmount(). - Settings: Add property_gtk_keynav_use_caret(). - StyleContext: Deprecate property_direction(). - TextView: Add reset_cursor_blink(). + Build: - Fix "make check" after sigc::mem_fun(pointer, func) was deprecated. - MSVC builds: Update for shortcuts widgets. - MSVC builds: Look for headers in include/gio-win32-2.0 as well.- Update to version 3.19.11: + Gtk: - AccelLabel: Ad get_accel(). - ApplicationWindow: Add set/unset/get_help_overlay(). - Builder: Make get_widget_derived() a variadic template, forwarding its arguments to the constructor of the derived class (bgo#134161). - GestureLongPress: Add property_delay_factor(). - Popover: Add PopoverConstraint enum and set/get/property_constrain_to(). - Range: Deprecate get/set_min_slider_size(). - Stack: Add set/get/property_interpolate_size(). - StackSwitcher: Add property_icon_size(). - Settings: Add reset_property() and property_gtk_titlebar_double_click/middle_click/ right_click(). - Add Shortcuts* widgets, such as ShortcutsWindow. - TextTag: Add tag_changed() and property_strikethrough_rgba/ strikethrough_rgba_set/underline_rgba/underline_rgba_set/ font_features/font_features_set(). - TextView: Add set/get/property_top_margin() and set/get/property_bottom_margin(). - Replace deprecated Glib::ScopedPtr with make_unique_g_free(). + Gdk: - Add GLContext::is_legacy(). - Seat: Add get_slaves() (bgo#759806). - Window: Deprecate parse_geometry() and set_default_geometry(). + Updated Documentation (bgo#759806). + Build: Visual Studio builds: Update gdkmm project for GdkSeat.- Update to version 3.19.6: + Gtk: - TextIter: Add starts_tag(), deprecate begins_tag(). - TreeView: Fix a crash in get_tooltip_context_path() (bgo#760030). + Gdk: - Add Gdk::Seat (bgo#759806). - Device: . Add get_seat(). . Deprecate grab() and ungrab(). - DeviceManager, Display: Add and deprecate (bgo#759806). - DeviceManager: Deprecate list_devices() and get_client_pointer() (bgo#759806). - Display: . Deprecate get_device_manager(). . Add list_seats(), get_default_seat(), signal_seat_added() and signal_seat_removed() (bgo#759806).- Update to version 3.19.5: + Gtk: - Button: Deprecate get/set_focus_on_click() and property. - ComboBox: Deprecate get/set_focus_on_click() and property. - FileChooserButotn: Deprecate set/get_focus_on_click() and property. - Widget: Add set/get/property_focus_on_click(), set/unset/get_font_options(), set/get_font_map(), queue_allocate(), get_allocated_size(). - Window: Deprecate resize_to_geometry(). + Gdk: Screen::get_font_options(): Really take a copy. + Build: - Remove #ifdefs with obsolete GLIBMM_*_ENABLED constants. - Demos, tests: Use nullptr instead of 0. - Gtk: Use nullptr instead of 0. - Gdk: Use nullptr instead of 0. - Menushell, Widget: Use noexcept on the destructor implementation to match the generated declaration (bgo#759263, bgo#759262).- Update to version 3.19.3: + Gdk::Rectangle: Add operator==(). + C++11: Use of the override keyword.- Update to version 3.18.0: + Gtk::Object (and Gtk::Widget): Add dont_allow_use_in_glib_refptr_. + Gtk::TreeView, TreeViewColumn: Deprecate SlotCellData, add SlotTreeCellData (bgo#657844). + Gdk::Cursor, Pixbuf, Window: Fix use of Cairo::xxx in namespace Gd (bgo#755061). + MSVC build fixes.- Update to version 3.17.90: + Gtk: - Entry: Add grab_focus_without_selecting() - LevelBar: Add set_orientation() (bgo#752568). + Notebook: Add detach_tab(). + Overlay: - Add reorder_overlay() and get/set_overlay_pass_through(). - Add child properties. + Paned: Add get/set_wide_handle() and property. + PaperSize: Add is_ipp(). + Window: Add fullscreen_on_monitor(). + Build: - MSVC Build improvements. - MSVC Build: Require MSVC .Net 2013 for C++11 support. - Add pkgconfig(epoxy) BuildRequires: New optional dependency.- Updated to version 3.17.80: + Rebuilt with latest glibmm, whose gmmproc generates C++ move operations. + C++11: - Add move operations to widget classes. - Point, TimeCoord: Add move operations. - Mark all _CLASS_OPAQUE_REFCOUNTED classes as final. - Use std::stod() instead of std::strtod() and Use std::stoi() instead of atod().- Update to version 3.17.70: + Gtk: - Add GLArea and example to gtkmm-demo (bgo#752314). - PlacesSidebar: Add set_drop_targets_visible(). + Build: Fix the build with -Wshadow compiler warnings (bgo#752469).- Update to version 3.17.50: + Gtk: - PlacesSidebar: . Deprecate set/get_show_connect_to_server() and the property. . Add set/get_show_recent(), set/get_show_trash(), set/get_show_other_locations() and properties, and the populate_all property. - Popover: Add get/set_default_widget(). - Window: Add get_titlebar(). + Build: - gtk_generate_extra_defs.sh: Fix for the patch command, version 2.7.5. - C++11: . Use nullptr instead of 0. . Use of the override keyword. . Use of auto. . Use of range-based for loops. - Fix the build when using -Wshadow (now used in - -enable-warnings=fatal). + Documentation: LevelBar: Document how to workaround the lack of Orientation base class (bgo#752568).- Update to version 3.17.41: + Gtk: - StyleContext: Deprecate set_background(). - IconView: Fix a crash in get_tooltip_context_path(). + Build: Use (and require) C++11. + Documentation: - Remove pixbuf-demo because it is already in the main demo. - Demo: Remove Icon Theme demo, replacing it by a standalone Icon Broswer demo.- Update to version 3.17.4: + Gtk: - Assistant: Add get/set_page_has_padding(). - FontChooser: Add get/set_font_map(). - IconInfo: Deprecate get_builtin_pixbuf(). - IconTheme: lookup_icon(), choose_icon(): Add default 0 for flags. - Widget: Deprecate drag_begin() without coordinates. + Gdk: - Window: Add get/set_passthrough(). - Demo: IconTheme: Don't use deprecated builtin-icon API. + Build: Don't disable more deprecation warnings than necessary (bgo#750379).- Update to version 3.17.3: + Gdk: - Deprecate open_default_libgtk_only() and supports_composite(). - Window: Deprecate get/set_composited(), set_static_gravities() and flush(). + Gtk: - Actionable: Add keep_return to the _WRAP_VFUNC() for get_action_name (bgo#705124). - Adjustment: Deprecate changed() and value_changed(). - CellRendererPixbuf: Deprecate property_follow_state(). - Add ModelButton. - Popover: Wrap the pointing-to property (bgo#723394). - Add PopoverMenu. - Scrollable: Add get_border() and ScrolledWindow::signal_edge_reached(). - ScrolledWindow: Add signal_edge_reached(). - SearchEntry: Add handle_event() and new signals. + Documentation: Demo: - Show data files in extra tabs in the Gtk::Notebook. - Remove the last traces of the UIManager and stock browser demos. - Add Builder demo. - Use resource files for the source code and data files. + Build: - Missing GTKMM_API for CellLayout (bgo#748720). - Demo: Use getc() if HAVE_GETC_UNLOCKED is not defined (bgo#748657). - API additions since 3.14: + Gdk: Device: Add get_vendor_id() and get_product_id(). + Gtk: - CssProvider: Add CssProviderError and signal_parsing_error(). - Add CssSection. - Dialog: Add constructors with DialogFlags, for instance to create a dialog with a header bar (bgo#738513). - Grid: Add attach_next_to() without the 'sibling' parameter (bgo#739340). - Label: Add get/set_xalign/yalign() and properties. - ScaleButton: Add a constructor without the icons. - ScrolledWindow: Add get/set_overlay_scrolling() and property. - SearchEntry: Add the search_changed signal. - Stack: Add hhomogeneous and vhomogeneous properties. - Add StackSidebar. - StackSwitcher: Add unset_stack(). - Added StyleProperty (bgo#673317). - TextTag: Add fallback, fallback-set, letter-spacing, and letter-spacing-set properties. - TextBuffer: . Add insert_markup(). . Add the copy_target_list and paste_target_list properties. . Wrap the serialize()/deserialize() methods. - TextView: Add monospace property. - Widget: Added get_action_group() and list_action_prefixes().- Update to version 3.16.0: + Gtk: Builder: Don't get gtkmm-derived GTypes while parsing TreeModel (bgo#742637).- Update to version 3.15.10: + Gtk: - Label: Add get/set_xalign/yalign() and properties. - PaperSize: Define the paper name constants in the .cc file (bgo#745345). + Documentation: CssProvider::load_from_data(): Document that this throws an exception. + Icon theme demo: Catch exceptions while loading icons. + Stock: Mention the named icons for Copy, Cut, Paste and Delete (bgo#741969).- Update to version 3.15.9: + Gtk: - Add StackSidebar. - StackSwitcher: Add unset_stack(). StyleContext: Deprecate list_regions(), add_region(), remove_region(), has_region(), get_backgrount_color(), get_border_color(), invalidate. - TextBuffer: Wrap the serialize()/deserialize() methods. (bgo#694250). - Widget: Deprecate override_color(), unset_color(), override_background_color(), unset_background_color(), override_font(), unset_font(), override_symbolic_color(), unset_symbolic_color(), override_cursor(), unset_cursor(). - Window: Deprecate Deprecate property_has_resize_grip(), property_resize_grip_visible(), set/get_has_resize_grip(), get_resize_grip_is_visible(), get_resize_grip_area(). - Fix error messages from gmmproc by removing unnecessary _IGNORES()s. + Gdk: Device: Add get_vendor_id() and get_product_id(). + Updated documentation.- Update to version 3.15.4: + Gtk: - Builder::get_type_from_name_vfunc(): Call the base class function. Instead of jusgin calling g_type_from_name(), in case the base class function does more (bug #742637). + TextBuffer: - Add insert_martkup(). - Add the copy_target_list and paste_target_list properties. + Documentation: - Pixbuf: Change a mention of Glib::ResourceError to Gio::ResourceError.- Update to version 3.15.3: + Gtk: - CssProvider: Add CssProviderError and signal_parsing_error(). - Add CssSection. - Dialog: Fix the constructors with DialogFlags (bgo#738513). - ScaleButton: . Correct the constructor. . Add a constructor without the icons. - ScrolledWindow: Add get/set_overlay_scrolling() and property. - Stack: Add hhomogeneous and vhomogeneous properties. - TextTag: Add fallback, fallback-set, letter-spacing, and letter-spacing-set properties. - TextView: Add monospace property. - Widget: Added get_action_group() and list_action_prefixes(). + Documentation: - Add an empty line after @newin where it's missing. - Fix some Doxygen warnings. - ScaleButton: Document the constructors. - Changes from version 3.15.2: + Gtk: - Dialog: Add constructors with DialogFlags, for instance to create a dialog with a header bar (bgo#738513). - Grid: Add attach_next_to() without the 'sibling' parameter (bgo#739340). - Overlay: Correct the "since" documentation. - SearchEntry: Add the search_changed signal. - Added StyleProperty (bgo#673317). + Gdk: - Curor: Deprecate the constructor that doesn't take a Display parameter. - Pixbuf: Deprecate create_from_inline()./bin/sh3.24.6-150400.3.3.13.24.6-150400.3.3.1libgdkmm-3.0.so.1libgdkmm-3.0.so.1.1.0libgtkmm-3.0.so.1libgtkmm-3.0.so.1.1.0/usr/lib/-fomit-frame-pointer -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:26665/SUSE_SLE-15-SP4_Update/663fac95bd9222a88ce83a0ef1ad7c06-gtkmm3.SUSE_SLE-15-SP4_Updatedrpmxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=1822e833d0d60534d1de555768642b4ef9c4cb4d, strippedELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d92e5da8f05d482f554fa698e305d58f9bf7e2ca, strippedPR RRRRRRR RRRRRR R RRRRPR RRRRRRRRRRR R RRRRRR RRRRRRRutf-856f3a2d26c39a71f1cf4523c423349aa879739fafaf1ecf6333d0c9547a0e19d? 7zXZ !t/Po>N]"k%Kk2tU"zDHٖ+ 8D|X)@ZI!vX)X񒠴҃7jS;Ц?iY/PKӦ$ +`oNϼDI56(n HhXKsjSOO+ouiHo800'Vુ|:`iޝ.Q pSLTu.aUDpMfy\fpFEX\k_|kb1P/ MvdLf+)Rk^ O.%DAUv//|C^$v|R{"b̒'#:ꪷoS~^v)lwܪB1˒HHfDhr#}cWi1˝RfQAigf{֤U>esW*דkm>*Q[+TY~-FVp4=M5Q[ rq_/hA"]5]ea=, }N|2 3#zA=לv5&+ID`춶); V)jT։BILyo9h .R 66/}Q}F >t]v)Dw>בથdG]Qw TD\wz'7dWldIco^3M1"ӮR3D:lFZfʌSmgm0FGUNLwftskR/C@5YT#H?Ro-'b7,+ lx01l/_,D,bu{(rn4Eu0;<չylrFۜddP3XwyY? iY1N7 n07tq P 0>>Tei~>Sw/LM^a>3&?oHh&TĭV#،,vEB#X;qN1Q 9{LY*Dk`&*8!!u8da Dh$qRܶ()(yQ@;v -Xj/Ĵ ^8$h j Gxp ѼڶQZ\bj|o . $dEOVu XcswTCJG!v_5a߽tnӓt&0Y\.,H#wwg`|_0^f<(z#zqgv{UX31նۏ.R~9?ur7%>ujZC_}%녞-u}\yRo0f03vO"Qj桨C0hԬg~ߝ- mĥ!R΁w5t 3ҭL2"Z#G˘2J!-I~5<\::TtK\޹̰X $hj4=GU3¦c6r 5hzs//\beZOm`rO]ESKuU4Ii"av-d0^.?(&~'mZy$х:4*q5XJkZRrYQ1<Ӻ՝R 3o6.GN]Oף21bct4& ŲUjAt\&CeM=] ߚ;o.9VYjkK[X|c:QLhPrFT)&oog-6`2˸&7ΐaq]v-u]ZWĄu探Y-32Ⱦ6c-53-Mc:[SAw²zk>SYԚ<`h(ALaCF-K[% ,27hUXhDr߇iQ'{X%$hoV[b^CR:_}=t{_5,KgI37ZITP/S˞ň@v]0q%8>( 1y%@r()ˁH^gaׂSSӭۑT^bh߹\w>=Z]~0~]`}3\k0_1%0NrH SʋpxPEu. )ΏV'(V~Ý Kz @!xySvuwOGB@|0 sK_ġ:>QU55aBFv'LLo@$0i=˱P;Yc6_!9Qu_zhoʜ*4mg%I開Wj۰1:;RYKeH.h$+7LfNѶp>9b #~k}1R $Hզ\*QVROꏂo- _hc(™Bbs Nݮ4 t@/i߸, XҔΏM9ːi$N|wMXWYBaDfn˸aF(,8Wry+`nAn,2+>4c(\PimLih:_<@IXdwed`Q`s^Mz[T X/b?դ..Ooڸ^=ڱ |ND T0^BWlE:7M%@3?)KiHca Ю_ ACD"8sie$vM\CF+ +h- $^^RSLm;+ݝGrKAcf6 _ >wPکb^9`ޤpڨbj􉺈dsu-k;V F?II~􄽚VEҬ e`9`tkKܑ736A-=Uuŀz9OtX\KU9 kO`.H/mVѾDJހD`;U)rQ! ^]"yth?Y+,24 KOHkWw<]4mI&!TAʦ(E]ӏc&K{w.X7wu˾)k{g g@×@]̜S~#bz3!_6\M]3^!H>çb{tL (LjlE0?Txcr d4^Y&\K*OBi .?!4~]Dq+:D>SSXnw"y  ®+_}N!pՃajmkyӶJ2E8( 2+k; &PQw5u&.d1|E,{j]S Gũy5b-q\ϒa^^ Fn13{"kd4J}."Q*Ƶà@)By Zo-P({FY#h$I\ct N]a|hCz_jr]PW&AMh?+Fw,yMx}-V:¯Mżn5׉&)&8]*Ck:{v(K-t^c=(žrMcc.*A^UYIi Hl|pS X߹1YZ*B!Z_>,c1pE%NPXߟ.v7 ooͧK60NN''cU 4wJuT9=6`G|q uO}rJӔ0"'Tɘdx.^X%No}x3M#ula-uk3]H"JKZw5M`;q@1B‡6(?fZj%\ ?_X 7c8TіAe`umì0 4ןm&ҨNM "U3t j=z\ sGtjOI#$BdkaqS<'Ht8GtGB4sCb?i|B '>kM! F,~:|`K75?<"/$i,MmH K= RϴN/\ ?Ll$BPoncoʪ- Ȕ+oL7Gn.kMV%)F@ˍӥ<<ܽ(Q󺼠dPm jI%85īrø]= LYyd;T$6zӼRSZ#Zew̏Z|ePˁ9^9n޴u)QD(Go_lR C"is38l7իlA&<*Ѧ]V ifIFi&Y >ohbj ^iMXVַ|]jR>t>dO=#65Y~N:P*l%uoZ[f[vy8^(#!puˈٙn:d}r9R4z2P+8={;k8f<$P@Xt{Z ʺ7pPC6 */0lןkA$A. >Y4q 24џV<6٬n7j5۩? 7.oDO=܆4q &YR7K c|8'Y` $-l0YFiN0z׏Vd1 T'񤪬!@H6ٲ}nS+ì_&ec}ed!ºy{4.BYJ#u8rۧ#N 4TA݅X1۟֋Nq<<ȩh3<X%rRP>:s1:K mUԫ- dK 5ABMg잌y&@\$ 4ڵLS+rR,p?ΐx 4U:XUm*\* <\ ʉRW_T.́@X.+sC3zWRv1=ގ%c4Impw޴`OB8\{\``mY8g=|ͳhAzb_}gD vp?U1G4ۯc@Hx!BLw`,f4HGsJ4ަoQ,l̓Gd,?Q;̕nGD^i]_k=Ā@]oqN*Nf>>J3h4 1 ՋTo'.& ^~cVPVҵ~5.O䳨} NDI*/7Au\L|N$tE PgPZK76+,_& Md}0<[؇Eu0l>>Ɗ7.i*0vIR:6X׷Exm7wt-ҙ!⭧R8y1 ʠYw6{qtŞYnqKa37텟עҤK# UH2+߱Nn9λ7󝙾@&pv%K1}r, 0L8햴y'n1f "`. 4!uz] 드bPޛMTBY5x ,'.8=%{OHQ|?~Q߶ztdrj~Ym}\48B*4q&[lwp⇏c{aQ=枴cG箱$|Gu[aLUNlj6r,bk$ٔk|\N)Hk_}˱-:ڇpe/r1r47JIjśS\@5~(/tALf37;h{Z:$ЁIse8X#L٢(ip$7a>:! p]- M0B\ j~l+W+NP uWyu履o} +xk@|9A:yȿ(݆eC|6 H)أ$o@pO4d 2z6;i53dwz+I_!,&(sRV+18XHq^qZRl/H*kN"y>E.oÃJ['-|kMO;XPmtSD3_ih")7>DY<_>^4C!{u5pw-mi E۷X͚]x|XS\;CO$ Ď6u "ș   Y"(Bn]JeA aLt1Vx/.DsRT-+Ҳ@dD B85!v?]/1oў;RXQwޕ& Qk_\&9 |֏|~^7<[ahi/^`i[  CFkTxmuDbB}mɯʼ_b|! lW{ UŧBѻ`[4)$XX"fI,{ mlYYeOofg7e$Ν_TT+,~#2\+ut`k2>-ŤCnA8)ݰ҅hGAq` +e""~WLOJ^sѮXy@À-k$yŗx.ˀ׏B ,'N܋,[n#bIw#~"eIK T/sCu_-?O:ٹ1h߽(Hz3uo{fss!84#>:(1UB{L8Xa ;-)!8S;Z18T8:_1~|n}ˑN=E=0Z>a`T'p ;S[q|Bդ)mov$ӹ'(fkΝ͖>dBP+-JW:UD Ic2eمm#)_*| *a#e}_Q_v a.L2bT{uX\f-2>g@kQ|cHFcF MYb T7{Z[ jsQ>{ǦTۺuGxwpkr? 肸BҘsܵ[-Yګ^?Z@EUCS4l䍳c̀pl*۽YqPmcϮ\ ~Eo:l"6m229=K ?TJ؂kV,=q?J%? \cܡ=$|V?_\ ]ӊ qpr@ٴ*b" ,:fk.}OᎶ_Ȼ,LkI0t[FNSVEeI i)X%- h[WlwO}U˵ Míd{!権Ӥq [btcQ~D3^r-UI[x)Pksw *O ̜Vd S[DQ(!25yO_?{0k9`^sQLx6GvYyorFK^L.Axė~pJ3Psd%lȐ G4ڵ,\MR㴙o0* KX?h=_,:|$k1|Юf?{I6ThZf!w5IbpO_REf"wYdk` ǔk8yr͜q X}uU~Xѓ)0KAɅN[[$fTlDZL?ٚ<< q..pWs;zct#m, QbPvce`3wan qߢ? UHb @e!lMo"E nd~ӱLn%o2Z{r#AaP"'OS7W.۽{Pâ *UbS?zyMh"UD;URAe{bVu$X4`%\6,zZ5M"jg5Y }1q0К)sAmSl݅b1z!Kb`YEL> X" `}K276+Y_ص$쬓*2*nWfI>  ~SH[sZY~Ax?X^WvY!/_ ^>;N$Yi+ʯbi>Z1573 j.~) oo3zvu K7 h#~Buy9hОD钤0J^qzp!p>=bV]pHß\4 鵺^ݣer}J{L%? ׫qz2{ Q7P^դ1_0'T+}Ph8 Bm3& ud1 S(&ېL!U~Ds-c'1 ç/}NrIPbI|/S՗a6(vzmKqBMgf9}zsi Z>+\{!oaolK:P ,m"9|x~eV QW3r'SNŨЄm}KZ >?.tLp,z d}?+JJgKg'z  (.,i5J\Z}gT⳿.fcBftF1B5+XìK2,R LMg8u iN S2gl+nhJoу31O-ADobFp'+]QoG:!T&ԐSgP9;U]kT!^EHYi5y\ ™9A-"4ξwN'?U?ClzZAT3 Ҕg[J_5ٍק%&+mdl*C]]AƗ&= $@As־~hoܗcA=n-.OO;x0t?vY;q:7 %U(zcZi{ӁΧ ByJ\•qN\za~vYn3iqIRep81m޲/`̳"@+v4]ii44USnHNY• $ f>B`'$oޱ6(-/M?n[J=n)߸8x1Ycڇ׹sL)_e= +@G<-Ih:#aX`DLLK~|dM*A9C^B1 s~;f op"p4Ԧ5+/ (%}#a09ERzFAP IBvĽXr ΋=Rݢp" M7@ME7Gm Ϟn}\v~ gk>zf?w38kN<d(j;C^Qy.fġh]TJNj`wϴ&FWˈa^8Ю ٭ʊyd ?1a"S$Q-<_`.sx eD8ªH}LC T 9`aa D&tiFXvV~bذcVM.yG(~uz-)c˥~Me"1. 婶%c=IZz YN2OEsII bړ]:b'>Yə%@CS+^zaO^#ڶU2hUs] 6ԜV MCW&XN!k^9}ў%E ړ>q,j2҄7w8NWɦjTD莄(<^_wSuy{\Rb΋hw?3`~xp9;wH REf-Ȓ@uN.sZ-iOf V3bCW%q)oQ9ڮn/U#hB0( -fˌɅllIqlmqMaO1fIl:`E N Ib<r-| ,;QH$7D2yS!ao7w%IXA3N%Ps