Changeset ef6e187


Ignore:
Timestamp:
07/25/2009 07:02:13 PM (15 years ago)
Author:
Guy Dalziel <gdalziel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
232b00e
Parents:
8fc023d2
Message:

Updated to libcroco-0.6.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7867 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8fc023d2 ref6e187  
    112112<!ENTITY glib2-version                "2.20.4">
    113113<!ENTITY libidl-version               "0.8.12">
    114 <!ENTITY libcroco-version             "0.6.1">
     114<!ENTITY libcroco-version             "0.6.2">
    115115<!ENTITY libgsf-version               "1.14.7">
    116116<!ENTITY libglade-version             "2.6.3">
  • general/genlib/libcroco.xml

    r8fc023d2 ref6e187  
    77  <!ENTITY libcroco-download-http "&gnome-download-http;/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
    88  <!ENTITY libcroco-download-ftp  "&gnome-download-ftp;/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
    9   <!ENTITY libcroco-md5sum        "b0975bd01eb11964f1b3f254f267a43d">
    10   <!ENTITY libcroco-size          "381 KB">
    11   <!ENTITY libcroco-buildsize     "9.8 MB">
    12   <!ENTITY libcroco-time          "0.3 SBU">
     9  <!ENTITY libcroco-md5sum        "1429c597aa4b75fc610ab3a542c99209">
     10  <!ENTITY libcroco-size          "406 KB">
     11  <!ENTITY libcroco-buildsize     "10 MB">
     12  <!ENTITY libcroco-time          "0.2 SBU">
    1313]>
    1414
     
    7676make</userinput></screen>
    7777
    78     <para>To test the results, issue: <command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>.</para>
     78    <para>To test the results, issue:
     79    <command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>.</para>
     80
     81    <para>If there are test failures, issue:
     82    <command>patch -Np1 -i tests/tests-error.log</command>.
     83    This will update the failed tests from CVS. You should now rerun the test.
     84    </para>
    7985
    8086    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • introduction/welcome/changelog.xml

    r8fc023d2 ref6e187  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[gdalziel] - Updated to libcroco-0.6.2.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[gdalziel] - Updated to GLib-2.20.4.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.