All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] x server library upgrade
@ 2010-11-17  1:44 Yu Ke
  2010-11-16 15:09 ` [PATCH 01/12] damageproto: upgrade from 1.2.0 to the latest version 1.2.1 Dexuan Cui
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Yu Ke @ 2010-11-17  1:44 UTC (permalink / raw)
  To: poky

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,
    Yu Ke <ke.yu@intel.com>
---


Dexuan Cui (12):
  damageproto: upgrade from 1.2.0 to the latest version 1.2.1
  fixesproto: upgrade from 4.1.1 to the latest version 4.1.2
  fontsproto: upgrade from 2.1.0 to the latest version 2.1.1
  glproto: upgrade from 1.4.11 to the latest version 1.4.12
  kbproto: upgrade from 1.0.4 to the latest version 1.0.5
  randrproto: upgrade from 1.3.1 to the latest version 1.3.2
  recordproto: upgrade from 1.14 to the latest version 1.14.1
  scrnsaverproto: upgrade from 1.2.0 to the latest version 1.2.1
  videoproto: upgrade from 2.3.0 to the latest version 2.3.1
  xcmiscproto: upgrade from 1.2.0 to the latest version 1.2.1
  xextproto: upgrade from 7.1.1 to the latest version 7.1.2
  Distro Tracking: update distro tracking field for recipes of Graphics
    libs

 .../conf/distro/include/distro_tracking_fields.inc |   66 ++++++++++----------
 .../distro/include/preferred-xorg-versions.inc     |   38 ++++++------
 ...bxscrnsaver_1.2.0.bb => libxscrnsaver_1.2.1.bb} |    2 +-
 .../{damageproto_1.2.0.bb => damageproto_1.2.1.bb} |    2 +-
 .../xorg-proto/fixesproto_4.1.1.bb                 |   11 ---
 .../xorg-proto/fixesproto_4.1.2.bb                 |   11 +++
 .../{fontsproto_2.1.0.bb => fontsproto_2.1.1.bb}   |    2 +-
 .../{glproto_1.4.11.bb => glproto_1.4.12.bb}       |    2 +-
 .../{kbproto_1.0.4.bb => kbproto_1.0.5.bb}         |    2 +-
 .../{randrproto_1.3.1.bb => randrproto_1.3.2.bb}   |    2 +-
 .../{recordproto_1.14.bb => recordproto_1.14.1.bb} |    2 +-
 .../{videoproto_2.3.0.bb => videoproto_2.3.1.bb}   |    2 +-
 .../{xcmiscproto_1.2.0.bb => xcmiscproto_1.2.1.bb} |    2 +-
 .../{xextproto_7.1.1.bb => xextproto_7.1.2.bb}     |    0
 14 files changed, 72 insertions(+), 72 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxscrnsaver_1.2.0.bb => libxscrnsaver_1.2.1.bb} (95%)
 rename meta/recipes-graphics/xorg-proto/{damageproto_1.2.0.bb => damageproto_1.2.1.bb} (96%)
 delete mode 100644 meta/recipes-graphics/xorg-proto/fixesproto_4.1.1.bb
 create mode 100644 meta/recipes-graphics/xorg-proto/fixesproto_4.1.2.bb
 rename meta/recipes-graphics/xorg-proto/{fontsproto_2.1.0.bb => fontsproto_2.1.1.bb} (96%)
 rename meta/recipes-graphics/xorg-proto/{glproto_1.4.11.bb => glproto_1.4.12.bb} (96%)
 rename meta/recipes-graphics/xorg-proto/{kbproto_1.0.4.bb => kbproto_1.0.5.bb} (96%)
 rename meta/recipes-graphics/xorg-proto/{randrproto_1.3.1.bb => randrproto_1.3.2.bb} (96%)
 rename meta/recipes-graphics/xorg-proto/{recordproto_1.14.bb => recordproto_1.14.1.bb} (96%)
 rename meta/recipes-graphics/xorg-proto/{videoproto_2.3.0.bb => videoproto_2.3.1.bb} (93%)
 rename meta/recipes-graphics/xorg-proto/{xcmiscproto_1.2.0.bb => xcmiscproto_1.2.1.bb} (95%)
 rename meta/recipes-graphics/xorg-proto/{xextproto_7.1.1.bb => xextproto_7.1.2.bb} (100%)



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

end of thread, other threads:[~2010-11-17  2:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-17  1:44 [PATCH 00/12] x server library upgrade Yu Ke
2010-11-16 15:09 ` [PATCH 01/12] damageproto: upgrade from 1.2.0 to the latest version 1.2.1 Dexuan Cui
2010-11-16 15:11 ` [PATCH 02/12] fixesproto: upgrade from 4.1.1 to the latest version 4.1.2 Dexuan Cui
2010-11-16 15:12 ` [PATCH 03/12] fontsproto: upgrade from 2.1.0 to the latest version 2.1.1 Dexuan Cui
2010-11-16 15:13 ` [PATCH 04/12] glproto: upgrade from 1.4.11 to the latest version 1.4.12 Dexuan Cui
2010-11-16 15:14 ` [PATCH 05/12] kbproto: upgrade from 1.0.4 to the latest version 1.0.5 Dexuan Cui
2010-11-16 15:14 ` [PATCH 06/12] randrproto: upgrade from 1.3.1 to the latest version 1.3.2 Dexuan Cui
2010-11-16 15:15 ` [PATCH 07/12] recordproto: upgrade from 1.14 to the latest version 1.14.1 Dexuan Cui
2010-11-16 15:16 ` [PATCH 08/12] scrnsaverproto: upgrade from 1.2.0 to the latest version 1.2.1 Dexuan Cui
2010-11-16 15:16 ` [PATCH 09/12] videoproto: upgrade from 2.3.0 to the latest version 2.3.1 Dexuan Cui
2010-11-16 15:17 ` [PATCH 10/12] xcmiscproto: upgrade from 1.2.0 to the latest version 1.2.1 Dexuan Cui
2010-11-16 15:18 ` [PATCH 11/12] xextproto: upgrade from 7.1.1 to the latest version 7.1.2 Dexuan Cui
2010-11-16 15:23 ` [PATCH 12/12] Distro Tracking: update distro tracking field for recipes of Graphics libs Dexuan Cui

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.