All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] fix to bug #1163 and misc upgrades
@ 2011-06-13 15:48 Dexuan Cui
  2011-06-13 15:48 ` [PATCH 01/13] tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian Dexuan Cui
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

Please review them.

The following changes since commit 1a35778905893ff11cab48955a4e94e031734ebe:

  Revert "native/nativesdk: Clean up the depends ordering after bitbake override handling updates" (2011-06-13 15:06:01 +0800)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib dcui/master
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dcui/master

Dexuan Cui (13):
  tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian
  recipes: update Upstream-Status for multiple recipes' patches
  gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6
  startup-notification: upgrade from 0.10 to the latest version 0.12
  util-macros: upgrade from 1.13.0 to the latest version 0.14.0
  resourceproto: upgrade from 1.1.1 to the latest version 1.2.0
  dri2proto: upgrade from 2.3 to the latest version 2.4
  glproto: upgrade from 1.4.12 to the latest version 1.4.13
  inputproto: upgrade from 2.0.1 to the latest version 2.0.2
  pixman: upgrade from 0.20.2 to the latest stable 0.22.0
  libxext: upgrade from 1.2.0 to the latest version 1.3.0
  libxi: upgrade from 1.4.2 to the latest version 1.4.3
  distro_tracking_fields.inc: update the info for the following recipes

 .../conf/distro/include/distro_tracking_fields.inc |  113 +++++++++----------
 meta/conf/distro/include/tcmode-default.inc        |    2 +-
 .../gnome/gnome-doc-utils/xsltproc_nonet.patch     |    2 +-
 ...c-utils_0.20.5.bb => gnome-doc-utils_0.20.6.bb} |    6 +-
 ...cation_0.10.bb => startup-notification_0.12.bb} |    4 +-
 .../{libxext_1.2.0.bb => libxext_1.3.0.bb}         |    6 +-
 .../xorg-lib/{libxi_1.4.2.bb => libxi_1.4.3.bb}    |    6 +-
 .../{pixman_0.20.2.bb => pixman_0.22.0.bb}         |    8 +-
 .../{dri2proto_2.3.bb => dri2proto_2.4.bb}         |    4 +-
 .../{glproto_1.4.12.bb => glproto_1.4.13.bb}       |    4 +-
 .../{inputproto_2.0.1.bb => inputproto_2.0.2.bb}   |    4 +-
 ...sourceproto_1.1.1.bb => resourceproto_1.2.0.bb} |    6 +-
 ...util-macros_1.13.0.bb => util-macros_1.14.0.bb} |    4 +-
 .../lttng/lttng-ust/uclibc-sched_getcpu.patch      |    2 +-
 14 files changed, 84 insertions(+), 87 deletions(-)
 rename meta/recipes-gnome/gnome/{gnome-doc-utils_0.20.5.bb => gnome-doc-utils_0.20.6.bb} (56%)
 rename meta/recipes-graphics/startup-notification/{startup-notification_0.10.bb => startup-notification_0.12.bb} (87%)
 rename meta/recipes-graphics/xorg-lib/{libxext_1.2.0.bb => libxext_1.3.0.bb} (76%)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.4.2.bb => libxi_1.4.3.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.20.2.bb => pixman_0.22.0.bb} (66%)
 rename meta/recipes-graphics/xorg-proto/{dri2proto_2.3.bb => dri2proto_2.4.bb} (76%)
 rename meta/recipes-graphics/xorg-proto/{glproto_1.4.12.bb => glproto_1.4.13.bb} (77%)
 rename meta/recipes-graphics/xorg-proto/{inputproto_2.0.1.bb => inputproto_2.0.2.bb} (78%)
 rename meta/recipes-graphics/xorg-proto/{resourceproto_1.1.1.bb => resourceproto_1.2.0.bb} (61%)
 rename meta/recipes-graphics/xorg-util/{util-macros_1.13.0.bb => util-macros_1.14.0.bb} (79%)




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

* [PATCH 01/13] tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 02/13] recipes: update Upstream-Status for multiple recipes' patches Dexuan Cui
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

[YOCTO #1163]

For some test I need to back to use gcc-4.5, so I changed GCCVERSION and
SDKGCCVERSION to "4.5.1", but I found gcc-cross-canadian's 4.6.0, rather
than 4.5.1, would be built! Finally I made this patch to fix the issue.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 meta/conf/distro/include/tcmode-default.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index 6eb34ef..90282ee 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -37,7 +37,7 @@ PREFERRED_VERSION_gcc-cross-intermediate ?= "${GCCVERSION}"
 PREFERRED_VERSION_gcc-crosssdk ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_gcc-crosssdk-initial ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_gcc-crosssdk-intermediate ?= "${SDKGCCVERSION}"
-PREFERRED_VERSION_gcc-cross-canadian ?= "${GCCVERSION}"
+PREFERRED_VERSION_gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${GCCVERSION}"
 PREFERRED_VERSION_gcc-runtime ?= "${GCCVERSION}"
 PREFERRED_VERSION_gcc-runtime-nativesdk ?= "${SDKGCCVERSION}"
 PREFERRED_VERSION_libgcc ?= "${GCCVERSION}"
-- 
1.7.1




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

* [PATCH 02/13] recipes: update Upstream-Status for multiple recipes' patches
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
  2011-06-13 15:48 ` [PATCH 01/13] tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 03/13] gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6 Dexuan Cui
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

