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:
Dominique Leuenberger 2020-11-17 09:48:10 +00:00 committed by Git OBS Bridge
parent 10b8ecca1d
commit f34e577bc3
4 changed files with 25 additions and 4 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

@ -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