Changeset dad67b4
- Timestamp:
- 01/21/2020 03:35:56 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0dd5674d
- Parents:
- fcab2481
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rfcab2481 rdad67b4 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 19"> <!-- Always 2 digits -->3 <!ENTITY day "21"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 19th, &year;">9 <!ENTITY releasedate "January 21st, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/mako.xml
rfcab2481 rdad67b4 7 7 <!ENTITY Mako-download-http "&pymodules-dl;/M/Mako/Mako-&mako-version;.tar.gz"> 8 8 <!ENTITY Mako-download-ftp " "> 9 <!ENTITY Mako-md5sum " 6c3f2da0b74af529a4c4a537d0848bf2">10 <!ENTITY Mako-size "4 56KB">9 <!ENTITY Mako-md5sum "2660a4916f2f63456e6885c727b7cd2f"> 10 <!ENTITY Mako-size "460 KB"> 11 11 <!ENTITY Mako-buildsize "3.1 MB"> 12 12 <!ENTITY Mako-time "less than 0.1 SBU"> -
introduction/welcome/changelog.xml
rfcab2481 rdad67b4 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>January 21st, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Update to gparted-1.1.0. Fixes 49 <ulink url="&blfs-ticket-root;13043">#13043</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to Mako-1.1.1 (Python Module). Fixes 53 <ulink url="&blfs-ticket-root;13044">#13044</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 44 58 <listitem> 45 59 <para>January 19th, 2020</para> -
packages.ent
rfcab2481 rdad67b4 529 529 <!-- libxml2 for Python2 shares the version of libxml2 --> 530 530 <!ENTITY lxml-version "4.4.2"> 531 <!ENTITY mako-version "1.1. 0">531 <!ENTITY mako-version "1.1.1"> 532 532 <!ENTITY MarkupSafe-version "1.1.1"> 533 533 <!ENTITY pyatspi2-version "2.34.0"> … … 893 893 <!--<!ENTITY fontforge-date "2015-02-28">--> 894 894 <!ENTITY fontforge-version "20170731"> 895 <!ENTITY gparted-version "1. 0.0">895 <!ENTITY gparted-version "1.1.0"> 896 896 <!ENTITY gimp-version "2.10.14"> 897 897 <!ENTITY hexchat-version "2.14.3"> -
xsoft/other/gparted.xml
rfcab2481 rdad67b4 7 7 <!ENTITY gparted-download-http "&sourceforge-dl;/gparted/gparted-&gparted-version;.tar.gz"> 8 8 <!ENTITY gparted-download-ftp " "> 9 <!ENTITY gparted-md5sum "0 25160c642b64148818761a1a4f599eb">9 <!ENTITY gparted-md5sum "0da45cb522d766dfb4886fb3bdbc2634"> 10 10 <!ENTITY gparted-size "3.8 MB"> 11 <!ENTITY gparted-buildsize " 88 MB">12 <!ENTITY gparted-time "0.4 SBU (using parallelism=4 )">11 <!ENTITY gparted-buildsize "90 MB (add 82 MB for tests)"> 12 <!ENTITY gparted-time "0.4 SBU (using parallelism=4; add 0.5 SBU for tests)"> 13 13 ]> 14 14 … … 108 108 109 109 <para> 110 T his package does not come with a testsuite.110 To run the tests, issue: <command>make check</command>. 111 111 </para> 112 112
Note:
See TracChangeset
for help on using the changeset viewer.