Changeset 2629a88


Ignore:
Timestamp:
10/09/2015 02:18:05 PM (9 years ago)
Author:
Igor Živković <igor@…>
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:
70e06fa
Parents:
19bcba7d
Message:

Update to cmake-3.3.2.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r19bcba7d r2629a88  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "08">                   <!-- Always 2 digits -->
     3<!ENTITY day          "09">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 8th &year;">
     9<!ENTITY releasedate  "October 9th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/cmake.xml

    r19bcba7d r2629a88  
    77  <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "52638576f4e1e621fed6c3410d3a1b12">
     9  <!ENTITY cmake-md5sum        "5febbd11bcaac854a27eebaf4a124be2">
    1010  <!ENTITY cmake-size          "6.3 MB">
    11   <!ENTITY cmake-buildsize     "669 MB (with test suite and Qt5 <command>cmake-gui</command>)">
    12   <!ENTITY cmake-time          "3.8 SBU, using parallelism=4 (with test suite and Qt5 <command>cmake-gui</command>)">
     11  <!ENTITY cmake-buildsize     "316 MB">
     12  <!ENTITY cmake-time          "4.1 SBU">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r19bcba7d r2629a88  
    4646
    4747    <listitem>
     48      <para>October 9th, 2015</para>
     49      <itemizedlist>
     50       <listitem>
     51          <para>[igor] - Update to cmake-3.3.2. Fixes
     52          <ulink url="&blfs-ticket-root;6947">#6947</ulink>.</para>
     53       </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>October 8th, 2015</para>
    4959      <itemizedlist>
  • packages.ent

    r19bcba7d r2629a88  
    250250<!ENTITY clisp-version                "2.49">
    251251<!ENTITY cmake-major-version          "3.3">
    252 <!ENTITY cmake-minor-version          "1">
     252<!ENTITY cmake-minor-version          "2">
    253253<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    254254<!--<!ENTITY cvs-version                  "1.11.23">-->
Note: See TracChangeset for help on using the changeset viewer.