Changeset 5d77516


Ignore:
Timestamp:
12/20/2019 10:13:23 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ba3afea3
Parents:
822c1eb5
Message:

blocaled-0.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

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

    r822c1eb5 r5d77516  
    77<!ENTITY blocaled-download-http "https://github.com/pierre-labastie/blocaled/releases/download/v&blocaled-version;/blocaled-&blocaled-version;.tar.xz">
    88  <!ENTITY blocaled-download-ftp  " ">
    9   <!ENTITY blocaled-md5sum        "2b47923594d9f7564b51651e2433b9e1">
     9  <!ENTITY blocaled-md5sum        "bb9935b6ef727d50c7a733e9fdee40bf">
    1010  <!ENTITY blocaled-size          "256 KB">
    11   <!ENTITY blocaled-buildsize     "3.8 MB">
    12   <!ENTITY blocaled-time          "less than 0.1 SBU">
     11  <!ENTITY blocaled-buildsize     "4.2 MB (with tests)">
     12  <!ENTITY blocaled-time          "0.1 SBU (with tests)">
    1313]>
    1414
     
    1717
    1818  <sect1info>
    19     <!-- this part gets updated when you commit, IFF you set the properties:
    20       first, svn add path/to/thisfile.xml and then
    21       svn propset svn:mime-type text/plain path/to/thisfile.xml and
    22       svn propset svn:keywords "Date LastChangedBy" path/to/thisfile.xml -->
    23     <othername>$LastChangedBy: renodr $</othername>
    24     <date>$Date: 2019-10-31 17:50:26 +0100 (jeu. 31 oct. 2019) $</date>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
    2521  </sect1info>
    2622
  • introduction/welcome/changelog.xml

    r822c1eb5 r5d77516  
    4343       -->
    4444    <listitem>
     45      <para>December 20th, 2019</para>
     46      <itemizedlist>
     47        <!-- temporary hack because itemized list does not want to be
     48             empty. Fix this at the end of the day -->
     49        <listitem>
     50          <para> </para>
     51        </listitem>
     52        <listitem revision="sysv">
     53          <para>[pierre] - Update to blocaled-0.2. Fixes
     54          <ulink url="&blfs-ticket-root;12934">#12934</ulink>.</para>
     55        </listitem>
     56      </itemizedlist>
     57    </listitem>
     58
     59    <listitem revision="sysv">
    4560      <para>December 19th, 2019</para>
    4661      <itemizedlist>
  • packages.ent

    r822c1eb5 r5d77516  
    273273<!ENTITY dbus-version                 "1.12.16">   <!-- Even minors only -->
    274274<!ENTITY elogind-version              "241.4">
    275 <!ENTITY blocaled-version             "0.1">
     275<!ENTITY blocaled-version             "0.2">
    276276<!ENTITY eudev-version                "1.7">
    277277<!ENTITY fcron-version                "3.2.1">
Note: See TracChangeset for help on using the changeset viewer.