Changeset 600a3b14
- Timestamp:
- 12/14/2015 02:16:58 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1015ec3
- Parents:
- 1eb874ce
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1eb874ce r600a3b14 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 3"> <!-- Always 2 digits -->3 <!ENTITY day "14"> <!-- Always 2 digits --> 4 4 <!ENTITY month "12"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2015"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "December 1 3th &year;">9 <!ENTITY releasedate "December 14th &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/glibmm.xml
r1eb874ce r600a3b14 7 7 <!ENTITY glibmm-download-http "&gnome-download-http;/glibmm/2.46/glibmm-&glibmm-version;.tar.xz"> 8 8 <!ENTITY glibmm-download-ftp "&gnome-download-ftp;/glibmm/2.46/glibmm-&glibmm-version;.tar.xz"> 9 <!ENTITY glibmm-md5sum " cd6ca443da7c0afc6a3279170e6f85fc">9 <!ENTITY glibmm-md5sum "6879e56997aed47816fafe9a7a822a87"> 10 10 <!ENTITY glibmm-size "6.2 MB"> 11 <!ENTITY glibmm-buildsize "24 4MB (with tests)">12 <!ENTITY glibmm-time "2. 8SBU ((with tests)">11 <!ENTITY glibmm-buildsize "241 MB (with tests)"> 12 <!ENTITY glibmm-time "2.7 SBU ((with tests)"> 13 13 ]> 14 14 -
general/genlib/libcroco.xml
r1eb874ce r600a3b14 7 7 <!ENTITY libcroco-download-http "&gnome-download-http;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz"> 8 8 <!ENTITY libcroco-download-ftp "&gnome-download-ftp;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz"> 9 <!ENTITY libcroco-md5sum " f1863da805c9206563da06f56da1ea55">9 <!ENTITY libcroco-md5sum "d4a1919e7ed3a02948e2f8418735797f"> 10 10 <!ENTITY libcroco-size "468 KB"> 11 11 <!ENTITY libcroco-buildsize "13 MB (with tests)"> … … 101 101 102 102 <para> 103 To execute the test suite, run 104 <command>LD_LIBRARY_PATH=$(pwd)/src/.libs make test</command>.105 Some tests fail: searching files in wrong location, locale106 pro blems (character codes compared to characters), float point numbers not107 properly rounded to the same number of places are some of thereasons.108 </para>103 To execute the test suite, run <command>make -k test</command>. Some 104 tests fail: searching files in wrong location, locale problems 105 (character codes compared to characters), float point numbers not 106 properly rounded to the same number of places are some of the 107 reasons. 108 </para> 109 109 110 110 <para> -
introduction/welcome/changelog.xml
r1eb874ce r600a3b14 44 44 45 45 --> 46 47 <listitem> 48 <para>December 14th, 2015</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to libcroco-0.6.10. Fixes 52 <ulink url="&blfs-ticket-root;7247">#7247</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[fernando] - Update to glibmm-2.46.3. Fixes 56 <ulink url="&blfs-ticket-root;7246">#7246</ulink>.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 46 60 47 61 <listitem> -
packages.ent
r1eb874ce r600a3b14 88 88 <!ENTITY expat-version "2.1.0"> 89 89 <!ENTITY glib2-version "2.46.2"> 90 <!ENTITY glibmm-version "2.46. 2">90 <!ENTITY glibmm-version "2.46.3"> 91 91 <!ENTITY gmime-version "2.6.20"> 92 92 <!ENTITY gobject-introspection-version "1.46.0"> … … 109 109 <!ENTITY libatasmart-version "0.19"> 110 110 <!ENTITY libatomic_ops-version "7.4.2"> 111 <!ENTITY libcroco-version "0.6. 9">111 <!ENTITY libcroco-version "0.6.10"> 112 112 <!ENTITY libdaemon-version "0.14"> 113 113 <!ENTITY libdrm-version "2.4.65">
Note:
See TracChangeset
for help on using the changeset viewer.