Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5f3a54ce42 | |||
| f89e3a6f91 | |||
| eab0f23691 | |||
| 49d90a3a16 |
BIN
glibmm-2.84.0.tar.xz
LFS
BIN
glibmm-2.84.0.tar.xz
LFS
Binary file not shown.
3
glibmm-2.86.0.tar.xz
Normal file
3
glibmm-2.86.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:39c0e9f6da046d679390774efdb9ad564436236736dc2f7825e614b2d4087826
|
||||
size 9519556
|
||||
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 08:42:39 UTC 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 08:56:51 UTC 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 08:26:09 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
26
glibmm2.spec
26
glibmm2.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package glibmm2
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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.84.0
|
||||
Version: 2.86.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.84/%{_name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/glibmm/2.86/%{_name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: fdupes
|
||||
@@ -37,11 +37,15 @@ BuildRequires: m4
|
||||
BuildRequires: meson >= 0.62
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.83.4
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.85.2
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(sigc++-3.0) >= 2.99.5
|
||||
|
||||
# Do not export private Perl modules
|
||||
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(
|
||||
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((DocsParser|Enum|Function|FunctionBase|GtkDefs|Object|Output|Property|Util|WrapParser)\\)
|
||||
|
||||
%description
|
||||
Glibmm is the official C++ interface for the popular cross-platform
|
||||
library Glib. It provides non-UI API that is not available in standard
|
||||
@@ -88,14 +92,17 @@ chmod -x glib/glibmm/environ.h
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%check
|
||||
# Temp disable test, currently needs internet during tests, disable until we figure out how to disable those
|
||||
#%%meson_test
|
||||
%dnl %check
|
||||
%dnl %meson_test
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%fdupes %{buildroot}%{_prefix}
|
||||
|
||||
chmod +x %{buildroot}%{_libdir}/glibmm-%{base_ver}/proc/generate_wrap_init.pl
|
||||
chmod +x %{buildroot}%{_libdir}/glibmm-%{base_ver}/proc/gmmproc
|
||||
|
||||
%ldconfig_scriptlets -n libglibmm%{so_ver}
|
||||
%ldconfig_scriptlets -n libgiomm%{so_ver}
|
||||
|
||||
@@ -109,9 +116,12 @@ chmod -x glib/glibmm/environ.h
|
||||
|
||||
%files devel
|
||||
%doc ChangeLog NEWS README.md
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libgiomm-%{base_ver}.so
|
||||
%{_libdir}/libglibmm-%{base_ver}.so
|
||||
%{_libdir}/libglibmm_generate_extra_defs-%{base_ver}.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/*
|
||||
%{_includedir}/giomm-%{base_ver}
|
||||
%{_includedir}/glibmm-%{base_ver}
|
||||
%{_libdir}/glibmm-%{base_ver}
|
||||
%{_libdir}/giomm-%{base_ver}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user