Update to libgweather-4.2.0

This commit is contained in:
Douglas R. Reno 2022-12-27 21:27:28 -06:00
parent 7e611b1da3
commit 71b7688645
3 changed files with 23 additions and 12 deletions

View File

@ -46,7 +46,7 @@
<!ENTITY libgdata-version "0.18.1">
<!ENTITY libgee-version "0.20.6">
<!ENTITY libgtop-version "2.40.0">
<!ENTITY libgweather-minor "4.0">
<!ENTITY libgweather-minor "4.2">
<!ENTITY libgweather-version "&libgweather-minor;.0">
<!ENTITY libpeas-version "1.32.0">
<!ENTITY libwnck-version "40.1">

View File

@ -8,9 +8,9 @@
"&gnome-download-http;/libgweather/&libgweather-minor;/libgweather-&libgweather-version;.tar.xz">
<!ENTITY libgweather-download-ftp
"&gnome-download-ftp;/libgweather/&libgweather-minor;/libgweather-&libgweather-version;.tar.xz">
<!ENTITY libgweather-md5sum "2aa2708dfde3481c87da3d7ea27110da">
<!ENTITY libgweather-size "4.5 MB">
<!ENTITY libgweather-buildsize "108 MB (with tests)">
<!ENTITY libgweather-md5sum "4c0c46102dcb5e813ff698e5f713e4bb">
<!ENTITY libgweather-size "2.6 MB">
<!ENTITY libgweather-buildsize "95 MB (with tests)">
<!ENTITY libgweather-time "0.2 SBU (with tests)">
]>
@ -74,8 +74,9 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="geocode-glib"/>,
<xref linkend="gtk3"/>, and
<xref linkend="libsoup"/>
<xref linkend="gtk3"/>,
<xref linkend="libsoup3"/>, and
<xref linkend="pygobject3"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
@ -87,8 +88,8 @@
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/>,
<ulink url="http://glade.gnome.org/">Glade</ulink>,
<xref linkend="llvm"/> (for clang-format),
<ulink url="&gi-docgen-url;">gi-docgen</ulink>,
<ulink url="https://pypi.org/project/pylint/">pylint</ulink>, and
for the bundled gi-docgen module:
<phrase revision="sysv"><xref linkend="Jinja2"/>,
@ -119,7 +120,7 @@ meson --prefix=/usr --buildtype=release -Dgtk_doc=false .. &amp;&amp;
ninja</userinput></screen>
<para>
One test needs that the locale files be installed on the system. So
One test needs that the locale files be installed on the system, so
it is better to run the tests after installing the package.
</para>
@ -130,8 +131,8 @@ ninja</userinput></screen>
<screen role="root"><userinput>ninja install</userinput></screen>
<para>
To test the results, issue: <command>ninja test</command>. One test,
metar, is known to fail.
To test the results, issue: <command>LC_ALL=C ninja test</command>. One
test, metar, is known to fail.
</para>
</sect2>
@ -188,7 +189,7 @@ ninja</userinput></screen>
information
</para>
<indexterm zone="libgweather libgweather-4">
<primary sortas="c-libgweather-3">libgweather-4.so</primary>
<primary sortas="c-libgweather-4">libgweather-4.so</primary>
</indexterm>
</listitem>
</varlistentry>

View File

@ -38,6 +38,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>December 28th, 2022</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to libgweather-4.2.0. Fixes
<ulink url="&blfs-ticket-root;17091">#17091</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>December 27th, 2022</para>
<itemizedlist>