Changeset e7c9d5a9


Ignore:
Timestamp:
04/16/2017 04:12:19 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, 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:
ffd37dd
Parents:
c2928b71
Message:

Update to gjs-1.48.1. Fixes #9108.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18605 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc2928b71 re7c9d5a9  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "04">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2017">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "April 15th &year;">
     9<!ENTITY releasedate  "April 16th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • gnome.ent

    rc2928b71 re7c9d5a9  
    1919<!ENTITY libsecret-version            "0.18.5">
    2020<!ENTITY gcr-version                  "3.20.0">
    21 <!ENTITY gjs-version                  "1.48.0">
     21<!ENTITY gjs-version                  "1.48.1">
    2222<!ENTITY gnome-autoar-version         "0.2.1">
    2323<!ENTITY gnome-desktop-version        "3.22.2">
  • gnome/platform/gjs.xml

    rc2928b71 re7c9d5a9  
    77  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.48/gjs-&gjs-version;.tar.xz">
    88  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.48/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "b4016f257c99ba559b7ad2dc800b6e2e">
    10   <!ENTITY gjs-size          "580 KB">
     9  <!ENTITY gjs-md5sum        "8c1e9ab69a8e204af930f3a66ba9deca">
     10  <!ENTITY gjs-size          "596 KB">
    1111  <!ENTITY gjs-buildsize     "44 MB (with tests)">
    12   <!ENTITY gjs-time          "0.7 SBU (with tests)">
     12  <!ENTITY gjs-time          "0.8 SBU (with tests)">
    1313]>
    1414
     
    109109
    110110    <para>
    111       To test the results, issue: <command>make check</command>.
     111      To test the results, issue: <command>make check</command>. The
     112      <application>GTK</application> and <application>Cairo</application>
     113      tests will fail if not running in an Xorg session.
    112114    </para>
    113115
  • introduction/welcome/changelog.xml

    rc2928b71 re7c9d5a9  
    4343-->
    4444    <listitem>
     45      <para>April 16th, 2017</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Update to gjs-1.48.1. Fixes
     49          <ulink url="&blfs-ticket-root;9108">#9108</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>April 15th, 2017</para>
    4656      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.