Sync from SUSE:SLFO:Main gtkmm3 revision 7d256995b6988a2a52a11ac0280b100e
This commit is contained in:
parent
0bab44ffcb
commit
2ff77d163e
BIN
gtkmm-3.24.7.tar.xz
(Stored with Git LFS)
BIN
gtkmm-3.24.7.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gtkmm-3.24.8.tar.xz
(Stored with Git LFS)
Normal file
BIN
gtkmm-3.24.8.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 13 16:17:10 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.24.8:
|
||||||
|
+ Gtk: gtk/gtkmm/base.h: Fix GTK_VERSION_GT_MICRO
|
||||||
|
+ Documentation: Remove README.SUN and other obsolete files
|
||||||
|
+ Build with Meson:
|
||||||
|
- Detect if we build from a git subtree
|
||||||
|
- Fix the evaluation of is_git_build on Windows
|
||||||
|
- Don't copy files with configure_file()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 16 15:17:21 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Dec 16 15:17:21 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gtkmm3
|
# spec file for package gtkmm3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define _name gtkmm
|
%define _name gtkmm
|
||||||
|
|
||||||
Name: gtkmm3
|
Name: gtkmm3
|
||||||
Version: 3.24.7
|
Version: 3.24.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ Interface for GTK3 (a GUI Library for X)
|
Summary: C++ Interface for GTK3 (a GUI Library for X)
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -119,7 +119,7 @@ freely combined to quickly create complex user interfaces.
|
|||||||
%{_libdir}/gtkmm-3.0/
|
%{_libdir}/gtkmm-3.0/
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%doc AUTHORS ChangeLog README
|
%doc ChangeLog README.md
|
||||||
%{_datadir}/devhelp/books/gtkmm-3.0/
|
%{_datadir}/devhelp/books/gtkmm-3.0/
|
||||||
%{_datadir}/doc/gtkmm-3.0/
|
%{_datadir}/doc/gtkmm-3.0/
|
||||||
# Avoid BuildRequires on devhelp
|
# Avoid BuildRequires on devhelp
|
||||||
|
Loading…
Reference in New Issue
Block a user