Changeset 39060e91
- Timestamp:
- 12/12/2019 07:26:09 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 42adfc21
- Parents:
- a521cd6
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra521cd6 r39060e91 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 0"> <!-- Always 2 digits -->3 <!ENTITY day "12"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 1 0th, &year;">9 <!ENTITY releasedate "December 12th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/boost.xml
ra521cd6 r39060e91 7 7 <!ENTITY boost-download-http "https://dl.bintray.com/boostorg/release/&boost-version;/source/boost_&boost-dl-version;.tar.bz2"> 8 8 <!ENTITY boost-download-ftp " "> 9 <!ENTITY boost-md5sum " 4cdf9b5c2dc01fb2b7b733d5af30e558">10 <!ENTITY boost-size " 95MB">11 <!ENTITY boost-buildsize " 943 MB (168 MB installed)">12 <!ENTITY boost-time "1.5 SBU (Using parallelism=4; add 1. 1SBU for tests)">9 <!ENTITY boost-md5sum "cb40943d2a2cb8ce08d42bc48b0f84f0"> 10 <!ENTITY boost-size "102 MB"> 11 <!ENTITY boost-buildsize "1.0 GB (168 MB installed)"> 12 <!ENTITY boost-time "1.5 SBU (Using parallelism=4; add 1.3 SBU for tests)"> 13 13 ]> 14 14 … … 82 82 <bridgehead renderas="sect4">Optional</bridgehead> 83 83 <para role="optional"> 84 <xref linkend="icu"/>, 85 <xref linkend="python2"/>, and 84 <xref linkend="icu"/> and 86 85 <ulink url="https://www.open-mpi.org/">Open MPI</ulink> 87 86 </para> … … 117 116 is required. 118 117 Run the tests with: issue <command>pushd tools/build/test; 119 python test_all.py; popd</command>.118 python3 test_all.py; popd</command>. 120 119 All 152 tests should pass. 121 120 </para> -
general/prog/cmake.xml
ra521cd6 r39060e91 7 7 <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> 8 8 <!ENTITY cmake-download-ftp " "> 9 <!ENTITY cmake-md5sum " a38cb4d547ca79f8a1b8211be41790b1">9 <!ENTITY cmake-md5sum "142cf11cd9a7c298cf875604cee96434"> 10 10 <!ENTITY cmake-size "8.7 MB"> 11 <!ENTITY cmake-buildsize "443 MB (add 5 38MB for tests)">12 <!ENTITY cmake-time "2.8 SBU (add 3. 9SBU for tests, both using parallelism=4)">11 <!ENTITY cmake-buildsize "443 MB (add 541 MB for tests)"> 12 <!ENTITY cmake-time "2.8 SBU (add 3.8 SBU for tests, both using parallelism=4)"> 13 13 ]> 14 14 -
general/prog/perl-modules/perl-business-isbn.xml
ra521cd6 r39060e91 6 6 7 7 <!ENTITY my-download-http "&perl_authors;/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz"> 8 <!ENTITY my-md5sum "60b36c0a92cf51e9027ec3d9f38e7224"> 9 8 <!ENTITY my-md5sum "d5528402f40ad01635d6031c3b580c8e"> 10 9 ]> 11 10 -
general/sysutils/unrar.xml
ra521cd6 r39060e91 7 7 <!ENTITY unrar-download-http "http://www.rarlab.com/rar/unrarsrc-&unrar-version;.tar.gz"> 8 8 <!ENTITY unrar-download-ftp " "> 9 <!ENTITY unrar-md5sum " 9b16734f7f92b86aa2f6394c6659d453">9 <!ENTITY unrar-md5sum "0e0a2f75a8f4f0242ee8ebb58cbd37f9"> 10 10 <!ENTITY unrar-size "228 KB"> 11 11 <!ENTITY unrar-buildsize "2.1 MB"> … … 83 83 <title>Installation of UnRar</title> 84 84 85 <note><para>This package extracts the tarball to the unversioned 86 directory <filename>unrar</filename> and not the expected directory 87 <filename>unrar-&unrar-version;</filename>.</para></note> 88 89 85 90 <para> 86 91 Install <application>UnRar</application> by running the following -
introduction/welcome/changelog.xml
ra521cd6 r39060e91 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>December 12th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to boost-1.72.0. Fixes 49 <ulink url="&blfs-ticket-root;12896">#12896</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to Business-ISBN-3.005. Fixes 53 <ulink url="&blfs-ticket-root;12893">#12893</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to unrar-5.8.5. Fixes 57 <ulink url="&blfs-ticket-root;12892">#12892</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[bdubbs] - Update to cmake-3.16.1. Fixes 61 <ulink url="&blfs-ticket-root;12889">#12889</ulink>.</para> 62 </listitem> 63 </itemizedlist> 64 </listitem> 65 44 66 <listitem> 45 67 <para>December 10th, 2019</para> -
packages.ent
ra521cd6 r39060e91 85 85 86 86 <!ENTITY boost-major "1"> 87 <!ENTITY boost-minor "7 1">87 <!ENTITY boost-minor "72"> 88 88 <!ENTITY boost-patch "0"> 89 89 <!ENTITY boost-version "&boost-major;.&boost-minor;.&boost-patch;"> … … 299 299 <!ENTITY udisks-version "1.0.5"> <!-- stable lt .90 micro version --> 300 300 <!ENTITY udisks2-version "2.8.4"> <!-- stable lt .90 micro version --> 301 <!ENTITY unrar-version "5.8. 4">301 <!ENTITY unrar-version "5.8.5"> 302 302 <!ENTITY unzip-version "6.0"> 303 303 <!ENTITY upower-version "0.99.11"> … … 314 314 <!ENTITY clisp-version "2.49"> 315 315 <!ENTITY cmake-major-version "3.16"> 316 <!ENTITY cmake-minor-version " 0">316 <!ENTITY cmake-minor-version "1"> 317 317 <!ENTITY cmake-version "&cmake-major-version;.&cmake-minor-version;"> 318 318 <!ENTITY dejagnu-version "1.6.2"> … … 369 369 <!ENTITY Archive-Zip-version "1.67"> 370 370 <!ENTITY autovivification-version "0.18"> 371 <!ENTITY Business-ISBN-version "3.00 4">371 <!ENTITY Business-ISBN-version "3.005"> 372 372 <!ENTITY Business-ISMN-version "1.201"> 373 373 <!ENTITY Business-ISSN-version "1.003">
Note:
See TracChangeset
for help on using the changeset viewer.