Accepting request 1004657 from GNOME:Next

New release, resub

OBS-URL: https://build.opensuse.org/request/show/1004657
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glibmm2_4?expand=0&rev=36
This commit is contained in:
Bjørn Lie 2022-09-19 16:18:26 +00:00 committed by Git OBS Bridge
parent 4502417b8b
commit ca458d4ef3
4 changed files with 24 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:199ace5682d81b15a1d565480b4a950682f2db6402c8aa5dd7217d71edff81d5
size 7606108

3
glibmm-2.66.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b384662dd6ec3b86c0570331d32af05db2bd99a791602b767b4a0b2566ec149
size 7610516

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Sep 19 09:45:49 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.66.5:
+ Gio:
- ListStore: Don't derive a gtkmm__GListStore GType
- DBus::Proxy: get_connection(), get_interface_info(): Add
refreturn.
+ Documentation: Gio::Action: Improve the documentation.
+ gmmproc: Improved handling of final types.
+ Build:
- Meson build: Avoid unnecessary configuration warnings.
- Meson/MSVC: Add more warnings to ignore.
- NMake Makefiles: Ensure g[lib|io]mm[config.h|.rc] are
created.
- Use ldconfig_scriptlets macro for post(un) handling.
-------------------------------------------------------------------
Fri Jun 10 07:24:17 UTC 2022 - QK ZHU <qkzhu@suse.com>

View File

@ -20,7 +20,7 @@
%define so_ver -2_4-1
%define _name glibmm
Name: glibmm2_4
Version: 2.66.4
Version: 2.66.5
Release: 0
Summary: C++ Interface for Glib
License: LGPL-2.1-or-later
@ -104,10 +104,8 @@ chmod -x NEWS
%meson_install
%fdupes %{buildroot}/{_prefix}
%post -n libglibmm%{so_ver} -p /sbin/ldconfig
%postun -n libglibmm%{so_ver} -p /sbin/ldconfig
%post -n libgiomm%{so_ver} -p /sbin/ldconfig
%postun -n libgiomm%{so_ver} -p /sbin/ldconfig
%ldconfig_scriptlets -n libglibmm%{so_ver}
%ldconfig_scriptlets -n libgiomm%{so_ver}
%files -n libglibmm%{so_ver}
%license COPYING
@ -118,7 +116,7 @@ chmod -x NEWS
%{_libdir}/libgiomm-2.4.so.*
%files devel
%doc AUTHORS ChangeLog NEWS README
%doc AUTHORS ChangeLog NEWS README.md
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%{_includedir}/*