lttng-ust
gnome-doc-utils

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../gnome/gnome-doc-utils/xsltproc_nonet.patch     |    2 +-
 .../lttng/lttng-ust/uclibc-sched_getcpu.patch      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils/xsltproc_nonet.patch b/meta/recipes-gnome/gnome/gnome-doc-utils/xsltproc_nonet.patch
index ad81c2f..44d18e7 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils/xsltproc_nonet.patch
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils/xsltproc_nonet.patch
@@ -1,7 +1,7 @@
 This adds the -nonet option to xsltproc invocations, which fixes
 compile errors when building the gnome-doc-utils docs.
 
-Upstream-Status: Pending
+Upstream-Status: Inappropriate [configuration]
 
 Signed-off-by: Scott Garman <scott.a.garman@intel.com>
 
diff --git a/meta/recipes-kernel/lttng/lttng-ust/uclibc-sched_getcpu.patch b/meta/recipes-kernel/lttng/lttng-ust/uclibc-sched_getcpu.patch
index 7ab429c..a6aa6a7 100644
--- a/meta/recipes-kernel/lttng/lttng-ust/uclibc-sched_getcpu.patch
+++ b/meta/recipes-kernel/lttng/lttng-ust/uclibc-sched_getcpu.patch
@@ -6,7 +6,7 @@ this header is not needed even in eglibc case so it can be removed
 
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 
-Upstream-Status: Pending
+Upstream-Status: Submitted
 
 Index: ust-0.12/libust/tracer.h
 ===================================================================
-- 
1.7.1




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

* [PATCH 03/13] gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
  2011-06-13 15:48 ` [PATCH 01/13] tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian Dexuan Cui
  2011-06-13 15:48 ` [PATCH 02/13] recipes: update Upstream-Status for multiple recipes' patches Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 04/13] startup-notification: upgrade from 0.10 to the latest version 0.12 Dexuan Cui
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 ...c-utils_0.20.5.bb => gnome-doc-utils_0.20.6.bb} |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-gnome/gnome/{gnome-doc-utils_0.20.5.bb => gnome-doc-utils_0.20.6.bb} (56%)

diff --git a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb
similarity index 56%
rename from meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb
rename to meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb
index 115eb4d..e7bf6e9 100644
--- a/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.5.bb
+++ b/meta/recipes-gnome/gnome/gnome-doc-utils_0.20.6.bb
@@ -1,9 +1,9 @@
 require gnome-doc-utils.inc
 LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=eb723b61539feef013de476e68b5c50a \
 		    file://COPYING.LGPL;md5=a6f89e2100d9b6cdffcea4f398e37343"
-PR = "r2"
+PR = "r0"
 
 SRC_URI += "file://xsltproc_nonet.patch"
 
-SRC_URI[archive.md5sum] = "3aa1f651834714090cdbf898ec090a98"
-SRC_URI[archive.sha256sum] = "08d99b8ab813fadd3407873e4a30282debce92e22eb1b45430a8bb9c120e2130"
+SRC_URI[archive.md5sum] = "8f6e05071599bc073007830ea0a68391"
+SRC_URI[archive.sha256sum] = "091486e370480bf45349ad09dac799211092a02938b26a0d68206172cb6cebbf"
-- 
1.7.1




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

* [PATCH 04/13] startup-notification: upgrade from 0.10 to the latest version 0.12
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
                   ` (2 preceding siblings ...)
  2011-06-13 15:48 ` [PATCH 03/13] gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6 Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 05/13] util-macros: upgrade from 1.13.0 to the latest version 0.14.0 Dexuan Cui
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 ...cation_0.10.bb => startup-notification_0.12.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/startup-notification/{startup-notification_0.10.bb => startup-notification_0.12.bb} (87%)

diff --git a/meta/recipes-graphics/startup-notification/startup-notification_0.10.bb b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
similarity index 87%
rename from meta/recipes-graphics/startup-notification/startup-notification_0.10.bb
rename to meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
index 70afb73..d85df6b 100644
--- a/meta/recipes-graphics/startup-notification/startup-notification_0.10.bb
+++ b/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb
@@ -22,5 +22,5 @@ inherit autotools pkgconfig
 
 SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${BPN}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "bca0ed1c74bc4e483ea2ed12a5717354"
-SRC_URI[sha256sum] = "64bbeb5c28619721fc19d6920ad2b8bf6c0dc3a0e96a1b0bc26f480fbc525459"
+SRC_URI[md5sum] = "2cd77326d4dcaed9a5a23a1232fb38e9"
+SRC_URI[sha256sum] = "3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a"
-- 
1.7.1




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

* [PATCH 05/13] util-macros: upgrade from 1.13.0 to the latest version 0.14.0
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
                   ` (3 preceding siblings ...)
  2011-06-13 15:48 ` [PATCH 04/13] startup-notification: upgrade from 0.10 to the latest version 0.12 Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 06/13] resourceproto: upgrade from 1.1.1 to the latest version 1.2.0 Dexuan Cui
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 ...util-macros_1.13.0.bb => util-macros_1.14.0.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-util/{util-macros_1.13.0.bb => util-macros_1.14.0.bb} (79%)

diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb
similarity index 79%
rename from meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb
rename to meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb
index a6f5402..dfeb7ff 100644
--- a/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb
+++ b/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb
@@ -20,5 +20,5 @@ RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "31e9ddcbc1d8bc8c09ab180443974dd1"
-SRC_URI[sha256sum] = "7bff944fb120192e7fe1706e9c0b7e41666e7983ce3e2bdef0b7734392d9e695"
+SRC_URI[md5sum] = "cbe57cd7cc492a762466f5280a7ffba8"
+SRC_URI[sha256sum] = "9bd6949b930aadfce32bc9e101008d4c6ff48329ed0e3a467990bee69f574d66"
-- 
1.7.1




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

