Changeset 193807ab
- Timestamp:
- 09/29/2022 03:30:53 PM (8 months ago)
- Branches:
- 11.3, ken/inkscape-core-mods, plabs/python-mods, qt5new, trunk
- Children:
- 2c6c92d6
- Parents:
- 87065037
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/gspell.xml
r87065037 r193807ab 7 7 <!ENTITY gspell-download-http "&gnome-download-http;/gspell/&gspell-minor;/gspell-&gspell-version;.tar.xz"> 8 8 <!ENTITY gspell-download-ftp " "> 9 <!ENTITY gspell-md5sum " 8c738e40e8b76ee7f614fff75d995ad4">10 <!ENTITY gspell-size "42 4KB">11 <!ENTITY gspell-buildsize "1 1MB (with tests)">9 <!ENTITY gspell-md5sum "f8e39fc95d3f0651e943b5ccb95694b7"> 10 <!ENTITY gspell-size "423 KB"> 11 <!ENTITY gspell-buildsize "13 MB (with tests)"> 12 12 <!ENTITY gspell-time "0.2 SBU (with tests)"> 13 13 ]> … … 75 75 <para role="required"> 76 76 <xref linkend="enchant"/>, 77 <xref linkend="icu"/> and77 <xref linkend="icu"/>, and 78 78 <xref linkend="gtk3"/> 79 79 </para> … … 104 104 105 105 <para> 106 To test the results, issue: <command>make check</command>. One test,107 test-checker,108 is known to fail ifthe external package109 <ulink url="https://hunspell.github.io/">Hunspell</ulink> is not installed.110 The tests also must be run in an X session.106 To test the results, issue: <command>make check</command>. The tests 107 must be run in an X session. One test, test-checker, is known to fail if 108 the external package 109 <ulink url="https://hunspell.github.io/">Hunspell</ulink> is not 110 installed. 111 111 </para> 112 112 -
introduction/welcome/changelog.xml
r87065037 r193807ab 43 43 --> 44 44 <listitem> 45 <para>September 29th, 2022</para> 46 <itemizedlist> 47 <listitem> 48 <para>[pierre] - Update to gspell-1.12.0. Fixes 49 <ulink url="&blfs-ticket-root;17131">#17131</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>September 27th, 2022</para> 46 56 <itemizedlist> -
packages.ent
r87065037 r193807ab 104 104 <!ENTITY gobject-introspection-version "1.74.0"> 105 105 <!ENTITY gsl-version "2.7.1"> 106 <!ENTITY gspell-minor "1.1 0">106 <!ENTITY gspell-minor "1.12"> 107 107 <!ENTITY gspell-version "&gspell-minor;.0"> 108 108
Note:
See TracChangeset
for help on using the changeset viewer.