Package update:

Update to at-spi2-core-2.42.0
This commit is contained in:
Douglas R. Reno 2021-12-31 16:47:41 -06:00
parent 471ab5cc8a
commit c365a72b73
3 changed files with 17 additions and 7 deletions

View File

@ -41,6 +41,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>December 31st, 2021</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to at-spi2-core-2.42.0. Fixes
<ulink url="&blfs-ticket-root;15569">#15569</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>December 30th, 2021</para>
<itemizedlist>

View File

@ -737,7 +737,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY amtk-version "&amtk-minor;.0">
<!ENTITY atk-version "2.36.0">
<!ENTITY atkmm-version "2.28.2">
<!ENTITY at-spi2-core-version "2.40.3">
<!ENTITY at-spi2-core-version "2.42.0">
<!ENTITY at-spi2-atk-version "2.38.0">
<!ENTITY cairo-version "1.17.4">
<!ENTITY cairomm-1.0-version "1.14.0">

View File

@ -5,13 +5,13 @@
%general-entities;
<!ENTITY at-spi2-core-download-http
"&gnome-download-http;/at-spi2-core/2.40/at-spi2-core-&at-spi2-core-version;.tar.xz">
"&gnome-download-http;/at-spi2-core/2.42/at-spi2-core-&at-spi2-core-version;.tar.xz">
<!ENTITY at-spi2-core-download-ftp
"&gnome-download-ftp;/at-spi2-core/2.40/at-spi2-core-&at-spi2-core-version;.tar.xz">
<!ENTITY at-spi2-core-md5sum "db4f7caceb5d663ec3adb715408b2303">
"&gnome-download-ftp;/at-spi2-core/2.42/at-spi2-core-&at-spi2-core-version;.tar.xz">
<!ENTITY at-spi2-core-md5sum "ce5e462a76e7480bd27e55828696eea4">
<!ENTITY at-spi2-core-size "196 KB">
<!ENTITY at-spi2-core-buildsize "9.8 MB (with tests)">
<!ENTITY at-spi2-core-time "less than 0.1 SBU (using parallelism=4, with tests)">
<!ENTITY at-spi2-core-buildsize "11 MB (with tests)">
<!ENTITY at-spi2-core-time "0.1 SBU (using parallelism=4, with tests)">
]>
<sect1 id="at-spi2-core" xreflabel="at-spi2-core-&at-spi2-core-version;">
@ -123,7 +123,7 @@ ninja</userinput></screen>
<para>
A session bus address, normally available in an Xorg terminal,
is necessary to run the tests. And, the test suite requires the
glib schemas of the package already installed. To test the results,
glib schemas of the package to be installed already. To test the results,
install the package first, then issue: <command>ninja test</command>.
The memory test is known to timeout.
</para>