* [PATCH 06/13] resourceproto: upgrade from 1.1.1 to the latest version 1.2.0
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
                   ` (4 preceding siblings ...)
  2011-06-13 15:48 ` [PATCH 05/13] util-macros: upgrade from 1.13.0 to the latest version 0.14.0 Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 07/13] dri2proto: upgrade from 2.3 to the latest version 2.4 Dexuan Cui
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

Update LIC_FILES_CHKSUM due to the only change:
+ Copyright (c) 2002  XFree86 Inc

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 ...sourceproto_1.1.1.bb => resourceproto_1.2.0.bb} |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-proto/{resourceproto_1.1.1.bb => resourceproto_1.2.0.bb} (61%)

diff --git a/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb b/meta/recipes-graphics/xorg-proto/resourceproto_1.2.0.bb
similarity index 61%
rename from meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb
rename to meta/recipes-graphics/xorg-proto/resourceproto_1.2.0.bb
index fa13970..92c37c6 100644
--- a/meta/recipes-graphics/xorg-proto/resourceproto_1.1.1.bb
+++ b/meta/recipes-graphics/xorg-proto/resourceproto_1.2.0.bb
@@ -7,13 +7,13 @@ Resource extension.  XRes provides an interface that allows X clients to \
 see and monitor X resource usage of various clients."
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://COPYING;md5=e01e66e4b317088cf869bc98e6af4fb6"
+LIC_FILES_CHKSUM = "file://COPYING;md5=604859305e662503077240fee8c77d97"
 
 CONFLICTS = "resourceext"
 
 PR = "r0"
 PE = "1"
 
-SRC_URI[md5sum] = "8ff0525ae7502b48597b78d00bc22284"
-SRC_URI[sha256sum] = "8579818e99aa881c00c04eb5f96fcbeec463816ca8e3cda9d3d25562f7a4b8c6"
+SRC_URI[md5sum] = "cfdb57dae221b71b2703f8e2980eaaf4"
+SRC_URI[sha256sum] = "3c66003a6bdeb0f70932a9ed3cf57cc554234154378d301e0c5cfa189d8f6818"
 
-- 
1.7.1




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

* [PATCH 07/13] dri2proto: upgrade from 2.3 to the latest version 2.4
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
                   ` (5 preceding siblings ...)
  2011-06-13 15:48 ` [PATCH 06/13] resourceproto: upgrade from 1.1.1 to the latest version 1.2.0 Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 08/13] glproto: upgrade from 1.4.12 to the latest version 1.4.13 Dexuan Cui
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{dri2proto_2.3.bb => dri2proto_2.4.bb}         |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-proto/{dri2proto_2.3.bb => dri2proto_2.4.bb} (76%)

diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_2.3.bb b/meta/recipes-graphics/xorg-proto/dri2proto_2.4.bb
similarity index 76%
rename from meta/recipes-graphics/xorg-proto/dri2proto_2.3.bb
rename to meta/recipes-graphics/xorg-proto/dri2proto_2.4.bb
index 79f7dbc..9d30e94 100644
--- a/meta/recipes-graphics/xorg-proto/dri2proto_2.3.bb
+++ b/meta/recipes-graphics/xorg-proto/dri2proto_2.4.bb
@@ -12,5 +12,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2e396fa91834f8786032cad2da5638f3 \
 
 PR = "r0"
 
-SRC_URI[md5sum] = "3407b494d5e90d584c9af52aa8f9f028"
-SRC_URI[sha256sum] = "b2141892a0db35feffa5e952ff5e1d2727c4436b07d7e2e9dd2ed89c8bb3e677"
+SRC_URI[md5sum] = "0cdeb1e95901813385dc9576be272bd3"
+SRC_URI[sha256sum] = "ff156f178d48ab31beeb4be5eb39d5df7540791ba489a8d94c443bb99a2376f1"
-- 
1.7.1




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

* [PATCH 08/13] glproto: upgrade from 1.4.12 to the latest version 1.4.13
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
                   ` (6 preceding siblings ...)
  2011-06-13 15:48 ` [PATCH 07/13] dri2proto: upgrade from 2.3 to the latest version 2.4 Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 09/13] inputproto: upgrade from 2.0.1 to the latest version 2.0.2 Dexuan Cui
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{glproto_1.4.12.bb => glproto_1.4.13.bb}       |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-proto/{glproto_1.4.12.bb => glproto_1.4.13.bb} (77%)

diff --git a/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb b/meta/recipes-graphics/xorg-proto/glproto_1.4.13.bb
similarity index 77%
rename from meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb
rename to meta/recipes-graphics/xorg-proto/glproto_1.4.13.bb
index 7b32e70..38b17b6 100644
--- a/meta/recipes-graphics/xorg-proto/glproto_1.4.12.bb
+++ b/meta/recipes-graphics/xorg-proto/glproto_1.4.13.bb
@@ -15,5 +15,5 @@ PE = "1"
 
 BBCLASSEXTEND = "nativesdk"
 
-SRC_URI[md5sum] = "55edc5ff2efb734215c868f72f7cf27e"
-SRC_URI[sha256sum] = "48be7a9d190b600210e5ad08b4e8862a6b08e72dc52dbdf324716a888eb457de"
+SRC_URI[md5sum] = "9542f2d36751a8ad7eae9d8e176f70d4"
+SRC_URI[sha256sum] = "fc0a94d4df003cb6b6953173e6498d9c4c3268ee24bcc46a1172a1e1dbd3d742"
-- 
1.7.1




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

