Author: bdubbs Date: Thu Jan 4 07:49:34 2018 New Revision: 19648 Log: Update to enchant-2.2.1
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/enchant.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/packages.ent Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Wed Jan 3 17:32:24 2018 (r19647) +++ trunk/BOOK/general.ent Thu Jan 4 07:49:34 2018 (r19648) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "03"> <!-- Always 2 digits --> +<!ENTITY day "04"> <!-- Always 2 digits --> <!ENTITY month "01"> <!-- Always 2 digits --> <!ENTITY year "2018"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "January 3rd, &year;"> +<!ENTITY releasedate "January 4th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- x.y|development --> Modified: trunk/BOOK/general/genlib/enchant.xml ============================================================================== --- trunk/BOOK/general/genlib/enchant.xml Wed Jan 3 17:32:24 2018 (r19647) +++ trunk/BOOK/general/genlib/enchant.xml Thu Jan 4 07:49:34 2018 (r19648) @@ -6,9 +6,9 @@ <!ENTITY enchant-download-http "https://github.com/AbiWord/enchant/releases/download/v&enchant-version;/enchant-&enchant-version;.tar.gz"> <!ENTITY enchant-download-ftp " "> - <!ENTITY enchant-md5sum "e149d08a6c6732dc1b01940302a7bc39"> + <!ENTITY enchant-md5sum "0dacf2d2e53b1b394c19fd772390e0d4"> <!ENTITY enchant-size "936 KB"> - <!ENTITY enchant-buildsize "7.2 MB"> + <!ENTITY enchant-buildsize "6.8 MB"> <!ENTITY enchant-time "0.2 SBU"> ]> @@ -67,8 +67,9 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="dbus-glib"/>, <ulink url="http://hspell.ivrix.org.il/">Hspell</ulink>, - <ulink url="http://hunspell.github.io/">Hunspell</ulink>, and - <ulink url="http://hunspell.github.io/">Voikko</ulink></para> + <ulink url="http://hunspell.github.io/">Hunspell</ulink>, + <ulink url="http://hunspell.github.io/">Voikko</ulink>, and + <ulink url="https://github.com/unittest-cpp/unittest-cpp/releases">unittest-cpp</ulink> (required for tests)</para> <para condition="html" role="usernotes">User Notes: <ulink url="&blfs-wiki;/enchant"/></para> @@ -84,7 +85,10 @@ <screen><userinput>./configure --prefix=/usr --disable-static && make</userinput></screen> - <para>This package does not come with a test suite.</para> + <para>To run tests, unittest-cpp must be installed and the + --enable-relocatable option passed to configure above. If these + conditions are present, the tests may be run with <command>make + check</command>.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Wed Jan 3 17:32:24 2018 (r19647) +++ trunk/BOOK/introduction/welcome/changelog.xml Thu Jan 4 07:49:34 2018 (r19648) @@ -42,6 +42,16 @@ </listitem> --> <listitem> + <para>January 4th, 2018</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to enchant-2.2.1. Fixes + <ulink url="&blfs-ticket-root;10230">#10230</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>January 3rd, 2018</para> <itemizedlist> <listitem> Modified: trunk/BOOK/packages.ent ============================================================================== --- trunk/BOOK/packages.ent Wed Jan 3 17:32:24 2018 (r19647) +++ trunk/BOOK/packages.ent Thu Jan 4 07:49:34 2018 (r19648) @@ -96,7 +96,7 @@ <!ENTITY clucene-version "2.3.3.4"> <!ENTITY dbus-glib-version "0.108"> -<!ENTITY enchant-version "2.2.0"> +<!ENTITY enchant-version "2.2.1"> <!ENTITY exempi-version "2.4.3"> <!ENTITY expat-version "2.1.0"> <!ENTITY fftw-version "3.3.7"> -- http://lists.linuxfromscratch.org/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
