Changeset 7a5639a


Ignore:
Timestamp:
04/02/2015 02:08:01 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
a45efb6d
Parents:
fb7229db
Message:

Update to subversion-1.8.13.
apache-ant-1.9.4: include extra lines to extrapaths.sh.
JUnit-4.11: typo.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfb7229db r7a5639a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "01">                   <!-- Always 2 digits -->
     3<!ENTITY day          "02">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 1st, &year;">
     9<!ENTITY releasedate  "April 2nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/apache-ant.xml

    rfb7229db r7a5639a  
    213213
    214214<screen role="root"><userinput>cat &gt;&gt; /etc/profile.d/extrapaths.sh &lt;&lt; EOF
    215 <literal># Begin Apache-ant addition
     215<literal>
     216# Begin Apache-ant addition
     217
    216218pathappend /opt/ant/bin
    217219export ANT_HOME=/opt/ant
    218 # End Apache-ant addition</literal>
     220
     221# End Apache-ant addition
     222</literal>
    219223EOF</userinput></screen>
    220224
  • general/prog/junit.xml

    rfb7229db r7a5639a  
    9393      much stricter than before regarding the conformance of the Javadoc
    9494      comments in source code to HTML. The <application>Junit</application>
    95       documentation does not meet those standard, so the conformance checks
     95      documentation does not meet that standard, so the conformance checks
    9696      have to be disabled. This can be done with the following command:
    9797    </para>
  • general/prog/subversion.xml

    rfb7229db r7a5639a  
    1010  "http://www.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    1111  <!ENTITY subversion-download-ftp  " ">
    12   <!ENTITY subversion-md5sum        "766a89bbbb388f8eb76166672d3b9e49">
     12  <!ENTITY subversion-md5sum        "4413417b529d7bdf82f74e50df02e88b">
    1313  <!ENTITY subversion-size          "6.6 MB">
    14   <!ENTITY subversion-buildsize     "123 MB (272 MB with all bindings and API documentation built; additional 694 MB for tests)">
    15   <!ENTITY subversion-time          "1.9 SBU (3.6 SBU with all bindings and API documentation built; additional 11 SBU for tests)">
     14  <!ENTITY subversion-buildsize     "135 MB (349 MB with all bindings and API documentation built; additional 703 MB for tests)">
     15  <!ENTITY subversion-time          "1.1 SBU (2.9 SBU with all bindings and API documentation built; additional 21 SBU for tests)">
    1616]>
    1717
     
    183183
    184184    <para>
    185       To test the results, issue: <command>make -k check</command>. One test
    186       (wc-queries-test) is known to fail with recent versions of SQLite.
    187     </para>
    188 
    189     <para>
    190       To test the results of the Java bindings build, issue
    191       <command>make check-javahl</command>. Note you must have the
    192       <application>JUnit</application> testing framework installed.
     185      To test the results, issue: <command>make check</command>.
     186    </para>
     187
     188    <para>
     189      The Java bindings test, <command>make check-javahl</command>, fails for
     190      unknown reasons.  <!--To test the results of the Java bindings build,
     191      issue <command>make check-javahl</command>. Note you must have the
     192      <application>JUnit</application> testing framework installed.-->
    193193    </para>
    194194
     
    201201    </para>
    202202
     203    <para>
     204      The Ruby bindings test, <command>make check-swig-rb</command>, fails for
     205      unknown reasons.
     206    </para>
    203207
    204208    <para>
  • introduction/welcome/changelog.xml

    rfb7229db r7a5639a  
    4646
    4747    <listitem>
     48      <para>April 2nd, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to subversion-1.8.13. Fixes
     52          <ulink url="&blfs-ticket-root;6354">#6354</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>April 1st, 2015</para>
    4959      <itemizedlist>
  • packages.ent

    rfb7229db r7a5639a  
    272272<!ENTITY scons-version                "2.3.4">
    273273<!ENTITY slang-version                "2.2.4">
    274 <!ENTITY subversion-version           "1.8.11">
     274<!ENTITY subversion-version           "1.8.13">
    275275<!ENTITY swig-version                 "3.0.5">
    276276<!ENTITY tcl-version                  "8.6.4">
Note: See TracChangeset for help on using the changeset viewer.