Changeset 8bd6989d


Ignore:
Timestamp:
02/11/2014 10:13:09 PM (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.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:
d1ce445
Parents:
7745345d
Message:

Update to SWIG-2.0.12. Fixes ticket #4674.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r7745345d r8bd6989d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "10">                   <!-- Always 2 digits -->
     3<!ENTITY day          "11">                   <!-- Always 2 digits -->
    44<!ENTITY month        "02">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "February 10th, &year;">
     9<!ENTITY releasedate  "February 11th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    394394<!ENTITY slang-version                "2.2.4">
    395395<!ENTITY subversion-version           "1.8.5">
    396 <!ENTITY swig-version                 "2.0.11">
     396<!ENTITY swig-version                 "2.0.12">
    397397<!ENTITY tcl-version                  "8.6.1">
    398398<!ENTITY tk-version                   "8.6.1">
  • general/prog/swig.xml

    r7745345d r8bd6989d  
    77  <!ENTITY swig-download-http "&sourceforge-repo;/swig/swig-&swig-version;.tar.gz">
    88  <!ENTITY swig-download-ftp  " ">
    9   <!ENTITY swig-md5sum        "291ba57c0acd218da0b0916c280dcbae">
     9  <!ENTITY swig-md5sum        "c3fb0b2d710cc82ed0154b91e43085a4">
    1010  <!ENTITY swig-size          "5.06 MB">
    11   <!ENTITY swig-buildsize     "80.5 MB (up to 1 GB for tests)">
    12   <!ENTITY swig-time          "0.35 SBU (11 SBU for tests of Perl, Python, Lua, Ruby, Guile, tcl, and PHP)">
     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)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r7745345d r8bd6989d  
    4646
    4747    <listitem>
     48      <para>February 11th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to SWIG-2.0.12. Fixes
     52          <ulink url="&blfs-ticket-root;4674">#4674</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>February 10th, 2014</para>
    4959      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.