Changeset 5eb179fa
- Timestamp:
- 06/10/2020 04:54:53 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 9480b5d
- Parents:
- 83d1722c
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r83d1722c r5eb179fa 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 09"> <!-- Always 2 digits -->3 <!ENTITY day "10"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 9th, &year;">9 <!ENTITY releasedate "June 10th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/dbus-python.xml
r83d1722c r5eb179fa 126 126 <para> 127 127 To test the results, issue: <command>make -C python2 check</command>. 128 One test reportserror due to dbus issues.128 Several tests report an error due to dbus issues. 129 129 </para> 130 130 -
general/prog/pycairo2.xml
r83d1722c r5eb179fa 72 72 <bridgehead renderas="sect5">Required</bridgehead> 73 73 <para role="required"> 74 <xref linkend="cairo"/> ,74 <xref linkend="cairo"/> and 75 75 <xref linkend="python2"/> 76 76 </para> -
general/prog/swig.xml
r83d1722c r5eb179fa 7 7 <!ENTITY swig-download-http "&sourceforge-dl;/swig/swig-&swig-version;.tar.gz"> 8 8 <!ENTITY swig-download-ftp " "> 9 <!ENTITY swig-md5sum " 54cc40b3804816f7d38ab510b6f13b04">9 <!ENTITY swig-md5sum "7c3e46cb5af2b469722cafa0d91e127b"> 10 10 <!ENTITY swig-size "7.7 MB"> 11 <!ENTITY swig-buildsize "1 81 MB (1.2GB with tests)">12 <!ENTITY swig-time "0.2 SBU (add 9. 4SBU for tests; both using parallelism=4)">11 <!ENTITY swig-buildsize "118 MB (1.3 GB with tests)"> 12 <!ENTITY swig-time "0.2 SBU (add 9.3 SBU for tests; both using parallelism=4)"> 13 13 ]> 14 14 … … 140 140 <command>PY3=1 make check-python-test-suite</command>. --> According to 141 141 <application>SWIG</application>'s documentation, the failure of some 142 tests should not be considered harmful. 142 tests should not be considered harmful. The go tests are buggy and may 143 generate a lot of meaningless output. 143 144 </para> 144 145 -
introduction/welcome/changelog.xml
r83d1722c r5eb179fa 43 43 --> 44 44 <listitem> 45 <para>June 10th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to swig-4.0.2. Fixes 49 <ulink url="&blfs-ticket-root;13653">#13653</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 45 55 <para>June 9th, 2020</para> 46 56 <itemizedlist> -
packages.ent
r83d1722c r5eb179fa 365 365 <!ENTITY slang-version "2.3.2"> 366 366 <!ENTITY subversion-version "1.14.0"> 367 <!ENTITY swig-version "4.0. 1">367 <!ENTITY swig-version "4.0.2"> 368 368 <!ENTITY tcl-version "8.6.10"> 369 369 <!ENTITY tk-version "8.6.10">
Note:
See TracChangeset
for help on using the changeset viewer.