• gnumeric-1.12.27: fix tests statistics and s/-k check/check/.

• Update to curl-7.47.1.


git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16926 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2016-02-08 21:35:20 +00:00
parent 9dcfced498
commit b596959902
5 changed files with 27 additions and 11 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY day "08"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY year "2016">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "February 7th &year;">
<!ENTITY releasedate "February 8th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->

View File

@ -44,6 +44,16 @@
-->
<listitem>
<para>February 8th, 2016</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to curl-7.47.1. Fixes
<ulink url="&blfs-ticket-root;7442">#7442</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>February 7th, 2016</para>
<itemizedlist>

View File

@ -4,11 +4,11 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
<!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
<!ENTITY curl-download-ftp " ">
<!ENTITY curl-md5sum "a6a400c4d6de843d13ffbbb39f4d8173">
<!ENTITY curl-md5sum "8242c073d8e5fc1c2a1aa946f1e903a4">
<!ENTITY curl-size "2.8 MB">
<!ENTITY curl-buildsize "54 MB (with tests)">
<!ENTITY curl-buildsize "56 MB (with tests)">
<!ENTITY curl-time "0.4 SBU (additional 8.8 SBU for tests, with parallelism = 4)">
]>
@ -171,12 +171,18 @@ security issues.
<screen role="root"><userinput>make install &amp;&amp;
cp -a docs docs-save &amp;&amp;
rm -rf docs/examples/.deps &amp;&amp;
find docs \( -name Makefile\* \
-o -name \*.1 \
-o -name \*.3 \) \
-exec rm {} \; &amp;&amp;
install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
cp -v -R docs/* /usr/share/doc/curl-&curl-version;</userinput></screen>
cp -v -R docs/* /usr/share/doc/curl-&curl-version; &amp;&amp;
rm -rf docs &amp;&amp;
mv -i docs-save doc</userinput></screen>
<para>
Simple tests to the new installed <command>curl</command>:

View File

@ -389,7 +389,7 @@
<!ENTITY wicd-major-version "1.7">
<!-- Chapter 17 -->
<!ENTITY curl-version "7.47.0">
<!ENTITY curl-version "7.47.1">
<!ENTITY geoclue-version "0.12.0">
<!ENTITY glib-networking-version "2.46.1">
<!ENTITY ldns-version "1.6.17">

View File

@ -9,7 +9,7 @@
<!ENTITY gnumeric-md5sum "bb417125db591261d5aa75b11bfa50de">
<!ENTITY gnumeric-size "18 MB">
<!ENTITY gnumeric-buildsize "329 MB (with tests)">
<!ENTITY gnumeric-time "1.9 SBU (additional 7.8 SBU for tests)">
<!ENTITY gnumeric-time "1.9 SBU (additional 6.7 SBU for tests)">
]>
<sect1 id="gnumeric" xreflabel="Gnumeric-&gnumeric-version;">
@ -146,9 +146,9 @@ make</userinput></screen>
-e '/\tt6500-strings.*/d;/\tt6506-cell-comments.*/d;/\tt6509-validation.*/d' \
-i test/Makefile</userinput></screen>
then issue <command>make -k check</command>. Tests must be run from an
active X session, and <xref linkend="dconf"/> should be installed to
prevent some failures.
then issue <command>make check</command>. Tests must be run from an active
X session, and <xref linkend="dconf"/> should be installed to prevent some
failures.
</para>
</sect2>