* [PATCH 09/13] inputproto: upgrade from 2.0.1 to the latest version 2.0.2
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
                   ` (7 preceding siblings ...)
  2011-06-13 15:48 ` [PATCH 08/13] glproto: upgrade from 1.4.12 to the latest version 1.4.13 Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 10/13] pixman: upgrade from 0.20.2 to the latest stable 0.22.0 Dexuan Cui
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{inputproto_2.0.1.bb => inputproto_2.0.2.bb}   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-proto/{inputproto_2.0.1.bb => inputproto_2.0.2.bb} (78%)

diff --git a/meta/recipes-graphics/xorg-proto/inputproto_2.0.1.bb b/meta/recipes-graphics/xorg-proto/inputproto_2.0.2.bb
similarity index 78%
rename from meta/recipes-graphics/xorg-proto/inputproto_2.0.1.bb
rename to meta/recipes-graphics/xorg-proto/inputproto_2.0.2.bb
index 7103d0d..26f1e2d 100644
--- a/meta/recipes-graphics/xorg-proto/inputproto_2.0.1.bb
+++ b/meta/recipes-graphics/xorg-proto/inputproto_2.0.2.bb
@@ -17,6 +17,6 @@ inherit gettext
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "da9bf9e5d174163f597d2d72757d9038"
-SRC_URI[sha256sum] = "63663dd88df812738e0efdc52a18868c0756128f09748cbe89c8ec6d17124a44"
+SRC_URI[md5sum] = "07d54ae098ed4e6dce472f6ef3de05ce"
+SRC_URI[sha256sum] = "64222a590ad4a62a3c8d57805379451769e3329cc5c8c5c1f1fc0d1529ebf005"
 
-- 
1.7.1




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

* [PATCH 10/13] pixman: upgrade from 0.20.2 to the latest stable 0.22.0
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
                   ` (8 preceding siblings ...)
  2011-06-13 15:48 ` [PATCH 09/13] inputproto: upgrade from 2.0.1 to the latest version 2.0.2 Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 11/13] libxext: upgrade from 1.2.0 to the latest version 1.3.0 Dexuan Cui
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

Update LIC_FILES_CHKSUM:
1) COPYING: only format change; no actual license change.
2) 0.22.0 doesn't have pixman-x64-mmx-emulation.h, so let's remove it.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{pixman_0.20.2.bb => pixman_0.22.0.bb}         |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.20.2.bb => pixman_0.22.0.bb} (66%)

diff --git a/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb b/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb
similarity index 66%
rename from meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb
rename to meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb
index 00a58bf..e5472c0 100644
--- a/meta/recipes-graphics/xorg-lib/pixman_0.20.2.bb
+++ b/meta/recipes-graphics/xorg-lib/pixman_0.22.0.bb
@@ -8,10 +8,10 @@ including trapezoids, triangles, and rectangles."
 require xorg-lib-common.inc
 
 LICENSE = "MIT & MIT-style & PD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fea989a44fb012b5e79584972a863d22 \
+LIC_FILES_CHKSUM = "file://COPYING;md5=14096c769ae0cbb5fcb94ec468be11b3 \
                     file://pixman/pixman-matrix.c;endline=25;md5=ba6e8769bfaaee2c41698755af04c4be \
                     file://pixman/pixman-arm-neon-asm.h;endline=24;md5=9a9cc1e51abbf1da58f4d9528ec9d49b \
-                    file://pixman/pixman-x64-mmx-emulation.h;beginline=4;endline=9;md5=4e32716f2efaa6c4659222667c339bb8"
+                   "
 
 DEPENDS = "virtual/libx11"
 
@@ -20,6 +20,6 @@ PR = "r0"
 
 EXTRA_OECONF="--disable-gtk"
 
-SRC_URI[md5sum] = "7ed10a0f0fde6853613105a99735e7e7"
-SRC_URI[sha256sum] = "30316f269a6b84c32b47545ca7fc428fd16875849fea644dc6910b3f8c33f4a9"
+SRC_URI[md5sum] = "307fe4d7dc83b1a558c362907097c0d0"
+SRC_URI[sha256sum] = "24a1bce57c36c773f67d48f7f25f80d69a47ef92a67404f1644d94dee156ae2b"
 
-- 
1.7.1




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

