Author: renodr
Date: Sun May 29 20:57:20 2016
New Revision: 17406

Log:
(systemd) Update to gcab-0.7
(both) Update to glib-2.48.1
(both) Update to libXfixes-5.0.2

Modified:
   branches/systemd/general/genlib/gcab.xml
   branches/systemd/general/genlib/glib2.xml
   branches/systemd/introduction/welcome/changelog.xml
   branches/systemd/packages.ent
   branches/systemd/x/installing/x7lib.xml
   trunk/BOOK/general/genlib/glib2.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/packages.ent
   trunk/BOOK/x/installing/x7lib.xml

Modified: branches/systemd/general/genlib/gcab.xml
==============================================================================
--- branches/systemd/general/genlib/gcab.xml    Sun May 29 20:33:21 2016        
(r17405)
+++ branches/systemd/general/genlib/gcab.xml    Sun May 29 20:57:20 2016        
(r17406)
@@ -5,13 +5,13 @@
   %general-entities;
 
   <!ENTITY gcab-download-http
-           "&gnome-download-http;/gcab/0.6/gcab-&gcab-version;.tar.xz">
+           "&gnome-download-http;/gcab/0.7/gcab-&gcab-version;.tar.xz">
   <!ENTITY gcab-download-ftp
-           "&gnome-download-ftp;/gcab/0.6/gcab-&gcab-version;.tar.xz">
-  <!ENTITY gcab-md5sum        "dd7333644cb88995693f043da9bf55d3">
-  <!ENTITY gcab-size          "312 KB">
-  <!ENTITY gcab-buildsize     "5.9 MB">
-  <!ENTITY gcab-time          "0.1 SBU">
+           "&gnome-download-ftp;/gcab/0.7/gcab-&gcab-version;.tar.xz">
+  <!ENTITY gcab-md5sum        "d8c54c340e56d0b6a8fe082fd04d8090">
+  <!ENTITY gcab-size          "328 KB">
+  <!ENTITY gcab-buildsize     "5.2 MB (with tests)">
+  <!ENTITY gcab-time          "0.1 SBU (with tests)">
 ]>
 
 <sect1 id="gcab" xreflabel="gcab-&gcab-version;">
@@ -144,7 +144,8 @@
           libgcab-1.0.so
         </seg>
         <seg>
-          /usr/include/libgcab-1.0
+          /usr/include/libgcab-1.0 and
+          /usr/share/gtk-doc/html/gcab
         </seg>
       </seglistitem>
     </segmentedlist>

Modified: branches/systemd/general/genlib/glib2.xml
==============================================================================
--- branches/systemd/general/genlib/glib2.xml   Sun May 29 20:33:21 2016        
(r17405)
+++ branches/systemd/general/genlib/glib2.xml   Sun May 29 20:57:20 2016        
(r17406)
@@ -6,10 +6,10 @@
 
   <!ENTITY glib2-download-http 
"&gnome-download-http;/glib/2.48/glib-&glib2-version;.tar.xz">
   <!ENTITY glib2-download-ftp  
"&gnome-download-ftp;/glib/2.48/glib-&glib2-version;.tar.xz">
-  <!ENTITY glib2-md5sum        "093a586f37d2853bdb129231e1b350e0">
+  <!ENTITY glib2-md5sum        "67bd3b75c9f6d5587b457dc01cdcd5bb">
   <!ENTITY glib2-size          "7.1 MB">
-  <!ENTITY glib2-buildsize     "143 MB (additional 71 MB for tests)">
-  <!ENTITY glib2-time          "1.1 SBU (additional 4.4 SBU for tests)">
+  <!ENTITY glib2-buildsize     "191 MB (additional 70 MB for tests)">
+  <!ENTITY glib2-time          "1.0 SBU (additional 2.7 SBU for tests)">
 ]>
 
 <sect1 id="glib2" xreflabel="GLib-&glib2-version;">
@@ -200,7 +200,7 @@
         </seg>
         <seg>
           /usr/include/gio-unix-2.0,
-          /usr/{include,lib,share}/glib-2.0
+          /usr/{include,lib,share}/glib-2.0,
           /usr/lib/gio, and
           /usr/share/gtk-doc/html/{gio,glib,gobject}
         </seg>
@@ -216,7 +216,7 @@
         <term><command>gapplication</command></term>
         <listitem>
           <para>
-            can be used to start applications and can be used to send
+            can be used to start applications and to send
             messages to existing instances of other applications.
           </para>
           <indexterm zone="glib2 gapplication">
