Changeset 5d77516
- Timestamp:
- 12/20/2019 10:13:23 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ba3afea3
- Parents:
- 822c1eb5
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r822c1eb5 r5d77516 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 19"> <!-- Always 2 digits -->3 <!ENTITY day "20"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 19th, &year;">9 <!ENTITY releasedate "December 20th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/blocaled.xml
r822c1eb5 r5d77516 7 7 <!ENTITY blocaled-download-http "https://github.com/pierre-labastie/blocaled/releases/download/v&blocaled-version;/blocaled-&blocaled-version;.tar.xz"> 8 8 <!ENTITY blocaled-download-ftp " "> 9 <!ENTITY blocaled-md5sum " 2b47923594d9f7564b51651e2433b9e1">9 <!ENTITY blocaled-md5sum "bb9935b6ef727d50c7a733e9fdee40bf"> 10 10 <!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)"> 13 13 ]> 14 14 … … 17 17 18 18 <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> 25 21 </sect1info> 26 22 -
introduction/welcome/changelog.xml
r822c1eb5 r5d77516 43 43 --> 44 44 <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"> 45 60 <para>December 19th, 2019</para> 46 61 <itemizedlist> -
packages.ent
r822c1eb5 r5d77516 273 273 <!ENTITY dbus-version "1.12.16"> <!-- Even minors only --> 274 274 <!ENTITY elogind-version "241.4"> 275 <!ENTITY blocaled-version "0. 1">275 <!ENTITY blocaled-version "0.2"> 276 276 <!ENTITY eudev-version "1.7"> 277 277 <!ENTITY fcron-version "3.2.1">
Note:
See TracChangeset
for help on using the changeset viewer.