Accepting request 923614 from GNOME:Next

- Update to version 2.66.2:
  + Glib, Gio: Replace all g_quark_from_static_string() by
    g_quark_from_string()
  + Gio:
    - FileEnumerator: Remove refreturn to avoid memory leak
    - ListModel::get_object(): Make it work for interface classes
  + Build: MSVC build: Remove extraneous GLIBMM_API in
    Glib::ustring

OBS-URL: https://build.opensuse.org/request/show/923614
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glibmm2_4?expand=0&rev=33
This commit is contained in:
Bjørn Lie 2021-10-07 10:30:08 +00:00 committed by Git OBS Bridge
parent c6114cf8c6
commit c0b47db93e
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69bd6b5327716ca2f511ab580a969fd7bf0cd2c24ce15e1d0e530592d3ff209c
size 7509820

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 7 05:34:30 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.66.2:
+ Glib, Gio: Replace all g_quark_from_static_string() by
g_quark_from_string()
+ Gio:
- FileEnumerator: Remove refreturn to avoid memory leak
- ListModel::get_object(): Make it work for interface classes
+ Build: MSVC build: Remove extraneous GLIBMM_API in
Glib::ustring
-------------------------------------------------------------------
Tue Sep 28 20:56:41 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -20,7 +20,7 @@
%define so_ver -2_4-1
%define _name glibmm
Name: glibmm2_4
Version: 2.66.1
Version: 2.66.2
Release: 0
Summary: C++ Interface for Glib
License: LGPL-2.1-or-later