Changeset 4461c8e7


Ignore:
Timestamp:
03/22/2014 11:55:15 AM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
2fc9e1d
Parents:
3c5358d
Message:

Update to SWIG-3.0.0. Fixes trac ticket 4813.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3c5358d r4461c8e7  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 21st, &year;">
     9<!ENTITY releasedate  "March 22nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    395395<!ENTITY slang-version                "2.2.4">
    396396<!ENTITY subversion-version           "1.8.8">
    397 <!ENTITY swig-version                 "2.0.12">
     397<!ENTITY swig-version                 "3.0.0">
    398398<!ENTITY tcl-version                  "8.6.1">
    399399<!ENTITY tk-version                   "8.6.1">
  • general/prog/swig.xml

    r3c5358d r4461c8e7  
    77  <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "c3fb0b2d710cc82ed0154b91e43085a4">
    10   <!ENTITY swig-size          "5.06 MB">
    11   <!ENTITY swig-buildsize     "70 MB (up to 1 GB for tests)">
    12   <!ENTITY swig-time          "0.4 SBU (11 SBU for tests of Perl, Python, Lua, Ruby, Guile, tcl, and PHP)">
     9  <!ENTITY swig-md5sum        "9c8278fad527dda4bf38edffe5acc394">
     10  <!ENTITY swig-size          "5.29 MB">
     11  <!ENTITY swig-buildsize     "80 MB (up to 1 GB for tests)">
     12  <!ENTITY swig-time          "0.4 SBU (16 SBU for tests of Guile, Java, Lua, Perl, PHP, Python, Ruby, and tcl)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r3c5358d r4461c8e7  
    4646
    4747    <listitem>
     48      <para>March 22nd, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to SWIG-3.0.0. Fixes
     52          <ulink url="&blfs-ticket-root;4813">#4813</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>March 21st, 2014</para>
    4959      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.