Accepting request 848891 from GNOME:Next
- Add requires(post) libgio-2_0-0 to glib2-tools: ensures glib-compile-schema to be functional when the file trigger fires, by explicitly requesting the correct library to be present for the post script. (boo#1178713). - Update to version 2.66.3: + Fix awkward bug with `GPollFD` handling in some situations. + Fix sending FDs attached to very large D-Bus messages. + Bugs fixed: glgo#GNOME/GLib#1592, glgo#GNOME/GLib!1720, glgo#GNOME/GLib!1721, glgo#GNOME/GLib!1723, glgo#GNOME/GLib!1727, glgo#GNOME/GLib!1736. OBS-URL: https://build.opensuse.org/request/show/848891 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=438
This commit is contained in:
parent
10b8ecca1d
commit
f34e577bc3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec390bed4e8dd0f89e918f385e8d4cfd7470b1ef7c1ce93ec5c4fc6e3c6a17c4
|
||||
size 4836456
|
3
glib-2.66.3.tar.xz
Normal file
3
glib-2.66.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79f31365a99cb1cc9db028625635d1438890702acde9e2802eae0acebcf7b5b1
|
||||
size 4837796
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 14:34:46 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Add requires(post) libgio-2_0-0 to glib2-tools: ensures
|
||||
glib-compile-schema to be functional when the file trigger fires,
|
||||
by explicitly requesting the correct library to be present for
|
||||
the post script. (boo#1178713).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 16 14:26:35 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.66.3:
|
||||
+ Fix awkward bug with `GPollFD` handling in some situations.
|
||||
+ Fix sending FDs attached to very large D-Bus messages.
|
||||
+ Bugs fixed: glgo#GNOME/GLib#1592, glgo#GNOME/GLib!1720,
|
||||
glgo#GNOME/GLib!1721, glgo#GNOME/GLib!1723,
|
||||
glgo#GNOME/GLib!1727, glgo#GNOME/GLib!1736.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 22 11:45:40 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%bcond_without systemtap
|
||||
%bcond_without gtk_doc
|
||||
Name: glib2
|
||||
Version: 2.66.2
|
||||
Version: 2.66.3
|
||||
Release: 0
|
||||
Summary: General-Purpose Utility Library
|
||||
License: LGPL-2.1-or-later
|
||||
@ -84,7 +84,10 @@ a main loop abstraction, and so on.
|
||||
|
||||
%package tools
|
||||
Summary: Tools from glib2, a general-purpose utility library
|
||||
# ensure libgio-2_0-0 is updated before glib2-tools' ensures glib-compile-schema to
|
||||
# be functional when the file trigger fires (boo#1178713)
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires(post): libgio-2_0-0 = %{version}
|
||||
|
||||
%description tools
|
||||
GLib is a general-purpose utility library, which provides many useful
|
||||
|
Loading…
Reference in New Issue
Block a user