Changeset 8c003008


Ignore:
Timestamp:
11/12/2013 03:05:25 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b2840c4
Parents:
80ee4313
Message:

Update to pygobject-3.10.2.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r80ee4313 r8c003008  
    413413<!ENTITY pycairo-version              "1.10.0">
    414414<!ENTITY pygobject2-version           "2.28.6">
    415 <!ENTITY pygobject3-version           "3.10.1">
     415<!ENTITY pygobject3-version           "3.10.2">
    416416<!ENTITY pygtk-version                "2.24.0">
    417417<!ENTITY pyatspi2-version             "2.10.0">
  • general/prog/pygobject3.xml

    r80ee4313 r8c003008  
    99  <!ENTITY pygobject3-download-ftp
    1010           "&gnome-download-ftp;/pygobject/3.10/pygobject-&pygobject3-version;.tar.xz">
    11   <!ENTITY pygobject3-md5sum        "3e47b6ebb15eacbdb3cb0f1e3386f7e9">
     11  <!ENTITY pygobject3-md5sum        "f311155be8510df6ad8e4edf1cb463d4">
    1212  <!ENTITY pygobject3-size          "660 KB">
    1313  <!ENTITY pygobject3-buildsize     "27 MB">
    14   <!ENTITY pygobject3-time          "0.3 SBU">
     14  <!ENTITY pygobject3-time          "0.5 SBU">
    1515]>
    1616
     
    109109
    110110      <para>
    111         To test the results, issue: <command>make -C python2 check</command>.
     111        To test the results, issue: <command>make -C python2 -k check</command>.
     112        An already active graphical session with bus address is necessary to
     113        run the tests.
    112114      </para>
    113115
     
    125127
    126128      <para>
    127         To test the results, issue: <command>make -C python3 check</command>.
     129        To test the results, issue: <command>make -C python3 -k check</command>.
     130        An already active graphical session with bus address is necessary to
     131        run the tests.
    128132      </para>
    129133
  • introduction/welcome/changelog.xml

    r80ee4313 r8c003008  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[fernando] - Update to pygobject-3.10.2. Fixes
     51          <ulink url="&blfs-ticket-root;4312">#4312</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[fernando] - Update to pango-1.36.1. Fixes
    5155          <ulink url="&blfs-ticket-root;4311">#4311</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.