Update to gjs-1.41.91.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14414 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Fernando de Oliveira 2014-09-28 19:01:03 +00:00
parent f2d161682d
commit d5ab525759
3 changed files with 10 additions and 7 deletions

View File

@ -10,7 +10,7 @@
<!ENTITY gcr-version "3.14.0">
<!ENTITY gnome-keyring-version "3.12.2">
<!ENTITY gvfs-version "1.20.3">
<!ENTITY gjs-version "1.40.1">
<!ENTITY gjs-version "1.41.91">
<!ENTITY gnome-desktop-version "3.12.2">
<!ENTITY gnome-video-effects-version "0.4.1">
<!ENTITY gtksourceview-version "3.12.3">

View File

@ -4,10 +4,10 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.40/gjs-&gjs-version;.tar.xz">
<!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.40/gjs-&gjs-version;.tar.xz">
<!ENTITY gjs-md5sum "150580858bc40d0dbc9df43741eb2ad3">
<!ENTITY gjs-size "440 KB">
<!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.41/gjs-&gjs-version;.tar.xz">
<!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.41/gjs-&gjs-version;.tar.xz">
<!ENTITY gjs-md5sum "31390a9fc2a3242b31353c6c175116e5">
<!ENTITY gjs-size "444 KB">
<!ENTITY gjs-buildsize "24 MB (additional 1 MB for the tests)">
<!ENTITY gjs-time "0.3 SBU (additional 0.1 SBU for the tests)">
]>
@ -96,8 +96,7 @@
make</userinput></screen>
<para>
To test the results, issue: <command>make -k check</command>.
Testsuite fails, for unknown reasons.
To test the results, issue: <command>make check</command>.
</para>
<para>

View File

@ -47,6 +47,10 @@
<listitem>
<para>September 28th, 2014</para>
<itemizedlist>
<listitem>
<para>[fernando] - Update to gjs-1.41.91. Fixes
<ulink url="&blfs-ticket-root;5595">#5595</ulink>.</para>
</listitem>
<listitem>
<para>[fernando] - Update to poppler-0.26.5. Fixes
<ulink url="&blfs-ticket-root;5600">#5600</ulink>.</para>