From: Yu Ke <ke.yu@intel.com>
To: poky@yoctoproject.org
Subject: [PATCH 00/12] x server library upgrade
Date: Wed, 17 Nov 2010 09:44:00 +0800 [thread overview]
Message-ID: <cover.1289958240.git.ke.yu@intel.com> (raw)
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%)
next reply other threads:[~2010-11-17 2:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-17 1:44 Yu Ke [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1289958240.git.ke.yu@intel.com \
--to=ke.yu@intel.com \
--cc=poky@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.