Update to glib-2.74.3

This commit is contained in:
Pierre Labastie 2022-12-03 12:13:17 +01:00
parent faf2145105
commit b327731503
3 changed files with 26 additions and 16 deletions

View File

@ -6,10 +6,10 @@
<!ENTITY glib2-download-http "&gnome-download-http;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
<!ENTITY glib2-download-ftp "&gnome-download-ftp;/glib/&glib2-minor;/glib-&glib2-version;.tar.xz">
<!ENTITY glib2-md5sum "06745709784eddb4a3860e1814f795e8">
<!ENTITY glib2-md5sum "fb204b89b0004110911dede3441597a1">
<!ENTITY glib2-size "4.9 MB">
<!ENTITY glib2-buildsize "119 MB (add 7 MB for tests)">
<!ENTITY glib2-time "0.4 SBU (add 0.5 SBU for tests; both using parallelism=4)">
<!ENTITY glib2-buildsize "140 MB (add 8 MB for tests)">
<!ENTITY glib2-time "0.5 SBU (add 0.6 SBU for tests; both using parallelism=4)">
]>
<sect1 id="glib2" xreflabel="GLib-&glib2-version;">
@ -88,9 +88,10 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="dbus"/> and
<xref linkend="dbus"/> (for some tests),
<xref linkend="fuse3"/> and
<ulink url="https://bindfs.org/">bindfs</ulink>
(both may be used in some tests),
(both needed for one test),
<xref linkend="gdb"/> (for bindings),
<xref linkend="DocBook"/>,
<xref linkend="docbook-xsl"/>,
@ -123,14 +124,7 @@
<sect2 role="installation">
<title>Installation of GLib</title>
<!-- Remove the next para and screen for glib-2.72.3 or above
<para>
First, fix an issue in MIME file content lookup, which may prevent
displaying <command>file://</command> URL's in webkitgtk based browsers.
</para>
<screen><userinput>patch -Np1 -i ../glib-&glib2-version;-fix_xdgmime-1.patch</userinput></screen>
-->
<para>
If desired, apply the optional patch. In many cases, applications that
use this library, either directly or indirectly via other libraries such
@ -236,14 +230,20 @@ cp -r ../docs/reference/{gio,glib,gobject} /usr/share/doc/glib-&glib2-version;</
g_assert_true (*g_time_zone_get_identifier (tz) != '/');
NOTE: systemd implements this as a hard requirement. -->
<!-- with 2.60.4 on systemd, all tests pass. -->
<!-- one test, g-file-info-filesystem-readonly.c, needs both
bindfs and fusermount. With fuse3, you need to either create
a fusermount->fusermount3 symlink or alter the source of the
test so that fusermount3 is seeked and used. bindfs can be
built against fuse3. The test is skipped if the dependencies
are not found, and reported to pass.-->
<!-- with 2.64.1 on sysV, all tests pass. -->
<!-- with 2.70.1 on sysV, all tests pass. -->
<!-- with 2.70.2 on sysV, all tests pass. -->
<!-- with 2.72.3 on sysV, all tests pass. [pierre, July 2022] -->
<!-- with 2.74.0 on sysV, all tests pass. [bdubbs, Sep 2022] -->
<!-- with 2.74.3 on sysV, all tests pass. [pierre, Dec 2022] -->
</para>
<!-- 2.64 is two years old
<para>
Finally, if this is a reinstall from glib2-2.64.x or earlier, remove
(as the <systemitem class="username">root</systemitem> user) an
@ -251,7 +251,7 @@ cp -r ../docs/reference/{gio,glib,gobject} /usr/share/doc/glib-&glib2-version;</
</para>
<screen role="nodump"><userinput>rm -f /usr/include/glib-2.0/glib/gurifuncs.h</userinput></screen>
-->
</sect2>
<sect2 role="commands">

View File

@ -38,6 +38,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>December 3rd, 2022</para>
<itemizedlist>
<listitem>
<para>[pierre] - Update to glib-2.74.3. Fixes
<ulink url="&blfs-ticket-root;17237">#17237</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>December 2nd, 2022</para>
<itemizedlist>

View File

@ -98,7 +98,7 @@
<!ENTITY exempi-version "2.6.2">
<!ENTITY fftw-version "3.3.10">
<!ENTITY glib2-minor "2.74">
<!ENTITY glib2-version "&glib2-minor;.0">
<!ENTITY glib2-version "&glib2-minor;.3">
<!ENTITY glibmm-version "2.66.5">
<!ENTITY gmime3-version "3.2.7">
<!ENTITY gobject-introspection-version "1.74.0">