Changeset b9929f1


Ignore:
Timestamp:
06/09/2015 07:08:36 PM (9 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.8, 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:
b75604f9
Parents:
7d7588a3
Message:

Update to cups-2.0.3.
Forgotten: tag Colord-1.2.11 for gcc5.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/colord.xml

    r7d7588a3 rb9929f1  
    3838    </para>
    3939
    40     &lfs77_checked;
     40    &lfs77_checked; &gcc5_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    r7d7588a3 rb9929f1  
    4848      <para>June 9th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to cups-2.0.3. Fixes
     52          <ulink url="&blfs-ticket-root;6584">#6584</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Update to colord-1.2.11. Fixes
  • packages.ent

    r7d7588a3 rb9929f1  
    722722<!-- Part XII -->
    723723<!-- Chapter 42 -->
    724 <!ENTITY cups-version                 "2.0.2">
     724<!ENTITY cups-version                 "2.0.3">
    725725<!ENTITY cups-filters-version         "1.0.68">
    726726<!ENTITY gs-version                   "9.16">
  • pst/printing/cups.xml

    r7d7588a3 rb9929f1  
    77  <!ENTITY cups-download-http "http://www.cups.org/software/&cups-version;/cups-&cups-version;-source.tar.bz2">
    88  <!ENTITY cups-download-ftp  " ">
    9   <!ENTITY cups-md5sum        "6e0ea72dbafcf5baaa1cf4178e71096d">
     9  <!ENTITY cups-md5sum        "8d98b85edbdab7ab03739c9622f570e8">
    1010  <!ENTITY cups-size          "8.4 MB">
    11   <!ENTITY cups-buildsize     "61 MB (additional 28 MB for the tests)">
    12   <!ENTITY cups-time          "0.5 SBU (additional 4.4 SBU for the tests)">
     11  <!ENTITY cups-buildsize     "99 MB (with tests)">
     12  <!ENTITY cups-time          "0.8 SBU (with tests)">
    1313]>
    1414
     
    231231
    232232    <para>
    233       To test the results, issue: <command>make -k check</command>. An already
     233      To test the results, issue: <command>make check</command>. An already
    234234      active graphical session with bus address is necessary to run the tests.
    235       A small number of tests fail for unknown reasons.
    236235    </para>
    237236
     
    452451        <seg>
    453452          /etc/cups,
    454           /usr/include/cups,
    455           /usr/lib/cups,
    456           /usr/share/cups,
    457           /usr/share/doc/cups-&cups-version;,
    458           /var/cache/cups,
    459           /var/log/cups,
    460           /var/run/cups, and
    461           /var/spool/cups
     453          /usr/{include,lib,share}/cups,
     454          /usr/share/doc/cups-&cups-version;, and
     455          /var/{cache,log,run,spool}/cups
    462456        </seg>
    463457      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.