Changeset 61bbfbb


Ignore:
Timestamp:
01/23/2015 07:57:14 AM (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.7, 7.8, 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:
46fd248
Parents:
3df784a
Message:

Update to cmake-3.1.1.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3df784a r61bbfbb  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     3<!ENTITY day          "23">                   <!-- Always 2 digits -->
    44<!ENTITY month        "01">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "January 22nd, &year;">
     9<!ENTITY releasedate  "January 23rd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/cmake.xml

    r3df784a r61bbfbb  
    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        "188eb7dc9b1b82b363bc51c0d3f1d461">
     9  <!ENTITY cmake-md5sum        "0ae4f25dbec66697c0c3cec1b9e885ae">
    1010  <!ENTITY cmake-size          "5.7 MB">
    11   <!ENTITY cmake-buildsize     "258 MB (additional 250 MB for tests)">
    12   <!ENTITY cmake-time          "1.9 SBU (additional 7.1 SBU for tests)">
     11  <!ENTITY cmake-buildsize     "0.3 GB (additional 250 MB for tests)">
     12  <!ENTITY cmake-time          "2.0 SBU (additional 7.1 SBU for tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r3df784a r61bbfbb  
    4646
    4747    <listitem>
     48      <para>January 23rd, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[igor] - Update to cmake-3.1.1. Fixes
     52          <ulink url="&blfs-ticket-root;6057">#6057</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>January 22nd, 2015</para>
    4959      <itemizedlist>
  • packages.ent

    r3df784a r61bbfbb  
    247247<!ENTITY clisp-version                "2.49">
    248248<!ENTITY cmake-major-version          "3.1">
    249 <!ENTITY cmake-minor-version          "0">
     249<!ENTITY cmake-minor-version          "1">
    250250<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    251251<!ENTITY cvs-version                  "1.11.23">
Note: See TracChangeset for help on using the changeset viewer.