* [PATCH 11/13] libxext: upgrade from 1.2.0 to the latest version 1.3.0
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
                   ` (9 preceding siblings ...)
  2011-06-13 15:48 ` [PATCH 10/13] pixman: upgrade from 0.20.2 to the latest stable 0.22.0 Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 12/13] libxi: upgrade from 1.4.2 to the latest version 1.4.3 Dexuan Cui
  2011-06-13 15:48 ` [PATCH 13/13] distro_tracking_fields.inc: update the info for the following recipes Dexuan Cui
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../{libxext_1.2.0.bb => libxext_1.3.0.bb}         |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxext_1.2.0.bb => libxext_1.3.0.bb} (76%)

diff --git a/meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb b/meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb
similarity index 76%
rename from meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb
rename to meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb
index 679bb1a..90b4405 100644
--- a/meta/recipes-graphics/xorg-lib/libxext_1.2.0.bb
+++ b/meta/recipes-graphics/xorg-lib/libxext_1.3.0.bb
@@ -11,7 +11,7 @@ extensions."
 require xorg-lib-common.inc
 
 LICENSE = "MIT-style"
-LIC_FILES_CHKSUM = "file://COPYING;md5=0542b0321c1c9a7a20b23a1b9fa45f91"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9b0eca8f3540b7e7f8b447154a20b05a"
 
 DEPENDS += "xproto virtual/libx11 xextproto libxau libxdmcp"
 PROVIDES = "xext"
@@ -23,5 +23,5 @@ XORG_PN = "libXext"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "9bb236ff0193e9fc1c1fb504dd840331"
-SRC_URI[sha256sum] = "4aed3e211e41c47908c293515580e731c26048f61a1212bf0888d1f456de6ff7"
+SRC_URI[md5sum] = "161d200b690ace818db1cc7537e70ba9"
+SRC_URI[sha256sum] = "e9daeb400855b9836e328500cec356b2769033174fc1b2be0df4a80f031debc0"
-- 
1.7.1




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

* [PATCH 12/13] libxi: upgrade from 1.4.2 to the latest version 1.4.3
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
                   ` (10 preceding siblings ...)
  2011-06-13 15:48 ` [PATCH 11/13] libxext: upgrade from 1.2.0 to the latest version 1.3.0 Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  2011-06-13 15:48 ` [PATCH 13/13] distro_tracking_fields.inc: update the info for the following recipes Dexuan Cui
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../xorg-lib/{libxi_1.4.2.bb => libxi_1.4.3.bb}    |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.4.2.bb => libxi_1.4.3.bb} (80%)

diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.4.2.bb b/meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-lib/libxi_1.4.2.bb
rename to meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb
index 50ff426..80a01fc 100644
--- a/meta/recipes-graphics/xorg-lib/libxi_1.4.2.bb
+++ b/meta/recipes-graphics/xorg-lib/libxi_1.4.3.bb
@@ -12,11 +12,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \
                     file://src/XIGetDevFocus.c;endline=23;md5=cdfb0d435a33ec57ea0d1e8e395b729f"
 
 DEPENDS += "libxext inputproto"
+
 PE = "1"
+PR = "r0"
 
 XORG_PN = "libXi"
 
 EXTRA_OECONF_append = " --enable-specs=no"
 
-SRC_URI[md5sum] = "3d14f7bfc4a4335cf0144de9b67a5444"
-SRC_URI[sha256sum] = "272b8041efc0a0203fb0ba33481ddec989539aed862181b58c8c3e410e325691"
+SRC_URI[md5sum] = "792e8a7ddc7175911d69f823d38eaff6"
+SRC_URI[sha256sum] = "08c9d89a404740592621e6f5078414df86ccc78ca876e3da1af15639d81c74e0"
-- 
1.7.1




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

* [PATCH 13/13] distro_tracking_fields.inc: update the info for the following recipes
  2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
                   ` (11 preceding siblings ...)
  2011-06-13 15:48 ` [PATCH 12/13] libxi: upgrade from 1.4.2 to the latest version 1.4.3 Dexuan Cui
