All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] upgrade for x11 libs
@ 2011-01-05 13:05 Dexuan Cui
  2011-01-05 13:05 ` [PATCH 01/12] renderproto: upgrade from 0.11 to the latest version 0.11.1 Dexuan Cui
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-01-05 13:05 UTC (permalink / raw)
  To: poky

I tested it (sato, sdk) on qemux86, qemumips with incremental and full builds.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: dcui/master
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master

Thanks,
    Dexuan Cui <dexuan.cui@intel.com>
---


Dexuan Cui (12):
  renderproto: upgrade from 0.11 to the latest version 0.11.1
  inputproto: upgrade from 2.0 to 2.0.1
  xproto: upgrade from 7.0.19 to 7.0.20
  compositeproto: upgrade from 0.4 to 0.4.2
  resourceproto: upgrade from 1.1.0 to 1.1.1
  scrnsaverproto: upgrade from 1.2.0 to 1.2.1
  pixman: upgrade from 0.20.0 to 0.21.2
  libdmx: upgrade from 1.1.0 to 1.1.1
  libxxf86misc: upgrade from 1.0.2 to 1.0.3
  librsvg: upgrade from 2.32.0 to 2.32.1
  preferred-xorg-versions.inc: updated for lastest package updates
  distro_tracking_fields.inc: update for lastest package updates

 .../conf/distro/include/distro_tracking_fields.inc |   96 +++++++++++---------
 .../distro/include/preferred-xorg-versions.inc     |   28 +++---
 .../doc_Makefile.patch                             |    0
 .../{librsvg_2.32.0.bb => librsvg_2.32.1.bb}       |    7 +-
 .../xorg-lib/{libdmx_1.1.0.bb => libdmx_1.1.1.bb}  |    8 +-
 ...libxxf86misc_1.0.2.bb => libxxf86misc_1.0.3.bb} |    5 +-
 .../{pixman_0.20.0.bb => pixman_0.21.2.bb}         |    7 +-
 ...mpositeproto_0.4.bb => compositeproto_0.4.2.bb} |    7 +-
 .../{inputproto_2.0.bb => inputproto_2.0.1.bb}     |    7 +-
 .../{renderproto_0.11.bb => renderproto_0.11.1.bb} |    9 +-
 ...sourceproto_1.1.0.bb => resourceproto_1.1.1.bb} |    8 +-
 ...saverproto_1.2.0.bb => scrnsaverproto_1.2.1.bb} |    9 ++-
 .../{xproto_7.0.19.bb => xproto_7.0.20.bb}         |    7 +-
 13 files changed, 110 insertions(+), 88 deletions(-)
 rename meta/recipes-gnome/librsvg/{librsvg-2.32.0 => librsvg-2.32.1}/doc_Makefile.patch (100%)
 rename meta/recipes-gnome/librsvg/{librsvg_2.32.0.bb => librsvg_2.32.1.bb} (90%)
 rename meta/recipes-graphics/xorg-lib/{libdmx_1.1.0.bb => libdmx_1.1.1.bb} (66%)
 rename meta/recipes-graphics/xorg-lib/{libxxf86misc_1.0.2.bb => libxxf86misc_1.0.3.bb} (66%)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.20.0.bb => pixman_0.21.2.bb} (79%)
 rename meta/recipes-graphics/xorg-proto/{compositeproto_0.4.bb => compositeproto_0.4.2.bb} (62%)
 rename meta/recipes-graphics/xorg-proto/{inputproto_2.0.bb => inputproto_2.0.1.bb} (65%)
 rename meta/recipes-graphics/xorg-proto/{renderproto_0.11.bb => renderproto_0.11.1.bb} (60%)
 rename meta/recipes-graphics/xorg-proto/{resourceproto_1.1.0.bb => resourceproto_1.1.1.bb} (50%)
 rename meta/recipes-graphics/xorg-proto/{scrnsaverproto_1.2.0.bb => scrnsaverproto_1.2.1.bb} (53%)
 rename meta/recipes-graphics/xorg-proto/{xproto_7.0.19.bb => xproto_7.0.20.bb} (59%)

-- 
1.7.2



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-01-06 16:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 13:05 [PATCH 00/12] upgrade for x11 libs Dexuan Cui
2011-01-05 13:05 ` [PATCH 01/12] renderproto: upgrade from 0.11 to the latest version 0.11.1 Dexuan Cui
2011-01-05 13:05 ` [PATCH 02/12] inputproto: upgrade from 2.0 to 2.0.1 Dexuan Cui
2011-01-05 13:05 ` [PATCH 03/12] xproto: upgrade from 7.0.19 to 7.0.20 Dexuan Cui
2011-01-05 13:05 ` [PATCH 04/12] compositeproto: upgrade from 0.4 to 0.4.2 Dexuan Cui
2011-01-05 13:05 ` [PATCH 05/12] resourceproto: upgrade from 1.1.0 to 1.1.1 Dexuan Cui
2011-01-05 13:05 ` [PATCH 06/12] scrnsaverproto: upgrade from 1.2.0 to 1.2.1 Dexuan Cui
2011-01-05 13:05 ` [PATCH 07/12] pixman: upgrade from 0.20.0 to 0.21.2 Dexuan Cui
2011-01-05 13:06 ` [PATCH 08/12] libdmx: upgrade from 1.1.0 to 1.1.1 Dexuan Cui
2011-01-05 13:06 ` [PATCH 09/12] libxxf86misc: upgrade from 1.0.2 to 1.0.3 Dexuan Cui
2011-01-05 13:06 ` [PATCH 10/12] librsvg: upgrade from 2.32.0 to 2.32.1 Dexuan Cui
2011-01-05 13:06 ` [PATCH 11/12] preferred-xorg-versions.inc: updated for lastest package updates Dexuan Cui
2011-01-05 13:06 ` [PATCH 12/12] distro_tracking_fields.inc: update " Dexuan Cui
2011-01-06 16:59 ` [PATCH 00/12] upgrade for x11 libs Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.