@@ -254,9 +254,9 @@
         <term><command>gio-querymodules</command></term>
         <listitem>
           <para>
-            is used to create a giomodule.cache file in the listed directories.
-            This file lists the implemented extension points for each module
-            that has been found.
+            is used to create a <filename>giomodule.cache</filename> file 
+            in the listed directories. This file lists the implemented 
+            extension points for each module that has been found.
           </para>
           <indexterm zone="glib2 gio-querymodules">
             <primary sortas="b-gio-querymodules">gio-querymodules</primary>
@@ -283,8 +283,8 @@
         <listitem>
           <para>
             is used to compile all the GSettings XML schema files
-            in directory into a binary file with the name gschemas.compiled
-            that can be used by GSettings.
+            in directory into a binary file with the name 
+            <filename>gschemas.compiled</filename> that can be used by 
GSettings.
           </para>
           <indexterm zone="glib2 glib-compile-schemas">
             <primary 
sortas="b-glib-compile-resources">glib-compile-schemas</primary>

Modified: branches/systemd/introduction/welcome/changelog.xml
==============================================================================
--- branches/systemd/introduction/welcome/changelog.xml Sun May 29 20:33:21 
2016        (r17405)
+++ branches/systemd/introduction/welcome/changelog.xml Sun May 29 20:57:20 
2016        (r17406)
@@ -47,6 +47,18 @@
       <para>May 30th, 2016</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Update to libXfixes-5.0.2. Fixes
+          <ulink url="&blfs-ticket-root;7883">#7883</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to glib-2.48.1. Fixes
+          <ulink url="&blfs-ticket-root;7850">#7850</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to gcab-0.7. Partially fixes
+          <ulink url="&blfs-ticket-root;7877">#7877</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[renodr] - Sync to trunk r17403.</para>
         </listitem>
         <listitem>

Modified: branches/systemd/packages.ent
==============================================================================
--- branches/systemd/packages.ent       Sun May 29 20:33:21 2016        (r17405)
+++ branches/systemd/packages.ent       Sun May 29 20:57:20 2016        (r17406)
@@ -89,8 +89,8 @@
 <!ENTITY enchant-version              "1.6.0">
 <!ENTITY exempi-version               "2.3.0">
 <!ENTITY expat-version                "2.1.0">
-<!ENTITY gcab-version                 "0.6">
-<!ENTITY glib2-version                "2.48.0">
+<!ENTITY gcab-version                 "0.7">
+<!ENTITY glib2-version                "2.48.1">
 <!ENTITY glibmm-version               "2.48.1">
 <!ENTITY gmime-version                "2.6.20">
 <!ENTITY gobject-introspection-version "1.48.0">

Modified: branches/systemd/x/installing/x7lib.xml
==============================================================================
--- branches/systemd/x/installing/x7lib.xml     Sun May 29 20:33:21 2016        
(r17405)
+++ branches/systemd/x/installing/x7lib.xml     Sun May 29 20:57:20 2016        
(r17406)
@@ -43,8 +43,8 @@
   <!ENTITY libXaw-version                  "1.0.13">
   <!ENTITY libXaw-md5sum                   "e5e06eb14a608b58746bdd1c0bd7b8e3">
 
-  <!ENTITY libXfixes-version               "5.0.1">
-  <!ENTITY libXfixes-md5sum                "b985b85f8b9386c85ddcfe1073906b4d">
+  <!ENTITY libXfixes-version               "5.0.2">
+  <!ENTITY libXfixes-md5sum                "544d73df94e638ba7b64147be416e576">
 
   <!ENTITY libXcomposite-version           "0.4.4">
   <!ENTITY libXcomposite-md5sum            "f7a218dcbf6f0848599c6c36fc65c51a">

Modified: trunk/BOOK/general/genlib/glib2.xml
==============================================================================
--- trunk/BOOK/general/genlib/glib2.xml Sun May 29 20:33:21 2016        (r17405)
+++ trunk/BOOK/general/genlib/glib2.xml Sun May 29 20:57:20 2016        (r17406)
@@ -6,10 +6,10 @@
 
   <!ENTITY glib2-download-http 
"&gnome-download-http;/glib/2.48/glib-&glib2-version;.tar.xz">
   <!ENTITY glib2-download-ftp  
