diff --git a/glib-2.68.0.tar.xz b/glib-2.68.0.tar.xz deleted file mode 100644 index 596573f..0000000 --- a/glib-2.68.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67734f584f3a05a2872f57e9a8db38f3b06c7087fb531c5a839d9171968103ea -size 4938804 diff --git a/glib-2.68.1.tar.xz b/glib-2.68.1.tar.xz new file mode 100644 index 0000000..82b6717 --- /dev/null +++ b/glib-2.68.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241654b96bd36b88aaa12814efc4843b578e55d47440103727959ac346944333 +size 4940260 diff --git a/glib2.changes b/glib2.changes index dad583e..8b91e14 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 17 08:29:59 UTC 2021 - Dominique Leuenberger + +- 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 diff --git a/glib2.spec b/glib2.spec index 6d202f6..c632355 100644 --- a/glib2.spec +++ b/glib2.spec @@ -19,7 +19,7 @@ %bcond_without systemtap %bcond_without gtk_doc Name: glib2 -Version: 2.68.0 +Version: 2.68.1 Release: 0 Summary: General-Purpose Utility Library License: LGPL-2.1-or-later @@ -214,7 +214,7 @@ Summary: GIO module to use FAM # we need gio-querymodules in %%post/%%postun Group: System/Libraries Requires(post): %{name}-tools -Requires(postun): %{name}-tools +Requires(postun):%{name}-tools Supplements: (libgio-2_0-0 and fam) %description -n libgio-fam @@ -348,6 +348,7 @@ mkdir -p %{buildroot}%{_datadir}/gtk-doc/html %post -n %{libglib} -p /sbin/ldconfig %post -n %{libgobject} -p /sbin/ldconfig %post -n %{libgthread} -p /sbin/ldconfig + %post -n %{libgio} %{ldconfig} for ENV in gnome xfce lxde @@ -363,6 +364,7 @@ done #%%meson_test %post -n libgmodule-2_0-0 -p /sbin/ldconfig + %post -n libgio-fam %if 0 ############################################################################### @@ -380,6 +382,7 @@ done %postun -n %{libgthread} -p %{ldconfig} %postun -n %{libgio} -p %{ldconfig} %postun -n %{libgmodule} -p %{ldconfig} + %postun -n libgio-fam %if 0 ###############################################################################