Changeset f10d931
- Timestamp:
- 07/22/2015 11:36:46 PM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 92c298cc
- Parents:
- 5f42e0c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/talloc.xml
r5f42e0c rf10d931 7 7 <!ENTITY talloc-download-http "https://www.samba.org/ftp/talloc/talloc-&talloc-version;.tar.gz"> 8 8 <!ENTITY talloc-download-ftp " "> 9 <!ENTITY talloc-md5sum " 6bc6e6ac293e739a902dd73cdc88f664">10 <!ENTITY talloc-size "4 16KB">11 <!ENTITY talloc-buildsize " 6.5 MB">12 <!ENTITY talloc-time "0.3 SBU ">9 <!ENTITY talloc-md5sum "3e285de2228ae67ff0a0f5cec658f627"> 10 <!ENTITY talloc-size "424 KB"> 11 <!ENTITY talloc-buildsize "7.2 MB (with tests and both python modules)"> 12 <!ENTITY talloc-time "0.3 SBU (with tests and both python modules)"> 13 13 ]> 14 14 … … 77 77 <xref linkend="DocBook"/>, 78 78 <xref linkend="docbook-xsl"/> and 79 <xref linkend="libxslt"/> (To generate man pages) and 80 <xref linkend="python2"/> (To build Python module). 79 <xref linkend="libxslt"/> (To generate man pages), 80 <xref linkend="python2"/> (To build Python-2 module) and 81 <xref linkend="python3"/> (To build Python-3 module) 81 82 </para> 82 83 … … 109 110 </sect2> 110 111 112 <sect2 role="commands"> 113 <title>Command Explanations</title> 114 115 <para> 116 <option>--extra-python=PYTHON</option>: This switch enables building 117 selected libraries for the specified additional version of Python 118 (example: <option>--extra-python=/usr/bin/python3</option>). 119 </para> 120 121 </sect2> 122 111 123 <sect2 role="content"> 112 124 <title>Contents</title> … … 122 134 </seg> 123 135 <seg> 124 libpytalloc-util.so, libtalloc.so and 125 talloc.so (Python Module) 136 libpytalloc-util.cpython-34m.so, 137 libpytalloc-util.so, 138 libtalloc.so, 139 talloc.so (Python-2 Module) and 140 talloc.cpython-34m.so (Python-3 Module) 126 141 </seg> 127 142 <seg> -
introduction/welcome/changelog.xml
r5f42e0c rf10d931 48 48 <para>July 22nd, 2015</para> 49 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to talloc-2.1.3. Fixes 52 <ulink url="&blfs-ticket-root;6742">#6742</ulink>.</para> 53 </listitem> 50 54 <listitem> 51 55 <para>[renodr] - Update to unrar-5.3.1. Fixes -
packages.ent
r5f42e0c rf10d931 147 147 <!ENTITY qjson-version "0.8.1"> 148 148 <!ENTITY sbc-version "1.3"> 149 <!ENTITY talloc-version "2.1. 2">149 <!ENTITY talloc-version "2.1.3"> 150 150 <!ENTITY wv-version "1.2.9"> 151 151 <!ENTITY xapian-version "1.2.21">
Note:
See TracChangeset
for help on using the changeset viewer.