Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libgiomm-2_68-1-2.86.0-2.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: libgiomm-2_68-1 Distribution: openSUSE Tumbleweed
Version: 2.86.0 Vendor: openSUSE
Release: 2.2 Build date: Tue Nov 18 09:42:39 2025
Group: System/Libraries Build host: reproducible
Size: 2398382 Source RPM: glibmm2-2.86.0-2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.gtkmm.org/
Summary: C++ Interface for Gio
Glibmm is the official C++ interface for the popular cross-platform
library Glib. It provides non-UI API that is not available in standard
C++ and makes it possible for gtkmm to wrap GObject-based APIs.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Tue Nov 18 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Set executable bits on two perl scripts/modules, and also add
    global excludes, so we do not export private Perl modules.
* Fri Sep 19 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to verrsion 2.86.0:
    + gmmproc: tools/defs_gen/docextract: Improve extraction of enum
      enumerators. New enumerators in glib, gtk, pango are usually
      documented with one enumerator per documentation block.
  - Changes from version 2.85.0 (unstable):
    + Glib: Date: Add get_week_of_year() and get_weeks_in_year().
    + Gio:
    - InetAddress: Add get/property_scope_id(),
      get/property_flowinfo(), create(bytes, family, flowinfo,
      scope_id).
    - ZlibCompressor: Add get/set/property_os().
    + Build:
    - Meson build: Use the Python installation that Meson uses.
    - Require glib >= 2.85.2
* Wed Mar 12 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.84.0:
    + Documentation:
    - README.win32.md: Add note on %PATH% for Python
    - Glib::spawn_*(): Suppress erroneous links
    + Build:
    - Meson: Use python[.exe] to check for Python for MSVC
    - Require glib >= 2.83.4
* Thu Feb 13 2025 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.83.1 (Unstable):
    + Add Gio::Resource::has_children() and some other API
    + meson.build: Require glib >= 2.83.0.
    + gio/src/file.hg: Add query_default_handler_async/finish().
    + gio/src/resource.hg: Add has_children() and
      has_children_global().
    + gio/src/socketlistener.[hg|ccg]: Add enum
      Gio::SocketListener::Event and signal_event().
    + tools/m4/convert_gio.m4: Add conversions for
      Gio::SocketListener::Event.
    + Glib, Gio: Regenerate docs.xml and .defs files using glib files
      from glib 2.83.3.
* Fri Aug 30 2024 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.82.0:
    + Gio:
    * Add Gio::DBus::own_name(connection, .....)
    * Add DBus::Connection:register_object() with slots
    * Add Converter::convert(const Glib::RefPtr<const
      Glib::Bytes>&)
    + Documentation: Gio::DBus::InterfaceVTable, SubtreeVTable:
      Improve code snippets in docs
    + Build:
    * Meson build: Use Meson's pkgconfig module instead of using
      the *.pc.in templates
    * Meson build: Some fixes in the pkgconfig files Require meson
      >= 0.62
    * Require glib >= 2.81.0
* Tue Aug 27 2024 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.80.1:
    + Gio: Fix memory leak in DBus::generate_guid()
    + gmmproc:
    - generate_wrap_in.pl.in: Ignore -Winconsistent-dllimport from
      clang
    - Convert [enum@Module.Type.ENUMERATOR] in documentation
    - h2def.py: Avoid syntax warnings from Python 3.12
    - DocsParser.pm: Don't link to developer-old.gnome.org
    - Improve documentation of enum and enum class
    + Build: Some fixes to avoid warnings from the clang compiler
* Mon Mar 25 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.80.0:
    + Glib:
    - Add wide_from_utf8() and wide_to_utf8()
    - DateTime: Add create_from_local_usec(),
      create_from_utc_usec() and to_unix_usec().
    + Gio:
    - Application: Add get/set/property_version().
    - ApplicationCommandLine: Add done().
    - DBus::Message: Add get_arg0_path().
    - Socket: Add receive_bytes() and receive_bytes_from().
    - content_type_guess(): Remove most of an unnecessary overload.
* Tue Mar 05 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Drop baselibs.conf: the -32bit packages are no longer needed and
    have not been part of Tumbleweed for a while already (build for
    i586 only enabled in LegacyX86).
* Fri Feb 02 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Update to version 2.78.1:
    + Glib: Dispatcher: Allow destroy during emit.
    + gmmproc: h2def.py: Make return types that are unsigned work.
    + Build:
    - Meson build: Don't fail if warning_level=everything
    - MSVC, NMake: Make dep paths configurable.
* Tue Sep 12 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.78.0:
    + Glib: ustring: Add a std::hash<> specialization. Not included
      by #include <glibmm.h>. Activate with #include
      <glibmm/ustring_hash.h>.
* Fri Mar 17 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.76.0:
    + Glib:
    - Dispatcher:
      . Don't warn when a Dispatcher is deleted while messages are
      pending.
      . Add const versions of emit() and operator()() and deprecate
      the non-const versions.
    + Gio: ListModel: Add get_typed_object().
* Fri Mar 17 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.74.1:
    + Glib:
    - Binding: Fix the bind_property() with two transformation
      functions.
    - Dispatcher: Don't warn when a Dispatcher is deleted while
      messages are pending.
    + Gio:
    - NetworkMonitor::get_default(): Add refreturn.
    - ListStore: Rename a local variable.
    + Documentation: Glib::Binding::unbind(): Fix documentation.
    + gmmproc: generate_wrap_init.pl.in: Disable warning C4273 on
      Visual Studio.
    + Tests: Fix giomm_simple test on Windows.
    + Meson build:
    - Detect if we build from a git subtree.
    - Don't copy files with configure_file().

Files

/usr/lib64/libgiomm-2.68.so.1
/usr/lib64/libgiomm-2.68.so.1.3.0


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 21 22:32:08 2026