Changeset b5969599


Ignore:
Timestamp:
02/08/2016 09:35:20 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b09ed46a
Parents:
9dcfced
Message:
  • 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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9dcfced rb5969599  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     3<!ENTITY day          "08">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 7th &year;">
     9<!ENTITY releasedate  "February 8th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r9dcfced rb5969599  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>February 8th, 2016</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to curl-7.47.1. Fixes
     52          <ulink url="&blfs-ticket-root;7442">#7442</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • networking/netlibs/curl.xml

    r9dcfced rb5969599  
    55  %general-entities;
    66
    7   <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
     7  <!ENTITY curl-download-http "https://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "a6a400c4d6de843d13ffbbb39f4d8173">
     9  <!ENTITY curl-md5sum        "8242c073d8e5fc1c2a1aa946f1e903a4">
    1010  <!ENTITY curl-size          "2.8 MB">
    11   <!ENTITY curl-buildsize     "54 MB (with tests)">
     11  <!ENTITY curl-buildsize     "56 MB (with tests)">
    1212  <!ENTITY curl-time          "0.4 SBU (additional 8.8 SBU for tests, with parallelism = 4)">
    1313]>
     
    172172<screen role="root"><userinput>make install &amp;&amp;
    173173
     174cp -a docs docs-save       &amp;&amp;
     175rm -rf docs/examples/.deps &amp;&amp;
     176
    174177find docs \( -name Makefile\* \
    175178          -o -name \*.1       \
     
    177180          -exec rm {} \;      &amp;&amp;
    178181install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
    179 cp -v -R docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
     182cp -v -R docs/*     /usr/share/doc/curl-&curl-version; &amp;&amp;
     183
     184rm -rf docs &amp;&amp;
     185mv -i docs-save doc</userinput></screen>
    180186
    181187    <para>
  • packages.ent

    r9dcfced rb5969599  
    390390
    391391<!-- Chapter 17 -->
    392 <!ENTITY curl-version                 "7.47.0">
     392<!ENTITY curl-version                 "7.47.1">
    393393<!ENTITY geoclue-version              "0.12.0">
    394394<!ENTITY glib-networking-version      "2.46.1">
  • xsoft/office/gnumeric.xml

    r9dcfced rb5969599  
    1010  <!ENTITY gnumeric-size          "18 MB">
    1111  <!ENTITY gnumeric-buildsize     "329 MB (with tests)">
    12   <!ENTITY gnumeric-time          "1.9 SBU (additional 7.8 SBU for tests)">
     12  <!ENTITY gnumeric-time          "1.9 SBU (additional 6.7 SBU for tests)">
    1313]>
    1414
     
    147147  -i test/Makefile</userinput></screen>
    148148
    149       then issue <command>make -k check</command>. Tests must be run from an
    150       active X session, and <xref linkend="dconf"/> should be installed to
    151       prevent some failures.
     149      then issue <command>make check</command>. Tests must be run from an active
     150      X session, and <xref linkend="dconf"/> should be installed to prevent some
     151      failures.
    152152    </para>
    153153
Note: See TracChangeset for help on using the changeset viewer.