Update to libgweather-4.4.2

This commit is contained in:
Douglas R. Reno 2024-04-04 16:28:30 -05:00
parent 4e5920a5ee
commit 05c1d3fcf0
3 changed files with 9 additions and 15 deletions

View File

@ -49,7 +49,7 @@
<!ENTITY libgee-version "0.20.6">
<!ENTITY libgtop-version "2.40.0">
<!ENTITY libgweather-minor "4.4">
<!ENTITY libgweather-version "&libgweather-minor;.0">
<!ENTITY libgweather-version "&libgweather-minor;.2">
<!ENTITY libpeas-version "1.36.0">
<!ENTITY libshumate-version "1.1.3">
<!ENTITY libwnck-version "43.0">

View File

@ -7,10 +7,10 @@
<!ENTITY libgweather-download-http
"&gnome-download-http;/libgweather/&libgweather-minor;/libgweather-&libgweather-version;.tar.xz">
<!ENTITY libgweather-download-ftp " ">
<!ENTITY libgweather-md5sum "bba9065a75a7482be21d0427a12233c0">
<!ENTITY libgweather-md5sum "57ec40f5ac366b7d9757580913bf2e3b">
<!ENTITY libgweather-size "2.7 MB">
<!ENTITY libgweather-buildsize "96 MB (with tests)">
<!ENTITY libgweather-time "0.3 SBU (with tests)">
<!ENTITY libgweather-buildsize "98 MB (with tests)">
<!ENTITY libgweather-time "0.2 SBU (with tests)">
]>
<sect1 id="libgweather" xreflabel="libgweather-&libgweather-version;">
@ -137,17 +137,7 @@ ninja</userinput></screen>
<screen role="root"><userinput>ninja install</userinput></screen>
<para>
To test the results, issue: <command>LC_ALL=C ninja test</command>. One
test, <filename>style / style-format</filename>, is known to fail due to
differences between LLVM-16 and LLVM-17's version of clang-format.
<!--
https://gitlab.gnome.org/GNOME/libgweather/-/commit/3c60094ffdc5
It's not a simple URL change, so just document it instead of
patching the test suite...
-->
One test named <filename>libgweather / metar</filename> is known to
fail because it requires some online resources which have been moved
away.
To test the results, issue: <command>LC_ALL=C ninja test</command>.
</para>
</sect2>

View File

@ -41,6 +41,10 @@
<listitem>
<para>April 4th, 2024</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to libgweather-4.4.2. Fixes
<ulink url="&blfs-ticket-root;19522">#19522</ulink>.</para>
</listitem>
<listitem>
<para>[renodr] - Adapt Firefox to use Google's Location Service by
removing our MLS API key. Fixes