Changeset 481fd21


Ignore:
Timestamp:
10/29/2020 10:23:21 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
4b8a71a
Parents:
6b255f3e
Message:

Update to icu4c-68_1-src.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6b255f3e r481fd21  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "27">                   <!-- Always 2 digits -->
     3<!ENTITY day          "29">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 27th, &year;">
     9<!ENTITY releasedate  "October 29th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/icu.xml

    r6b255f3e r481fd21  
    88           "http://github.com/unicode-org/icu/releases/download/release-&icu-major;-&icu-minor;/icu4c-&icu-major;_&icu-minor;-src.tgz">
    99  <!ENTITY icu-download-ftp  " ">
    10   <!ENTITY icu-md5sum        "c4d62b497cbd89ab2a9ca6b543e57b30">
    11   <!ENTITY icu-size          "23 MB">
    12   <!ENTITY icu-buildsize     "350 MB (add 35 MB for tests)">
    13   <!ENTITY icu-time          "0.9 SBU (Using parallelism=4; add 1.9 SBU for tests)">
     10  <!ENTITY icu-md5sum        "6a99b541ea01f271257b121a4433c7c0">
     11  <!ENTITY icu-size          "24 MB">
     12  <!ENTITY icu-buildsize     "353 MB (add 35 MB for tests)">
     13  <!ENTITY icu-time          "0.7 SBU (Using parallelism=4; add 2.2 SBU for tests)">
    1414]>
    1515
  • general/genlib/libical.xml

    r6b255f3e r481fd21  
    100100  <sect2 role="installation">
    101101    <title>Installation of libical</title>
     102
     103    <para>First make some fixes for the latest versions of icu and Python:</para>
     104
     105<screen><userinput>sed -i '/define LEAP_MONTH/a #define FALSE 0' src/libical/icalrecur.c &amp;&amp;
     106sed -i 's/array/arraytest/'       src/test/libical-glib/CMakeLists.txt &amp;&amp;
     107mv src/test/libical-glib/array.py src/test/libical-glib/arraytest.py</userinput></screen>
    102108
    103109    <para>
  • introduction/welcome/changelog.xml

    r6b255f3e r481fd21  
    4343    -->
    4444    <listitem>
     45      <para>October 29th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to icu4c-68_1-src. Fixes
     49          <ulink url="&blfs-ticket-root;14184">#14184</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>October 27th, 2020</para>
    4656      <itemizedlist>
     
    5565        </listitem>
    5666        <listitem>
    57           <para>[timtas] - Update to iopenldap-2.4.55. Fixes
     67          <para>[timtas] - Update to openldap-2.4.55. Fixes
    5868          <ulink url="&blfs-ticket-root;14177">#14177</ulink>.</para>
    5969        </listitem>
  • packages.ent

    r6b255f3e r481fd21  
    110110<!ENTITY gspell-version               "1.8.4">
    111111
    112 <!ENTITY icu-major                    "67">
     112<!ENTITY icu-major                    "68">
    113113<!ENTITY icu-minor                    "1">
    114114<!ENTITY icu-patch                    "0">
Note: See TracChangeset for help on using the changeset viewer.