"&gnome-download-ftp;/glib/2.48/glib-&glib2-version;.tar.xz">
-  <!ENTITY glib2-md5sum        "093a586f37d2853bdb129231e1b350e0">
+  <!ENTITY glib2-md5sum        "67bd3b75c9f6d5587b487dc01cdcd5bb">
   <!ENTITY glib2-size          "7.1 MB">
-  <!ENTITY glib2-buildsize     "143 MB (additional 71 MB for tests)">
-  <!ENTITY glib2-time          "1.1 SBU (additional 4.4 SBU for tests)">
+  <!ENTITY glib2-buildsize     "191 MB (additional 70 MB for tests)">
+  <!ENTITY glib2-time          "1.0 SBU (additional 2.7 SBU for tests)">
 ]>
 
 <sect1 id="glib2" xreflabel="GLib-&glib2-version;">
@@ -205,7 +205,7 @@
         <term><command>gapplication</command></term>
         <listitem>
           <para>
-            can be used to start applications and can be used to send
+            can be used to start applications and to send
             messages to already-running instances of other applications.
           </para>
           <indexterm zone="glib2 gapplication">
@@ -243,9 +243,9 @@
         <term><command>gio-querymodules</command></term>
         <listitem>
           <para>
-            is used to create a giomodule.cache file in the listed directories.
-            This file lists the implemented extension points for each module
-            that has been found.
+            is used to create a <filename>giomodule.cache</filename> file in 
+            the listed directories. This file lists the implemented extension 
+            points for each module that has been found.
           </para>
           <indexterm zone="glib2 gio-querymodules">
             <primary sortas="b-gio-querymodules">gio-querymodules</primary>
@@ -272,8 +272,8 @@
         <listitem>
           <para>
             is used to compile all the GSettings XML schema files
-            in directory into a binary file with the name gschemas.compiled
-            that can be used by GSettings.
+            in directory into a binary file with the name 
+            <filename>gschemas.compiled</filename> that can be used by 
GSettings.
           </para>
           <indexterm zone="glib2 glib-compile-schemas">
             <primary 
sortas="b-glib-compile-resources">glib-compile-schemas</primary>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun May 29 20:33:21 
2016        (r17405)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Sun May 29 20:57:20 
2016        (r17406)
@@ -43,6 +43,19 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>May 29th, 2016</para>
+      <itemizedlist>
+        <listitem>
+          <para>[renodr] - Update to glib-2.48.1. Fixes
+          <ulink url="&blfs-ticket-root;7850">#7850</ulink>.</para>
+        </listitem>
+        <listitem>
+          <para>[renodr] - Update to libXfixes-5.0.2. Fixes
+          <ulink url="&blfs-ticket-root;7883">#7883</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>May 27th, 2016</para>

Modified: trunk/BOOK/packages.ent
==============================================================================
--- trunk/BOOK/packages.ent     Sun May 29 20:33:21 2016        (r17405)
+++ trunk/BOOK/packages.ent     Sun May 29 20:57:20 2016        (r17406)
@@ -89,7 +89,7 @@
 <!ENTITY enchant-version              "1.6.0">
 <!ENTITY exempi-version               "2.3.0">
 <!ENTITY expat-version                "2.1.0">
-<!ENTITY glib2-version                "2.48.0">
+<!ENTITY glib2-version                "2.48.1">
 <!ENTITY glibmm-version               "2.48.1">
 <!ENTITY gmime-version                "2.6.20">
 <!ENTITY gobject-introspection-version "1.48.0">

Modified: trunk/BOOK/x/installing/x7lib.xml
==============================================================================
--- trunk/BOOK/x/installing/x7lib.xml   Sun May 29 20:33:21 2016        (r17405)
+++ trunk/BOOK/x/installing/x7lib.xml   Sun May 29 20:57:20 2016        (r17406)
@@ -43,8 +43,8 @@
   <!ENTITY libXaw-version                  "1.0.13">
   <!ENTITY libXaw-md5sum                   "e5e06eb14a608b58746bdd1c0bd7b8e3">
 
-  <!ENTITY libXfixes-version               "5.0.1">
-  <!ENTITY libXfixes-md5sum                "b985b85f8b9386c85ddcfe1073906b4d">
+  <!ENTITY libXfixes-version               "5.0.2">
+  <!ENTITY libXfixes-md5sum                "544d73df94e638ba7b64147be416e576">
 
   <!ENTITY libXcomposite-version           "0.4.4">
   <!ENTITY libXcomposite-md5sum            "f7a218dcbf6f0848599c6c36fc65c51a">
-- 
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