Changeset 5962f97
- Timestamp:
- 08/07/2020 02:24:06 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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:
- c0aa452
- Parents:
- df0e196
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rdf0e196 r5962f97 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 6"> <!-- Always 2 digits -->3 <!ENTITY day "07"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- 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 "August 6th, &year;">9 <!ENTITY releasedate "August 7th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/perl-deps.xml
rdf0e196 r5962f97 83 83 <listitem> 84 84 <para> 85 <xref linkend="perl-b-cow"/> 86 </para> 87 </listitem> 88 <listitem> 89 <para> 85 90 <xref linkend="perl-b-hooks-endofscope"/> 86 91 </para> … … 564 569 565 570 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 571 href="perl-deps/perl-b-cow.xml"/> 572 573 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 566 574 href="perl-deps/perl-b-hooks-endofscope.xml"/> 567 575 -
general/prog/perl-deps/perl-clone.xml
rdf0e196 r5962f97 9 9 <!ENTITY my-download-http "&metacpan_authors;/A/AT/ATOOMIC/Clone-&Clone-version;.tar.gz"> 10 10 <!-- only one of the above choices --> 11 <!ENTITY my-md5sum " 12e2247a3c9802bae774daac32d083c1">11 <!ENTITY my-md5sum "b101333499b638658f89e29458cd83c0"> 12 12 13 13 ]> … … 45 45 </itemizedlist> 46 46 47 <bridgehead renderas="sect4">Clone Dependencies</bridgehead> 48 49 <bridgehead renderas="sect5">Recommended (required for the testsuite)</bridgehead> 50 <para role="recommended"> 51 <xref linkend="perl-b-cow"/>, 52 53 </para> 54 47 55 </sect3> 48 49 <!-- omit dependencies if not needed.50 With Clone-0.43 B::COW is claimed to be needed, but not referenced in the51 installed module. It is referenced in test, but they all pass without it. -->52 56 53 57 <sect3 role="installation"> -
general/prog/perl-deps/perl-test-requires.xml
rdf0e196 r5962f97 6 6 7 7 <!ENTITY my-download-http "&metacpan_authors;/T/TO/TOKUHIROM/Test-Requires-&Test-Requires-version;.tar.gz"> 8 <!ENTITY my-md5sum " 0d5da779609d0c8fa6f796b45ff8c6f3">8 <!ENTITY my-md5sum "999d6c4e46ea7baae7a5113292e02ed8"> 9 9 10 10 ]> -
introduction/welcome/changelog.xml
rdf0e196 r5962f97 43 43 --> 44 44 <listitem> 45 <para>August 7th, 2020</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Updated to Clone-0.45 with its new dependency of 49 B-COW-0.004. Also updated to Test-Requires-0.11 50 (perl module dependencies), part of 51 <ulink url="&blfs-ticket-root;13844">#13844</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 45 57 <para>August 6th, 2020</para> 46 58 <itemizedlist> -
packages.ent
rdf0e196 r5962f97 440 440 <!ENTITY Alien-Build-version "2.26"> 441 441 <!ENTITY Alien-Libxml2-version "0.16"> 442 <!ENTITY B-COW-version "0.004"> 442 443 <!ENTITY B-Hooks-EndOfScope-version "0.24"> 443 444 <!ENTITY Business-ISBN-Data-version "20191107"> … … 447 448 <!ENTITY Class-Singleton-version "1.5"> 448 449 <!ENTITY Class-Tiny-version "1.006"> 449 <!ENTITY Clone-version "0.4 3">450 <!ENTITY Clone-version "0.45"> 450 451 <!ENTITY Config-AutoConf-version "0.318"> 451 452 <!ENTITY CPAN-Meta-Check-version "0.014"> … … 514 515 <!ENTITY Test-MockModule-version "v0.173.0"> 515 516 <!ENTITY Test-Needs-version "0.002006"> 516 <!ENTITY Test-Requires-version "0.1 0">517 <!ENTITY Test-Requires-version "0.11"> 517 518 <!ENTITY Test-RequiresInternet-version "0.05"> 518 519 <!ENTITY Test-utf8-version "1.01">
Note:
See TracChangeset
for help on using the changeset viewer.