Changeset 586bd9ff
- Timestamp:
- 12/07/2019 12:34:39 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- eecc046
- Parents:
- c4bcf46
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/mercurial.xml
rc4bcf46 r586bd9ff 7 7 <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz"> 8 8 <!ENTITY mercurial-download-ftp " "> 9 <!ENTITY mercurial-md5sum " 9ba9d59157c002db8d8cab680de08eb5">9 <!ENTITY mercurial-md5sum "2373f606f7d1049a9563359ad0afc5cf"> 10 10 <!ENTITY mercurial-size "7.0 MB"> 11 <!ENTITY mercurial-buildsize "75 MB (with docs, add 979MB for tests)">12 <!ENTITY mercurial-time "0.5 SBU (with docs, add 1 2SBU for tests using -j4)">11 <!ENTITY mercurial-buildsize "75 MB (with docs, add 855 MB for tests)"> 12 <!ENTITY mercurial-time "0.5 SBU (with docs, add 11 SBU for tests using -j4)"> 13 13 ]> 14 14 … … 101 101 issue:</para> 102 102 103 <screen remap="doc"><userinput>sed -i '/runrst/s/N)/N)3/' doc/Makefile && 104 2to3-3.7 -w doc/hgmanpage.py && 105 make doc</userinput></screen> 103 <screen remap="doc"><userinput>2to3 -w doc/hgmanpage.py && 104 PYTHON=python3 make doc</userinput></screen> 106 105 107 106 <!-- All tests pass (or are skipped) at version 3.8.2 … … 111 110 class="directory">tests/tmp</filename> and skipping the failing tests, 112 111 issue:</para> 112 113 Version 5.2.1 had one failure test-bundle2-exchange.t 114 113 115 114 116 <screen remap="test"><userinput>cat > tests/blacklists/failed-tests << "EOF" … … 184 186 185 187 <para> 186 <command>sed -i '/runrst/s/N)/N)3/' doc/Makefile</command>: forces the 187 use of <application>Python 3</application> for commands using docutils, 188 allowing to use the docutils <application>Python 3</application> module. 189 </para> 190 191 <para> 192 <command>2to3-3.7 -w doc/hgmanpage.py</command>: Since <application> 188 <command>2to3 -w doc/hgmanpage.py</command>: Since <application> 193 189 Python 3</application> is used with docutils, one file needs to be 194 190 converted in order to be compatible. -
introduction/welcome/changelog.xml
rc4bcf46 r586bd9ff 45 45 <para>December 6th, 2019</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to iw-5.4. Fixes 49 <ulink url="&blfs-ticket-root;12877">#12877</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to mercurial-5.2.1. Fixes 53 <ulink url="&blfs-ticket-root;12876">#12876</ulink>.</para> 54 </listitem> 47 55 <listitem> 48 56 <para>[bdubbs] - Update to gstreamer stack 1.16.2. Fixes -
networking/netprogs/iw.xml
rc4bcf46 r586bd9ff 7 7 <!ENTITY iw-download-http "https://www.kernel.org/pub/software/network/iw/iw-&iw-version;.tar.xz"> 8 8 <!ENTITY iw-download-ftp " "> 9 <!ENTITY iw-md5sum " b65bb6dc3b9474c55f6107a25469d8cf">9 <!ENTITY iw-md5sum "0d8bd345449c14249e39ce4b1f09cd64"> 10 10 <!ENTITY iw-size "136 KB"> 11 11 <!ENTITY iw-buildsize "3.5 MB"> -
packages.ent
rc4bcf46 r586bd9ff 328 328 <!ENTITY lua-version "5.3.5"> 329 329 <!ENTITY lua52-version "5.2.4"> 330 <!ENTITY mercurial-version "5.2 ">330 <!ENTITY mercurial-version "5.2.1"> 331 331 <!ENTITY nasm-version "2.14.02"> 332 332 <!ENTITY ninja-version "1.9.0"> … … 551 551 <!ENTITY bridgeutils-version "1.6"> 552 552 <!ENTITY cifsutils-version "6.9"> 553 <!ENTITY iw-version "5. 3">553 <!ENTITY iw-version "5.4"> 554 554 <!ENTITY ncftp-version "3.2.6"> 555 555 <!ENTITY net-tools-version "CVS_20101030">
Note:
See TracChangeset
for help on using the changeset viewer.