Update to gjs-1.50.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19481 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2017-11-11 20:06:45 +00:00
parent 2318468203
commit 7c54072c7c
3 changed files with 11 additions and 6 deletions

View File

@ -22,7 +22,7 @@
<!ENTITY yelp-xsl-version "3.20.1">
<!ENTITY GConf-version "3.2.6">
<!ENTITY geocode-glib-version "3.25.4.1">
<!ENTITY gjs-version "1.50.1">
<!ENTITY gjs-version "1.50.2">
<!ENTITY gnome-autoar-version "0.2.2">
<!ENTITY gnome-desktop-version "3.26.1">
<!ENTITY gnome-menus-version "3.13.3">

View File

@ -6,10 +6,10 @@
<!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.50/gjs-&gjs-version;.tar.xz">
<!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.50/gjs-&gjs-version;.tar.xz">
<!ENTITY gjs-md5sum "807c9261e0c3f9f52f2623e55900a58e">
<!ENTITY gjs-size "612 KB">
<!ENTITY gjs-buildsize "43 MB (with tests)">
<!ENTITY gjs-time "0.8 SBU (with tests)">
<!ENTITY gjs-md5sum "d08c1dc0388a0a6bb0975d400928589e">
<!ENTITY gjs-size "600 KB">
<!ENTITY gjs-buildsize "52 MB (with tests)">
<!ENTITY gjs-time "0.7 SBU (with tests)">
]>
<sect1 id="gjs" xreflabel="Gjs-&gjs-version;">
@ -112,9 +112,10 @@ make</userinput></screen>
<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. All tests in
tests will fail if not running in an Xorg session. <!-- All tests in
the installed-tests/js/testself.js directory will indicate an ERROR
dues to a 'missing test plan'.
THIS WAS FIXED IN 1.50.2. -->
</para>
<para>

View File

@ -44,6 +44,10 @@
<listitem>
<para>November 11th, 2017</para>
<itemizedlist>
<listitem>
<para>[renodr] - Update to gjs-1.50.2. Fixes
<ulink url="&blfs-ticket-root;9966">#9966</ulink>.</para>
</listitem>
<listitem>
<para>[ken] - Update to firefox-56.0.2. Fixes
<ulink url="&blfs-ticket-root;9936">#9936</ulink>.</para>