Author: renodr
Date: Fri Mar 22 15:07:03 2019
New Revision: 21380

Log:
Add missing dependency to LLVM
Minor test info tweak to Clutter
Update to libsecret-0.18.8
Update to gjs-1.56.0

Modified:
   trunk/BOOK/general/prog/llvm.xml
   trunk/BOOK/gnome.ent
   trunk/BOOK/gnome/platform/gjs.xml
   trunk/BOOK/gnome/platform/libsecret.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/clutter.xml

Modified: trunk/BOOK/general/prog/llvm.xml
==============================================================================
--- trunk/BOOK/general/prog/llvm.xml    Fri Mar 22 13:11:34 2019        (r21379)
+++ trunk/BOOK/general/prog/llvm.xml    Fri Mar 22 15:07:03 2019        (r21380)
@@ -161,8 +161,9 @@
       <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>),
       <xref linkend="valgrind"/>,
       <xref linkend="zip"/>,
-      <ulink url="http://www.ocaml.org/";>OCaml</ulink>, and
-      <ulink url="https://pypi.python.org/pypi/Sphinx";>Sphinx</ulink>
+      <ulink url="http://www.ocaml.org/";>OCaml</ulink>, 
+      <ulink url="https://pypi.python.org/pypi/Sphinx";>Sphinx</ulink>, and
+      <ulink url="https://github.com/Z3Prover/z3";>Z3</ulink>
     </para>
 
     <para condition="html" role="usernotes">User Notes:

Modified: trunk/BOOK/gnome.ent
==============================================================================
--- trunk/BOOK/gnome.ent        Fri Mar 22 13:11:34 2019        (r21379)
+++ trunk/BOOK/gnome.ent        Fri Mar 22 15:07:03 2019        (r21380)
@@ -19,14 +19,14 @@
 <!-- Platform -->
 <!ENTITY gcr-version                       "3.28.1">
 <!ENTITY gsettings-desktop-schemas-version "3.32.0">
-<!ENTITY libsecret-version                 "0.18.7">
+<!ENTITY libsecret-version                 "0.18.8">
 <!ENTITY rest-version                      "0.8.1">
 <!ENTITY totem-pl-parser-version           "3.26.3">
 <!ENTITY vte-version                       "0.54.3">
 <!ENTITY yelp-xsl-version                  "3.30.1">
 <!ENTITY GConf-version                     "3.2.6">
 <!ENTITY geocode-glib-version              "3.26.0">
-<!ENTITY gjs-version                       "1.54.3">
+<!ENTITY gjs-version                       "1.56.0">
 <!ENTITY gnome-autoar-version              "0.2.3">
 <!ENTITY gnome-desktop-version             "3.30.2.1">
 <!ENTITY gnome-menus-version               "3.31.4">

Modified: trunk/BOOK/gnome/platform/gjs.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gjs.xml   Fri Mar 22 13:11:34 2019        (r21379)
+++ trunk/BOOK/gnome/platform/gjs.xml   Fri Mar 22 15:07:03 2019        (r21380)
@@ -4,12 +4,12 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY gjs-download-http 
"&gnome-download-http;/gjs/1.54/gjs-&gjs-version;.tar.xz">
-  <!ENTITY gjs-download-ftp  
"&gnome-download-ftp;/gjs/1.54/gjs-&gjs-version;.tar.xz">
-  <!ENTITY gjs-md5sum        "387dd08d40d4f1f1ffec9546b52e7619">
-  <!ENTITY gjs-size          "636 KB">
-  <!ENTITY gjs-buildsize     "78 MB (with tests)">
-  <!ENTITY gjs-time          "1.0 SBU (with tests)">
+  <!ENTITY gjs-download-http 
"&gnome-download-http;/gjs/1.56/gjs-&gjs-version;.tar.xz">
+  <!ENTITY gjs-download-ftp  
"&gnome-download-ftp;/gjs/1.56/gjs-&gjs-version;.tar.xz">
+  <!ENTITY gjs-md5sum        "aa47ee8bdcb7c36e9eafd4c7796fbb96">
+  <!ENTITY gjs-size          "652 KB">
+  <!ENTITY gjs-buildsize     "92 MB (with tests)">
+  <!ENTITY gjs-time          "1.1 SBU (with tests)">
 ]>
 
 <sect1 id="gjs" xreflabel="Gjs-&gjs-version;">
@@ -112,10 +112,7 @@
     <para>
       To test the results, issue: <command>make check</command>. The
       <application>GTK</application> and <application>Cairo</application>
-      tests will fail if not running in an Xorg session. Two tests that
-      use Unicode are known to fail, as C.UTF-8 isn't defined as a locale
-      in our environment.
-      <!-- I sent a mail to the lists regarding this on 2019-01-01 -renodr -->
+      tests will fail if not running in an Xorg session.
     </para>
 
     <para>

Modified: trunk/BOOK/gnome/platform/libsecret.xml
==============================================================================
--- trunk/BOOK/gnome/platform/libsecret.xml     Fri Mar 22 13:11:34 2019        
(r21379)
+++ trunk/BOOK/gnome/platform/libsecret.xml     Fri Mar 22 15:07:03 2019        
(r21380)
@@ -6,7 +6,7 @@
 
   <!ENTITY libsecret-download-http 
"&gnome-download-http;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
   <!ENTITY libsecret-download-ftp  
"&gnome-download-ftp;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
-  <!ENTITY libsecret-md5sum        "376153ece17081eb5410870e0dc5c031">
+  <!ENTITY libsecret-md5sum        "fee403988442f497f3c1dfe7b128869c">
   <!ENTITY libsecret-size          "500 KB">
   <!ENTITY libsecret-buildsize     "17 MB">
   <!ENTITY libsecret-time          "0.1 SBU">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Fri Mar 22 13:11:34 
2019        (r21379)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Mar 22 15:07:03 
2019        (r21380)
@@ -46,6 +46,14 @@
       <para>March 22nd, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Update to libsecret-0.18.8. Part of
+          <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to gjs-1.56.0. Part of
+          <ulink url="&blfs-ticket-root;11775">#11775</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update to bind-9.14.0. Fixes
           <ulink url="&blfs-ticket-root;11848">#11848</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/x/lib/clutter.xml
==============================================================================
--- trunk/BOOK/x/lib/clutter.xml        Fri Mar 22 13:11:34 2019        (r21379)
+++ trunk/BOOK/x/lib/clutter.xml        Fri Mar 22 15:07:03 2019        (r21380)
@@ -154,7 +154,7 @@
     <para>
       To test the results, issue: <command>make -k check</command> (you must be
       in an xterm or similar to do this, because it launches some windows).
-      Two tests have been observed to indicate ERROR, but each is flagged 
twice. 
+      <!-- Two tests have been observed to indicate ERROR, but each is flagged 
twice. -->
     </para>
 
     <para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to