Sync from SUSE:SLFO:Main glibmm2 revision a38afe27b9a09e064d34a33ef8b4bda1
This commit is contained in:
BIN
glibmm-2.82.0.tar.xz
(Stored with Git LFS)
BIN
glibmm-2.82.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
glibmm-2.84.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
glibmm-2.84.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 12 08:26:09 UTC 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 09:57:19 UTC 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 19:22:28 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package glibmm2
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -23,13 +23,13 @@
|
||||
%define _name glibmm
|
||||
|
||||
Name: glibmm2
|
||||
Version: 2.82.0
|
||||
Version: 2.84.0
|
||||
Release: 0
|
||||
Summary: C++ Interface for Glib
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://www.gtkmm.org/
|
||||
Source0: https://download.gnome.org/sources/glibmm/2.82/%{_name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/glibmm/2.84/%{_name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: fdupes
|
||||
@ -37,7 +37,7 @@ BuildRequires: m4
|
||||
BuildRequires: meson >= 0.62
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.81.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.83.4
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(sigc++-3.0) >= 2.99.5
|
||||
|
Reference in New Issue
Block a user