Accepting request 887477 from GNOME:Factory
Update to 2.68.1 (forwarded request 886225 from dimstar) OBS-URL: https://build.opensuse.org/request/show/887477 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=236
This commit is contained in:
commit
6543c522a9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:67734f584f3a05a2872f57e9a8db38f3b06c7087fb531c5a839d9171968103ea
|
|
||||||
size 4938804
|
|
3
glib-2.68.1.tar.xz
Normal file
3
glib-2.68.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:241654b96bd36b88aaa12814efc4843b578e55d47440103727959ac346944333
|
||||||
|
size 4940260
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 17 08:29:59 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 2.68.1:
|
||||||
|
+ Fix a crash in `GKeyFile` when parsing a file which contains
|
||||||
|
translations using a `GKeyFile` instance which has loaded
|
||||||
|
another file previously.
|
||||||
|
+ Pin GIO DLL in memory on Windows.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 18 17:10:24 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Mar 18 17:10:24 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%bcond_without systemtap
|
%bcond_without systemtap
|
||||||
%bcond_without gtk_doc
|
%bcond_without gtk_doc
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.68.0
|
Version: 2.68.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: General-Purpose Utility Library
|
Summary: General-Purpose Utility Library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -214,7 +214,7 @@ Summary: GIO module to use FAM
|
|||||||
# we need gio-querymodules in %%post/%%postun
|
# we need gio-querymodules in %%post/%%postun
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires(post): %{name}-tools
|
Requires(post): %{name}-tools
|
||||||
Requires(postun): %{name}-tools
|
Requires(postun):%{name}-tools
|
||||||
Supplements: (libgio-2_0-0 and fam)
|
Supplements: (libgio-2_0-0 and fam)
|
||||||
|
|
||||||
%description -n libgio-fam
|
%description -n libgio-fam
|
||||||
@ -348,6 +348,7 @@ mkdir -p %{buildroot}%{_datadir}/gtk-doc/html
|
|||||||
%post -n %{libglib} -p /sbin/ldconfig
|
%post -n %{libglib} -p /sbin/ldconfig
|
||||||
%post -n %{libgobject} -p /sbin/ldconfig
|
%post -n %{libgobject} -p /sbin/ldconfig
|
||||||
%post -n %{libgthread} -p /sbin/ldconfig
|
%post -n %{libgthread} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n %{libgio}
|
%post -n %{libgio}
|
||||||
%{ldconfig}
|
%{ldconfig}
|
||||||
for ENV in gnome xfce lxde
|
for ENV in gnome xfce lxde
|
||||||
@ -363,6 +364,7 @@ done
|
|||||||
#%%meson_test
|
#%%meson_test
|
||||||
|
|
||||||
%post -n libgmodule-2_0-0 -p /sbin/ldconfig
|
%post -n libgmodule-2_0-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libgio-fam
|
%post -n libgio-fam
|
||||||
%if 0
|
%if 0
|
||||||
###############################################################################
|
###############################################################################
|
||||||
@ -380,6 +382,7 @@ done
|
|||||||
%postun -n %{libgthread} -p %{ldconfig}
|
%postun -n %{libgthread} -p %{ldconfig}
|
||||||
%postun -n %{libgio} -p %{ldconfig}
|
%postun -n %{libgio} -p %{ldconfig}
|
||||||
%postun -n %{libgmodule} -p %{ldconfig}
|
%postun -n %{libgmodule} -p %{ldconfig}
|
||||||
|
|
||||||
%postun -n libgio-fam
|
%postun -n libgio-fam
|
||||||
%if 0
|
%if 0
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user