Changeset 514797f


Ignore:
Timestamp:
12/19/2015 12:05:28 PM (8 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.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:
924fcd6
Parents:
a44f951
Message:
  • Update to poppler-0.39.0.
  • Update to ruby-2.2.4.
  • Update to samba-4.3.3.
  • Update to libreoffice-5.0.4 (libreoffice-5.0.4.2).
  • Update to boost_1_60_0.
  • Update to libcroco-0.6.11.
  • Update to Archive-Zip-1.56 (perl module).
  • Update to php-7.0.1.
  • Update to cups-filters-1.5.0.

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

Files:
12 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra44f951 r514797f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "17">                   <!-- Always 2 digits -->
     3<!ENTITY day          "19">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 17th &year;">
     9<!ENTITY releasedate  "December 19th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/boost.xml

    ra44f951 r514797f  
    77  <!ENTITY boost-download-http "&sourceforge-repo;/boost/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "6aa9a5c6a4ca1016edd0ed1178e3cb87">
    10   <!ENTITY boost-size          "68 MB">
    11   <!ENTITY boost-buildsize     "884 MB (additional 1 MB for Boost.Build's regression test)">
    12   <!ENTITY boost-time          "3.9 SBU (additional 1.5 SBU for Boost.Build's regression test)">
     9  <!ENTITY boost-md5sum        "65a840e1a0b13a558ff19eeb2c4f0cbe">
     10  <!ENTITY boost-size          "74 MB">
     11  <!ENTITY boost-buildsize     "899 MB (with Boost.Build's regression test)">
     12  <!ENTITY boost-time          "5.5 SBU (with Boost.Build's regression test)">
    1313]>
    1414
     
    164164    <para>
    165165      <option>--with-python=python3</option>: Add this switch if you want Boost
    166       to use Python3 instead of Python2. 
     166      to use Python3 instead of Python2.
    167167    </para>
    168168
     
    190190          libboost_math_tr1f.so, libboost_math_tr1l.so,
    191191          libboost_prg_exec_monitor.so, libboost_program_options.so,
    192           libboost_python.so, libboost_python3.so, libboost_random.so, libboost_regex.so,
    193           libboost_serialization.so, libboost_signals.so, libboost_system.a,
    194           libboost_system.so, libboost_test_exec_monitor.a, libboost_thread.so,
    195           libboost_timer.a, libboost_timer.so, libboost_unit_test_framework.so,
     192          libboost_python.so, libboost_python3.so, libboost_random.so,
     193          libboost_regex.so, libboost_serialization.so, libboost_signals.so,
     194          libboost_system.a, libboost_system.so, libboost_test_exec_monitor.a,
     195          libboost_thread.so, libboost_timer.a, libboost_timer.so,
     196          libboost_type_erasure.so, libboost_unit_test_framework.so,
    196197          libboost_wave.so, and libboost_wserialization.so
    197198        </seg>
  • general/genlib/libcroco.xml

    ra44f951 r514797f  
    77  <!ENTITY libcroco-download-http "&gnome-download-http;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz">
    88  <!ENTITY libcroco-download-ftp  "&gnome-download-ftp;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz">
    9   <!ENTITY libcroco-md5sum        "d4a1919e7ed3a02948e2f8418735797f">
     9  <!ENTITY libcroco-md5sum        "dabc1911dfbfa85f8e6859ca47863168">
    1010  <!ENTITY libcroco-size          "468 KB">
    1111  <!ENTITY libcroco-buildsize     "13 MB (with tests)">
  • general/graphlib/poppler.xml

    ra44f951 r514797f  
    77  <!ENTITY poppler-download-http "http://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz">
    88  <!ENTITY poppler-download-ftp       " ">
    9   <!ENTITY poppler-md5sum             "850f0725e5b263c504f0cb0910d1fadc">
     9  <!ENTITY poppler-md5sum             "5100960c61b932430b5d74068d71f530">
    1010  <!ENTITY poppler-size               "1.6 MB (additional 9 MB for the test suite)">
    1111  <!ENTITY poppler-buildsize          "65 MB (with Qt4 and Qt5 libraries, and tests)">
  • general/prog/perl-modules.xml

    ra44f951 r514797f  
    88
    99  <!ENTITY Archive-Zip-download-http "http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz">
    10   <!ENTITY Archive-Zip-md5sum "175a68451e31bc554352485568354345">
     10  <!ENTITY Archive-Zip-md5sum "cc401416dc80e3b268173fa884715822">
    1111
    1212  <!ENTITY autovivification-download-http "http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-&autovivification-version;.tar.gz">
  • general/prog/php.xml

    ra44f951 r514797f  
    77  <!ENTITY php-download-http "http://www.php.net/distributions/php-&php-version;.tar.xz">
    88  <!ENTITY php-download-ftp  "ftp://ftp.isu.edu.tw/pub/Unix/Web/PHP/distributions/php-&php-version;.tar.xz">
    9   <!ENTITY php-md5sum        "394e4d6c517078ca3e23acf633c5ed27">
     9  <!ENTITY php-md5sum        "23aba67d57d53145becacb982ed498d5">
    1010  <!ENTITY php-size          "11 MB">
    11   <!ENTITY php-buildsize     "569 MB (with the tests). Documentation adds 106 MB">
    12   <!ENTITY php-time          "6.3 SBU (with the tests)">
     11  <!ENTITY php-buildsize     "564 MB (with the tests). Documentation adds 106 MB">
     12  <!ENTITY php-time          "6.2 SBU (with the tests)">
    1313]>
    1414
  • general/prog/ruby.xml

    ra44f951 r514797f  
    1010  <!ENTITY ruby-download-ftp  "ftp://ftp.ruby-lang.org/pub/ruby/2.2/ruby-&ruby-version;.tar.xz">
    1111-->
    12   <!ENTITY ruby-md5sum        "2a8bc1f46aba8938add70f742e8af1ff">
     12  <!ENTITY ruby-md5sum        "350bfd495e1974cf752de9f4566c7911">
    1313  <!ENTITY ruby-size          "10 MB">
    14   <!ENTITY ruby-buildsize     "585 MB, with checks (additional 466 MB for C API docs)">
    15   <!ENTITY ruby-time          "2.4 SBU (additional 3 SBU for checks and 0.4 SBU for C API docs)">
     14  <!ENTITY ruby-buildsize     "584 MB, with checks (additional 466 MB for C API docs)">
     15  <!ENTITY ruby-time          "2.4 SBU (additional 3.1 SBU for checks and 0.4 SBU for C API docs)">
    1616]>
    1717
     
    114114
    115115    <para>
    116       To test the results, issue: <command>make -k check</command>. One out of
    117       16059 tests fails.
     116      To test the results, issue: <command>make check</command>.
    118117    </para>
    119118
  • introduction/welcome/changelog.xml

    ra44f951 r514797f  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>December 19th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to cups-filters-1.5.0. Fixes
     52          <ulink url="&blfs-ticket-root;7269">#7269</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - Update to php-7.0.1. Fixes
     56          <ulink url="&blfs-ticket-root;7268">#7268</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - Update to Archive-Zip-1.56 (perl module). Fixes
     60          <ulink url="&blfs-ticket-root;7267">#7267</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[fernando] - Update to libcroco-0.6.11. Fixes
     64          <ulink url="&blfs-ticket-root;7266">#7266</ulink>.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[fernando] - Update to boost_1_60_0. Fixes
     68          <ulink url="&blfs-ticket-root;7265">#7265</ulink>.</para>
     69        </listitem>
     70        <listitem>
     71          <para>[bdubbs] - Update to libreoffice-5.0.4 (libreoffice-5.0.4.2).
     72          Fixes <ulink url="&blfs-ticket-root;7264">#7264</ulink>.</para>
     73        </listitem>
     74        <listitem>
     75          <para>[fernando] - Update to samba-4.3.3. Fixes
     76          <ulink url="&blfs-ticket-root;7263">#7263</ulink>.</para>
     77        </listitem>
     78        <listitem>
     79          <para>[fernando] - Update to ruby-2.2.4. Fixes
     80          <ulink url="&blfs-ticket-root;7262">#7262</ulink>.</para>
     81        </listitem>
     82        <listitem>
     83          <para>[fernando] - Update to poppler-0.39.0. Fixes
     84          <ulink url="&blfs-ticket-root;7261">#7261</ulink>.</para>
     85        </listitem>
     86      </itemizedlist>
     87    </listitem>
    4688
    4789    <listitem>
  • networking/netprogs/samba.xml

    ra44f951 r514797f  
    77  <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "61188e76b272c1b1b3730bf1933a791f">
     9  <!ENTITY samba-md5sum        "d7e2bef4deb00178eb310d7b0da3ef8e">
    1010  <!ENTITY samba-size          "20 MB">
    1111  <!ENTITY samba-buildsize     "499 MB (additional 408 MB for the quicktest, reputedly up to 500 MB additional for all tests)">
    12   <!ENTITY samba-time          "2.2 SBU, using parallelism=4 (additional 22.7 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
     12  <!ENTITY samba-time          "2.3 SBU, using parallelism=4 (additional 22.5 SBU for the quicktest, reputedly up to 110 SBU to run all tests)">
    1313]>
    1414
     
    186186
    187187    <para><command>sed ... -i ./lib/async_req/wscript_build</command>: Do not
    188     install async_connect_send_test.</para><!-- Already pushed, so remove in the
     188    install async_connect_send_test.</para><!--
     189    #https://bugzilla.samba.org/show_bug.cgi?id=11639#c0
     190    # We should have this fix in 4.2.7 and 4.3.4
     191
     192    Already pushed, so remove in the
    189193    next version
    190194    https://github.com/samba-team/samba/blob/632114584d3be0d4660e97a6c9e69e577a7bc1e2/lib/async_req/wscript_build
     
    509513          /usr/lib/perl5/vendor_perl/5.x.y/Parse/Pidl/{Samba{3,4},Wireshark},
    510514          /usr/lib/python&python2-majorver;/site-packages/samba,
    511           /usr/lib/samba, /usr/share/samba, and
    512           /var/{cache,lib,lock,log,run}/samba
     515          /usr/{lib,share}/samba, and /var/{cache,lib,lock,log,run}/samba
    513516        </seg>
    514517
  • packages.ent

    ra44f951 r514797f  
    7777
    7878<!ENTITY boost-major                  "1">
    79 <!ENTITY boost-minor                  "59">
     79<!ENTITY boost-minor                  "60">
    8080<!ENTITY boost-patch                  "0">
    8181<!ENTITY boost-version                "&boost-major;.&boost-minor;.&boost-patch;">
     
    109109<!ENTITY libatasmart-version          "0.19">
    110110<!ENTITY libatomic_ops-version        "7.4.2">
    111 <!ENTITY libcroco-version             "0.6.10">
     111<!ENTITY libcroco-version             "0.6.11">
    112112<!ENTITY libdaemon-version            "0.14">
    113113<!ENTITY libdrm-version               "2.4.65">
     
    186186<!ENTITY openjpeg2-version            "2.1.0">
    187187<!ENTITY pixman-version               "0.32.8">   <!-- Even minors only -->
    188 <!ENTITY poppler-version              "0.38.0">
     188<!ENTITY poppler-version              "0.39.0">
    189189<!ENTITY qpdf-version                 "6.0.0">
    190190
     
    274274<!ENTITY nasm-version                 "2.11.08">
    275275<!ENTITY npapi-sdk-version            "0.27.2">
    276 <!ENTITY php-version                  "7.0.0">
     276<!ENTITY php-version                  "7.0.1">
    277277<!ENTITY python2-version              "2.7.11">
    278278<!ENTITY python3-version              "3.5.1">
    279 <!ENTITY ruby-version                 "2.2.3">
     279<!ENTITY ruby-version                 "2.2.4">
    280280<!ENTITY ruby-patch-version           "0">
    281281<!ENTITY scons-version                "2.4.1">
     
    300300<!-- Perl module versions used in the Perl Modules instructions -->
    301301<!ENTITY autovivification-version     "0.16">
    302 <!ENTITY Archive-Zip-version          "1.55">
     302<!ENTITY Archive-Zip-version          "1.56">
    303303<!ENTITY Business-ISBN-version        "2.09">
    304304<!ENTITY Business-ISMN-version        "1.13">
     
    365365<!ENTITY rpcbind-version              "0.2.3">
    366366<!ENTITY rsync-version                "3.1.1">
    367 <!ENTITY samba-version                "4.3.2">
     367<!ENTITY samba-version                "4.3.3">
    368368<!ENTITY wget-version                 "1.17.1">
    369369<!ENTITY wireless-tools-version       "29">
     
    640640<!ENTITY gnucash-version              "2.4.11">
    641641
    642 <!ENTITY libreoffice-version          "5.0.3">
     642<!ENTITY libreoffice-version          "5.0.4">
    643643<!ENTITY libreoffice-patch            ".2">
    644644<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
     
    770770<!-- Chapter 50 -->
    771771<!ENTITY cups-version                 "2.1.2">
    772 <!ENTITY cups-filters-version         "1.4.0">
     772<!ENTITY cups-filters-version         "1.5.0">
    773773<!ENTITY gs-version                   "9.18">
    774774<!ENTITY gutenprint-version           "5.2.10">
  • pst/printing/cups-filters.xml

    ra44f951 r514797f  
    88  "https://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz">
    99  <!ENTITY cups-filters-download-ftp  " ">
    10   <!ENTITY cups-filters-md5sum        "9dc532a710c21ac2c063d07465b93d0b">
     10  <!ENTITY cups-filters-md5sum        "28662e88566899266248807077931186">
    1111  <!ENTITY cups-filters-size          "1.4 MB">
    1212  <!ENTITY cups-filters-buildsize     "50 MB (with tests)">
  • xsoft/office/libreoffice.xml

    ra44f951 r514797f  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "879471fa970c30bb080e11906a3bcdab">
    11   <!ENTITY libreoffice-core-size          "159 MB">
     10  <!ENTITY libreoffice-core-md5sum        "0c6381581f93ef7142b00837002755dd">
     11  <!ENTITY libreoffice-core-size          "160 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "c36d48ec2f90278b03a27d8d3449744d">
    15   <!ENTITY libreoffice-dict-size          "35 MB">
     14  <!ENTITY libreoffice-dict-md5sum        "eaad734b700e4ccc2362097a84392ba0">
     15  <!ENTITY libreoffice-dict-size          "36 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "0ba4c4939e01ed63e39b0751da54ae8f">
     18  <!ENTITY libreoffice-help-md5sum        "82f2dcd28e6bfe33e0edb480b9c8f8e4">
    1919  <!ENTITY libreoffice-help-size          "1.8 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "8439f56d4696e64571bbdc8224ede59d">
    23   <!ENTITY libreoffice-translations-size          "124 MB">
    24   <!ENTITY libreoffice-buildsize          "9 GB (671 MB installed)">
    25   <!ENTITY libreoffice-time               "202 SBU with one core">
     22  <!ENTITY libreoffice-translations-md5sum        "73711d36f4d16b0e2657367c823e1872">
     23  <!ENTITY libreoffice-translations-size          "125 MB">
     24
     25
     26  <!ENTITY libreoffice-buildsize          "12 GB (647 MB installed)">
     27  <!ENTITY libreoffice-time               "64.3 SBU with parallelism = 4 (reputedly 202+ SBU with one core)">
    2628
    2729  <!-- This package has some peculiarities, some discussed in the text.
     
    3739  <!-- [fernando]  For version 4.4.4.3 Built on x86_64 using -\-with-parallelism=4 -->
    3840  <!-- [fernando]  For version 5.0.0.5 Built on x86_64 using -\-with-parallelism=4 -->
     41  <!-- [fernando]  For version 5.0.4.2 Built on x86_64 using -\-with-parallelism=4 -->
    3942]>
    4043
     
    148151        </para>
    149152      </listitem>
    150 
     153<!--
    151154      <listitem>
    152155        <para>
     
    154157          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-boost_1_59_0-1.patch"/>
    155158        </para>
    156       </listitem>
     159      </listitem>-->
    157160    </itemizedlist>
    158161
     
    178181
    179182    <para role="recommended">
    180       <xref linkend="boost"/>,
     183      <xref linkend="boost"/> (currently, broken with boost-1.60.0),
    181184      <xref linkend="clucene"/>,
    182185      <xref linkend="cups"/>,
     
    360363
    361364<screen><userinput>export LO_PREFIX=<replaceable>&lt;PREFIX&gt;</replaceable></userinput></screen>
    362 
     365<!--
    363366    <para>
    364367     Fix build failures introduced by <application>boost-&boost-version;</application>:
    365368    </para>
    366369
    367 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_59_0-1.patch</userinput></screen>
     370<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_59_0-1.patch</userinput></screen>-->
    368371
    369372    <para>
     
    383386
    384387sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    385 
     388<!--
    386389sed -e "/ustrbuf/a #include &lt;algorithm&gt;" \
    387     -i svl/source/misc/gridprinter.cxx   &amp;&amp;
     390    -i svl/source/misc/gridprinter.cxx   &amp;&amp;-->
    388391
    389392chmod -v +x bin/unpack-sources &amp;&amp;
     
    397400             --with-alloc=system         \
    398401             --without-java              \
     402             --without-system-boost      \
    399403             --without-system-dicts      \
    400404             --disable-gconf             \
     
    403407             --enable-release-build=yes  \
    404408             --enable-python=system      \
    405              --with-system-boost         \
    406409             --with-system-clucene       \
    407410             --with-system-cairo         \
     
    488491<screen role="root"><userinput>update-desktop-database</userinput></screen>
    489492
     493    <para>
     494      The suite and main modules can be started from the menu. From a terminal,
     495      the suite can be started with <command>libreoffice</command> command and
     496      the modules with <command>libreoffice
     497      --<replaceable>&lt;module&gt;</replaceable></command> command,
     498      respectively, where <replaceable>&lt;module&gt;</replaceable> is one of
     499      base, calc, draw, impress, math or writer. Modules cannot be started using
     500      their shell starting script names (see "Installed Programs", below), if
     501      LO_PREFIX is other than <filename class='directory'>/user</filename>,
     502      unless <filename class='directory'>$LO_PREFIX/bin</filename> directory is
     503      appended to the PATH.
     504    </para>
     505
    490506  </sect2>
    491507
     
    495511    <para>
    496512      <command>sed -e ...</command>: The first sed prevents compression of the
    497       manual pages, the second one prevents install from failing and the third
     513      manual pages, the second one prevents install from failing<!-- and the third
    498514      one includes a missing header without which <command>make build</command>
    499       fails.
     515      fails-->.
    500516    </para>
    501517
     
    669685      <?dbhtml list-presentation="table"?>
    670686
     687      <varlistentry id="libreoffice-suite">
     688        <term><command>libreoffice (or soffice)</command></term>
     689        <listitem>
     690          <para>
     691            is the main libreofice suite (symlink to
     692            $LO_PREFIX/lib/libreoffice/program/soffice).
     693          </para>
     694          <indexterm zone="libreoffice libreoffice-suite">
     695            <primary sortas="b-libreoffice-suite">libreoffice-suite</primary>
     696          </indexterm>
     697        </listitem>
     698      </varlistentry>
     699
    671700      <varlistentry id="lobase">
    672701        <term><command>lobase</command></term>
    673702        <listitem>
    674703          <para>
    675             is a database manager.
     704            is the database manager module shell starting script.
    676705          </para>
    677706          <indexterm zone="libreoffice lobase">
     
    685714        <listitem>
    686715          <para>
    687             is a spreadsheet program.
     716            is the spreadsheet module shell starting script.
    688717          </para>
    689718          <indexterm zone="libreoffice localc">
     
    697726        <listitem>
    698727          <para>
    699             is a vector graphics editor and diagramming tool.
     728            is the vector graphics editor and diagramming tool module shell
     729            starting script.
    700730          </para>
    701731          <indexterm zone="libreoffice lodraw">
     
    709739        <listitem>
    710740          <para>
    711             can edit and display PowerPoint presentations.
     741            is the (PowerPoint) presentations editor and displayer
     742            module shell starting script.
    712743          </para>
    713744          <indexterm zone="libreoffice loimpress">
     
    721752        <listitem>
    722753          <para>
    723             is a mathematical formula editor.
     754            is the mathematical formula editor module shell starting script.
    724755          </para>
    725756          <indexterm zone="libreoffice lomath">
     
    733764        <listitem>
    734765          <para>
    735             is a word processor.
     766            is the word processor module shell starting script.
    736767          </para>
    737768          <indexterm zone="libreoffice lowriter">
     
    746777          <para>
    747778            is a tool to manage <application>LibreOffice</application>
    748             extensions from the command line.
     779            extensions from the command line shell starting script.
    749780          </para>
    750781          <indexterm zone="libreoffice unopkg">
Note: See TracChangeset for help on using the changeset viewer.