@ 2011-06-13 15:48 ` Dexuan Cui
  12 siblings, 0 replies; 14+ messages in thread
From: Dexuan Cui @ 2011-06-13 15:48 UTC (permalink / raw)
  To: openembedded-core

screen: remove the duplicate info
tcf-agent: update MANUAL_CHECK_DATE
gnome-doc-utils
startup-notification
util-macros
liberation-fonts
resourceproto
dri2proto
glproto
inputproto
pixman
libxext
libxi
xcb-util

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |  113 +++++++++----------
 1 files changed, 54 insertions(+), 59 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index babf9e0..f4aa1ea 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -104,11 +104,6 @@ RECIPE_LATEST_VERSION_pn-run-postinsts = "check"
 RECIPE_LAST_UPDATE_pn-run-postinsts = "Nov 22, 2010"
 RECIPE_MAINTAINER_pn-run-postinsts = "Dongxiao Xu <dongxiao.xu@intel.com"
 
-RECIPE_STATUS_pn-screen = "red"
-RECIPE_LATEST_VERSION_pn-screen = "check"
-RECIPE_LAST_UPDATE_pn-screen = "Aug 31, 2010"
-RECIPE_MAINTAINER_pn-screen = "Qing He <qing.he@intel.com>"
-
 RECIPE_STATUS_pn-subversion = "green"
 RECIPE_LATEST_VERSION_pn-subversion = "1.6.15"
 RECIPE_MANUAL_CHECK_DATE_pn-subversion = "Jan 25, 2011" 
@@ -2777,7 +2772,7 @@ RECIPE_STATUS_pn-tcf-agent = "green"
 DISTRO_PN_ALIAS_pn-tcf-agent = "WindRiver upstream=http://www.eclipse.org/dsdp/tm/"
 RECIPE_DEPENDENCY_CHECK_pn-tcf-agent = "not done"
 RECIPE_LATEST_VERSION_pn-tcf-agent = "0.3.0+svnr1078"
-RECIPE_MANUAL_CHECK_DATE_pn-tcf-agent = "Apr 11, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-tcf-agent = "June 13, 2011"
 RECIPE_NO_UPDATE_REASON_pn-tcf-agent = "Do not upgrade to version: (998)? because upstraem hasn't defined a formal release tag."
 RECIPE_NO_OF_PATCHES_pn-tcf-agent = "2"
 RECIPE_PATCH_pn-tcf-agent+terminals_agent = "we might get the patch from git://git.yoctoproject.org/eclipse-poky.git in future"
@@ -3819,25 +3814,25 @@ RECIPE_MAINTAINER_pn-fontsproto = "Dexuan Cui <dexuan.cui@intel.com>"
 RECIPE_STATUS_pn-glproto = "green"
 DISTRO_PN_ALIAS_pn-glproto = "Meego=xorg-x11-proto-glproto"
 RECIPE_DEPENDENCY_CHECK_pn-glproto = "not done"
-RECIPE_LATEST_VERSION_pn-glproto = "1.4.12"
+RECIPE_LATEST_VERSION_pn-glproto = "1.4.13"
 RECIPE_NO_OF_PATCHES_pn-glproto = "0"
 RECIPE_INTEL_SECTION_pn-glproto = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-glproto = "7 months"
-RECIPE_LATEST_RELEASE_DATE_pn-glproto = "Aug 10, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-glproto = "9 months"
+RECIPE_LATEST_RELEASE_DATE_pn-glproto = "May 4, 2011"
 RECIPE_COMMENTS_pn-glproto = ""
-RECIPE_LAST_UPDATE_pn-glproto = "Nov 16, 2010"
+RECIPE_LAST_UPDATE_pn-glproto = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-glproto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-inputproto = "green"
 DISTRO_PN_ALIAS_pn-inputproto = "Meego=xorg-x11-proto-inputproto"
 RECIPE_DEPENDENCY_CHECK_pn-inputproto = "not done"
-RECIPE_LATEST_VERSION_pn-inputproto = "2.0.1"
+RECIPE_LATEST_VERSION_pn-inputproto = "2.0.2"
 RECIPE_NO_OF_PATCHES_pn-inputproto = "0"
 RECIPE_INTEL_SECTION_pn-inputproto = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-inputproto = "1 year"
-RECIPE_LATEST_RELEASE_DATE_pn-inputproto = "Nov 10, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-inputproto = "7 months"
+RECIPE_LATEST_RELEASE_DATE_pn-inputproto = "Jun 7, 2011"
 RECIPE_COMMENTS_pn-inputproto = ""
-RECIPE_LAST_UPDATE_pn-inputproto = "Jan 5, 2011"
+RECIPE_LAST_UPDATE_pn-inputproto = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-inputproto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-kbproto = "green"
@@ -3865,13 +3860,13 @@ RECIPE_MAINTAINER_pn-libdmx = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxi = "green"
 RECIPE_DEPENDENCY_CHECK_pn-libxi = "not done"
-RECIPE_LATEST_VERSION_pn-libxi = "1.4.2"
+RECIPE_LATEST_VERSION_pn-libxi = "1.4.3"
 RECIPE_NO_OF_PATCHES_pn-libxi = "0"
 RECIPE_INTEL_SECTION_pn-libxi = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxi = "2 months"
-RECIPE_LATEST_RELEASE_DATE_pn-libxi = "Mar 18, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxi = "2+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-libxi = "Jun 6, 2011"
 RECIPE_COMMENTS_pn-libxi = ""
-RECIPE_LAST_UPDATE_pn-libxi = "Apr 11, 2011"
+RECIPE_LAST_UPDATE_pn-libxi = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-libxi = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxinerama = "green"
@@ -3958,13 +3953,13 @@ RECIPE_MAINTAINER_pn-renderproto = "Dexuan Cui <dexuan.cui@intel.com>"
 RECIPE_STATUS_pn-resourceproto = "green"
 DISTRO_PN_ALIAS_pn-resourceproto = "Meego=xorg-x11-proto-resourceproto"
 RECIPE_DEPENDENCY_CHECK_pn-resourceproto = "not done"
-RECIPE_LATEST_VERSION_pn-resourceproto = "1.1.1"
+RECIPE_LATEST_VERSION_pn-resourceproto = "1.2.0"
 RECIPE_NO_OF_PATCHES_pn-resourceproto = "0"
 RECIPE_INTEL_SECTION_pn-resourceproto = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-resourceproto = "1+ years"
-RECIPE_LATEST_RELEASE_DATE_pn-resourceproto = "Dec 8, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-resourceproto = "5+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-resourceproto = "May 27, 2011"
 RECIPE_COMMENTS_pn-resourceproto = ""
-RECIPE_LAST_UPDATE_pn-resourceproto = "Jan 5, 2011"
+RECIPE_LAST_UPDATE_pn-resourceproto = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-resourceproto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-scrnsaverproto = "green"
@@ -4090,13 +4085,13 @@ RECIPE_MAINTAINER_pn-xineramaproto = "Dexuan Cui <dexuan.cui@intel.com>"
 RECIPE_STATUS_pn-dri2proto = "green"
 DISTRO_PN_ALIAS_pn-dri2proto = "Meego=xorg-x11-proto-dri2proto"
 RECIPE_DEPENDENCY_CHECK_pn-dri2proto = "not done"
-RECIPE_LATEST_VERSION_pn-dri2proto = "2.3"
+RECIPE_LATEST_VERSION_pn-dri2proto = "2.4"
 RECIPE_NO_OF_PATCHES_pn-dri2proto = "0"
 RECIPE_INTEL_SECTION_pn-dri2proto = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-dri2proto = "1 month"
-RECIPE_LATEST_RELEASE_DATE_pn-dri2proto = "02/2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-dri2proto = "1+ years"
+RECIPE_LATEST_RELEASE_DATE_pn-dri2proto = "May 4, 2011"
 RECIPE_COMMENTS_pn-dri2proto = ""
-RECIPE_LAST_UPDATE_pn-dri2proto = "Jun 29, 2010"
+RECIPE_LAST_UPDATE_pn-dri2proto = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-dri2proto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-xcb-proto = "green"
@@ -4148,15 +4143,15 @@ RECIPE_MAINTAINER_pn-xproto = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-liberation-fonts = "green"
 RECIPE_DEPENDENCY_CHECK_pn-liberation-fonts = "not done"
-RECIPE_LATEST_VERSION_pn-liberation-fonts = "1.06.0.20100721"
-RECIPE_MANUAL_CHECK_DATE_pn-liberation-fonts = "Jan 28, 2011"
-RECIPE_NO_UPDATE_REASON_pn-liberation-fonts = "Do not upgrade to version: 1.06.0.20100721 because before doing that, we need adding new native packages like libungif_4.1.3, libspiro and fontforge first"
+RECIPE_LATEST_VERSION_pn-liberation-fonts = "1.07.0"
+RECIPE_MANUAL_CHECK_DATE_pn-liberation-fonts = "Jun 13, 2011"
+RECIPE_NO_UPDATE_REASON_pn-liberation-fonts = "Do not upgrade to version: 1.07.0 because before doing that, we need adding new native packages like libungif_4.1.3, libspiro and fontforge first"
 RECIPE_NO_OF_PATCHES_pn-liberation-fonts = "0"
 RECIPE_INTEL_SECTION_pn-liberation-fonts = "x11/fonts"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-liberation-fonts = "1 month"
-RECIPE_LATEST_RELEASE_DATE_pn-liberation-fonts = "Jul 21, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-liberation-fonts = "10 months"
+RECIPE_LATEST_RELEASE_DATE_pn-liberation-fonts = "May 30, 2011"
 RECIPE_COMMENTS_pn-liberation-fonts = "current version 1.04 released open source under GPLv2 with exceptions"
-RECIPE_LAST_UPDATE_pn-liberation-fonts = "Nov 24, 2010"
+RECIPE_LAST_UPDATE_pn-liberation-fonts = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-liberation-fonts = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libfontenc = "green"
@@ -4373,13 +4368,13 @@ RECIPE_MAINTAINER_pn-libxdmcp = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxext = "green"
 RECIPE_DEPENDENCY_CHECK_pn-libxext = "not done"
-RECIPE_LATEST_VERSION_pn-libxext = "1.1.2"
+RECIPE_LATEST_VERSION_pn-libxext = "1.3.0"
 RECIPE_NO_OF_PATCHES_pn-libxext = "0"
 RECIPE_INTEL_SECTION_pn-libxext = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxext = "1 year"
-RECIPE_LATEST_RELEASE_DATE_pn-libxext = "06/2009"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libxext = "6+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-libxext = "May 6, 2011"
 RECIPE_COMMENTS_pn-libxext = ""
-RECIPE_LAST_UPDATE_pn-libxext = "Nov 24, 2010"
+RECIPE_LAST_UPDATE_pn-libxext = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-libxext = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libxfixes = "green"
@@ -4418,14 +4413,13 @@ RECIPE_MAINTAINER_pn-libxkbfile = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-pixman = "green"
 RECIPE_DEPENDENCY_CHECK_pn-pixman = "not done"
-RECIPE_LATEST_VERSION_pn-pixman = "0.21.6"
-RECIPE_NO_UPDATE_REASON_pn-pixman = "Do not upgrade to version: 0.21.6 because it's a development snapshot. pixman's stable releases have even minor version numbers."
+RECIPE_LATEST_VERSION_pn-pixman = "0.22.0"
 RECIPE_NO_OF_PATCHES_pn-pixman = "0"
 RECIPE_INTEL_SECTION_pn-pixman = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pixman = "1+ month"
-RECIPE_LATEST_RELEASE_DATE_pn-pixman = "Feb 22, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-pixman = "14 days"
+RECIPE_LATEST_RELEASE_DATE_pn-pixman = "May 2, 2011"
 RECIPE_COMMENTS_pn-pixman = ""
-RECIPE_LAST_UPDATE_pn-pixman = "Jan 31, 2011"
+RECIPE_LAST_UPDATE_pn-pixman = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-pixman = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-xtrans = "green"
@@ -4475,12 +4469,12 @@ RECIPE_MAINTAINER_pn-xkeyboard-config = "Dexuan Cui <dexuan.cui@intel.com>"
 RECIPE_STATUS_pn-util-macros = "green"
 DISTRO_PN_ALIAS_pn-util-macros = "Meego=xorg-x11-util-macros Fedora=xorg-x11-util-macros Mandriva=x11-util-macros"
 RECIPE_DEPENDENCY_CHECK_pn-util-macros = "not done"
-RECIPE_LATEST_VERSION_pn-util-macros = "1.13.0"
+RECIPE_LATEST_VERSION_pn-util-macros = "1.14.0"
 RECIPE_INTEL_SECTION_pn-util-macros = "x11/utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-util-macros = "17 days"
-RECIPE_LATEST_RELEASE_DATE_pn-util-macros = "Mar 14, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-util-macros = "2+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-util-macros = "May 27, 2011"
 RECIPE_COMMENTS_pn-util-macros = ""
-RECIPE_LAST_UPDATE_pn-util-macros = "Apr 20, 2011"
+RECIPE_LAST_UPDATE_pn-util-macros = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-util-macros = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-fontconfig = "green"
@@ -4559,24 +4553,24 @@ RECIPE_MAINTAINER_pn-gnome-vfs = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-xcb-util = "green"
 RECIPE_DEPENDENCY_CHECK_pn-xcb-util = "not done"
-RECIPE_LATEST_VERSION_pn-xcb-util = "0.3.6"
+RECIPE_LATEST_VERSION_pn-xcb-util = "0.3.8"
 RECIPE_NO_OF_PATCHES_pn-xcb-util = "0"
 RECIPE_INTEL_SECTION_pn-xcb-util = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xcb-util = "3 months"
-RECIPE_LATEST_RELEASE_DATE_pn-xcb-util = "08/24/2009"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xcb-util = "1+ years"
+RECIPE_LATEST_RELEASE_DATE_pn-xcb-util = "Apr 25, 2011"
 RECIPE_COMMENTS_pn-xcb-util = ""
-RECIPE_LAST_UPDATE_pn-xcb-util = "Jul 22, 2010"
+RECIPE_LAST_UPDATE_pn-xcb-util = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-xcb-util = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-startup-notification = "green"
 RECIPE_DEPENDENCY_CHECK_pn-startup-notification = "not done"
-RECIPE_LATEST_VERSION_pn-startup-notification = "0.10"
+RECIPE_LATEST_VERSION_pn-startup-notification = "0.12"
 RECIPE_NO_OF_PATCHES_pn-startup-notification = "0"
 RECIPE_INTEL_SECTION_pn-startup-notification = "x11/libs"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-startup-notification = "2 years"
-RECIPE_LATEST_RELEASE_DATE_pn-startup-notification = "04/13/2009"
-RECIPE_COMMENTS_pn-startup-notification = "in recipe, SECTION is libs but to be more accurate it should be x11/libs"
-RECIPE_LAST_UPDATE_pn-startup-notification = "Jul 22, 2010"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-startup-notification = "11 days"
+RECIPE_LATEST_RELEASE_DATE_pn-startup-notification = "May 16, 2011"
+RECIPE_COMMENTS_pn-startup-notification = ""
+RECIPE_LAST_UPDATE_pn-startup-notification = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-startup-notification = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-galago-daemon = "green"
@@ -4591,13 +4585,14 @@ RECIPE_MAINTAINER_pn-galago-daemon = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-gnome-doc-utils = "green"
 RECIPE_DEPENDENCY_CHECK_pn-gnome-doc-utils = "not done"
-RECIPE_LATEST_VERSION_pn-gnome-doc-utils = "0.20.5"
-RECIPE_NO_OF_PATCHES_pn-gnome-doc-utils = "0"
+RECIPE_LATEST_VERSION_pn-gnome-doc-utils = "0.20.6"
+RECIPE_NO_OF_PATCHES_pn-gnome-doc-utils = "1"
+RECIPE_PATCH_pn-gnome-doc-utils+xsltproc_nonet = "add -nonet option to fix compile errors"
 RECIPE_INTEL_SECTION_pn-gnome-doc-utils = "utils"
-RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gnome-doc-utils = "2+ months"
-RECIPE_LATEST_RELEASE_DATE_pn-gnome-doc-utils = "Mar 22, 2011"
+RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gnome-doc-utils = "1+ months"
+RECIPE_LATEST_RELEASE_DATE_pn-gnome-doc-utils = "Apr 25, 2011"
 RECIPE_COMMENTS_pn-gnome-doc-utils = ""
-RECIPE_LAST_UPDATE_pn-gnome-doc-utils = "Apr 11, 2011"
+RECIPE_LAST_UPDATE_pn-gnome-doc-utils = "Jun 13, 2011"
 RECIPE_MAINTAINER_pn-gnome-doc-utils = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-gnome-settings-daemon = "red"
-- 
1.7.1




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

end of thread, other threads:[~2011-06-13 15:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-13 15:48 [PATCH 00/13] fix to bug #1163 and misc upgrades Dexuan Cui
2011-06-13 15:48 ` [PATCH 01/13] tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian Dexuan Cui
2011-06-13 15:48 ` [PATCH 02/13] recipes: update Upstream-Status for multiple recipes' patches Dexuan Cui
2011-06-13 15:48 ` [PATCH 03/13] gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6 Dexuan Cui
2011-06-13 15:48 ` [PATCH 04/13] startup-notification: upgrade from 0.10 to the latest version 0.12 Dexuan Cui
2011-06-13 15:48 ` [PATCH 05/13] util-macros: upgrade from 1.13.0 to the latest version 0.14.0 Dexuan Cui
2011-06-13 15:48 ` [PATCH 06/13] resourceproto: upgrade from 1.1.1 to the latest version 1.2.0 Dexuan Cui
2011-06-13 15:48 ` [PATCH 07/13] dri2proto: upgrade from 2.3 to the latest version 2.4 Dexuan Cui
2011-06-13 15:48 ` [PATCH 08/13] glproto: upgrade from 1.4.12 to the latest version 1.4.13 Dexuan Cui
2011-06-13 15:48 ` [PATCH 09/13] inputproto: upgrade from 2.0.1 to the latest version 2.0.2 Dexuan Cui
2011-06-13 15:48 ` [PATCH 10/13] pixman: upgrade from 0.20.2 to the latest stable 0.22.0 Dexuan Cui
2011-06-13 15:48 ` [PATCH 11/13] libxext: upgrade from 1.2.0 to the latest version 1.3.0 Dexuan Cui
2011-06-13 15:48 ` [PATCH 12/13] libxi: upgrade from 1.4.2 to the latest version 1.4.3 Dexuan Cui
2011-06-13 15:48 ` [PATCH 13/13] distro_tracking_fields.inc: update the info for the following recipes 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.