From qc161282@sac.sfbay.sun.com Sun Feb  7 18:52:32 2010
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o182qWTw017832
	for <LSARC-ext@sac.sfbay.sun.com>; Sun, 7 Feb 2010 18:52:32 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o182qWOw022202;
	Sun, 7 Feb 2010 18:52:32 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXI009015BJSX00@brm-avmta-1.central.sun.com>; Sun,
 07 Feb 2010 19:52:31 -0700 (MST)
Received: from dm-sfbay-01.sfbay.sun.com ([129.145.155.118])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXI008CE5BJMC00@brm-avmta-1.central.sun.com>; Sun,
 07 Feb 2010 19:52:31 -0700 (MST)
Received: from sac.sfbay.sun.com (sac.SFBay.Sun.COM [129.146.226.132])
	by dm-sfbay-01.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4)
 with ESMTP id o182qSdM016023; Sun, 07 Feb 2010 18:52:28 -0800 (PST)
Received: from sac.sfbay.sun.com (localhost [127.0.0.1])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o182qOTv017827; Sun,
 07 Feb 2010 18:52:24 -0800 (PST)
Received: (from qc161282@localhost)
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8/Submit) id o182qO4m017823; Sun,
 07 Feb 2010 18:52:24 -0800 (PST)
Date: Sun, 07 Feb 2010 18:52:24 -0800 (PST)
From: Qing-Ming Jeff Cai <qc161282@sac.sfbay.sun.com>
Subject: libchamplain [LSARC/2010/047 FastTrack timeout 02/17/2010]
To: LSARC-ext@sun.com
Cc: jeff.cai@sun.com, yuntong.jin@sun.com
Message-id: <201002080252.o182qO4m017823@sac.sfbay.sun.com>
MIME-version: 1.0
Content-type: TEXT/PLAIN
Content-transfer-encoding: 8BIT
X-PMX-Version: 5.4.1.325704
Status: RO
Content-Length: 4500


Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
This information is Copyright 2010 Sun Microsystems
1. Introduction
    1.1. Project/Component Working Name:
	 libchamplain
    1.2. Name of Document Author/Supplier:
	 Author:  Simon Jin
    1.3  Date of This Document:
	07 February, 2010

2. Project Summary
   2.1. Project Description:

   Libchamplain is a Clutter based map ClutterActor and Gtk+ widget to display 
   street maps, cycle maps or other maps.

   It is written using Clutter and can be used inside a pure Clutter 
   application or as a Gtk+ widget.

4. Technical Description:
   4.1. Details:

   libchamplain follows the Clutter version numbering and API/ABI
   stability plan.  Some i18n work remains to be done, and a11y
   support is under discussion. 

   libchamplain uses sqlite as map database, 
   and the cache is intelligently validated against the server every 7 days.

   libchamplain is already used by an EOG-plugin to display where an image 
   has been taken since EXIF (Exchangeable Image File Format) data can contain 
   GPS data.
   
   libchamplain loads maps from the network using libsoup.  Some
   preconfigured network map sources are built into this library.  
   Maps are loaded from these network map sources in the following order:
   http://www.openstreetmap.org 
   http://www.cloudmade.com
   http://tile.Ã¶pnvkarte.de/
   http://maps-for-free.com 

   4.2. Interfaces:
        
      Exported Interfaces                           Stability             Comments
      -----------------------                       --------------------  -------------
      /usr/lib/libchamplain-0.4.so.0.2.0             Volatile             lib for libchamplain
      /usr/lib/libchamplain-gtk-0.4.so.0.2.0         Volatile             lib for libchamplain Gtk widget

      /usr/lib/girepository-1.0/Champlain-0.4.typelib Volatile            introspection information in binary format 
      /usr/lib/girepository-1.0/GtkChamplain-0.4.typelib  Volatile        introspection information in binary format 

      /usr/share/gir-1.0/Champlain-0.4.gir           Volatile             introspection information in XML format
      /usr/share/gir-1.0/GtkChamplain-0.4.gir        Volatile             introspection information in XML format

      /usr/include/libchamplain-0.4/champlain/       Volatile             headers for libchamplain
      /usr/include/libchamplain-gtk-0.4/champlain-gtk/  Volatile          headers for libchamplain Gtk widget

      /usr/lib/pkgconfig/champlain-0.4.pc            Uncommitted          
      /usr/lib/pkgconfig/champlain-gtk-0.4.pc        Uncommitted 

      ~/.cache/champlain/{map-source-name}           Volatile             cache files of maps

      SUNWlibchamplain         Uncommitted           libchamplain packaging contains libraries and girepository.
      SUNWlibchamplain-devel   Uncommitted           Development package contains headers and development guider

      Imported Interfaces      Stability          Comments
      --------------------     ---------------    -----------------------
      SUNWclutter               Volatile          LSARC/2008/426/
      SUNWclutter-gtk           Volatile          LSARC/2008/426/
      SUNWgobject-introspection Volatile          LSARC/2009/442/
      SUNWsqlite3               Volatile          LSARC/2008/059/
      SUNWglib2                 Volatile          LSARC/2009/475/

      http://www.openstreetmap.org Volatile       built-in map sources  
      http://www.cloudmade.com     Volatile       built-in map sources 
      http://tile.Ã¶pnvkarte.de/    Volatile       built-in map sources 
      http://maps-for-free.com     Volatile       built-in map sources 

   4.3. Doc Impact:

        N/A

   4.4. Packaging & Delivery:
        
        SUNWlibchamplain
        SUNWlibchamplain-devel

        IPS schema: library/desktop/libchamplain

   4.5. Dependencies:

        SUNWgobject-introspection
        SUNWclutter
        SUNWclutter-gtk
        SUNWsqlite3
        SUNWglib2

   4.6. L10N Impact:

        N/A

   4.7. Security Impact:
        N/A
       
5. Reference Documents:

    Libchamplain webpage:
    http://projects.gnome.org/libchamplain/
       
    Libchamplain API documentation:
    http://library.gnome.org/devel/libchamplain/unstable/



6. Resources and Schedule
    6.4. Steering Committee requested information
   	6.4.1. Consolidation C-team Name:
		Solaris Desktop
    6.5. ARC review type: FastTrack
    6.6. ARC Exposure: open


From peter.tribble@gmail.com Mon Feb  8 05:06:36 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o18D6aZJ010902
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 8 Feb 2010 05:06:36 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o18D6YHb016180;
	Mon, 8 Feb 2010 05:06:34 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXI0080BXQYNU00@nwk-avmta-2.sfbay.sun.com>; Mon,
 08 Feb 2010 05:06:34 -0800 (PST)
Received: from sca-ea-mail-3.sun.com ([192.18.43.21])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXI00171XQYXUA0@nwk-avmta-2.sfbay.sun.com>; Mon,
 08 Feb 2010 05:06:34 -0800 (PST)
Received: from relay15i.sun.com
 (ip125.net129179-4.block1.us.syntegra.com [129.179.4.125])
	by sca-ea-mail-3.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o18D6X0l024070;
 Mon, 08 Feb 2010 13:06:33 +0000 (GMT)
Received: from mmp14es.mmp.us.syntegra.com ([160.41.208.14] [160.41.208.14])
 by relay15i.sun.com with ESMTP id BT-MMP-2326218; Mon,
 08 Feb 2010 13:06:33 +0000 (Z)
Received: from relay14i.sun.com (relay14i.sun.com [129.179.4.124])
 by mmp14es.mmp.us.syntegra.com with ESMTP id BT-MMP-501978; Mon,
 08 Feb 2010 13:06:32 +0000 (Z)
Received: from ey-out-1920.google.com ([74.125.78.144] [74.125.78.144])
 by relay1i.sun.com with ESMTP id BT-MMP-29794033; Mon,
 08 Feb 2010 13:06:32 +0000 (Z)
Received: by ey-out-1920.google.com with SMTP id 4so1111138eyg.44 for <multiple
 recipients>; Mon, 08 Feb 2010 05:06:28 -0800 (PST)
Received: by 10.216.85.73 with SMTP id t51mr531831wee.155.1265634387612; Mon,
 08 Feb 2010 05:06:27 -0800 (PST)
Date: Mon, 08 Feb 2010 13:06:27 +0000
From: Peter Tribble <peter.tribble@gmail.com>
Subject: Re: libchamplain [LSARC/2010/047 FastTrack timeout 02/17/2010]
In-reply-to: <201002080252.o182qO4m017823@sac.sfbay.sun.com>
To: Qing-Ming Jeff Cai <qc161282@sac.sfbay.sun.com>
Cc: LSARC-ext@sun.com, yuntong.jin@sun.com
Message-id: <df1347731002080506m332036fhf43ace42aafc8b0f@mail.gmail.com>
MIME-version: 1.0
Content-type: text/plain; charset=ISO-8859-1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com;
 s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references
 :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding;
 bh=2LmckjxGjPvfzh0GYqn8bt8b7Fx8GNOjR7gJMXQrIGk=;
 b=IS3A8G/Iq0jrD/BzgdZYHMgrr0tfFSQO/vUy1E4tmW5HIvcg2xWYvV6e8EcWd0Ccp0
 LJr8Q7pe3L/u+Dkcpvu2xI8X5E9/dgG//lQuVX8M2yG6ltmJkWPkI2KDdKBdyBBi4Jc4
 SILvUa/fq9astQUrjf3j8pmvfwZwPiiWrM+/Q=
DomainKey-Signature: a=rsa-sha1; c=nofws;        d=gmail.com; s=gamma;
 h=mime-version:in-reply-to:references:date:message-id:subject:from:to
 :cc:content-type:content-transfer-encoding;
 b=dAaUhXr3yK9g0qu/uxH7XdHP21GswBgOSbkMkuUqwd2mig0EtxHkLFxV3XDDmWGd0k
 rfukXrLfU9s6qJzeS98l5xWv2tKoSYIpriNpLuXyflIbqb7qtxu+LBQselZRc+8uMHee
 H8hrfZO8y8WH3X6rYPemuO+LeqeGPPBL/VRao=
X-PMX-Version: 5.4.1.325704
X-Brightmail-Tracker: AAAAAA==
X-Antispam: No, score=2.4/5.0, scanned in 0.392sec at (localhost [127.0.0.1])
	by smf-spamd v1.3.1 - http://smfs.sf.net/
References: <201002080252.o182qO4m017823@sac.sfbay.sun.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by sac.sfbay.sun.com id o18D6aZJ010902
Status: RO
Content-Length: 1190

On Mon, Feb 8, 2010 at 2:52 AM, Qing-Ming Jeff Cai
<qc161282@sac.sfbay.sun.com> wrote:
...
> 2. Project Summary
>   2.1. Project Description:
>
>   Libchamplain is a Clutter based map ClutterActor and Gtk+ widget to display
>   street maps, cycle maps or other maps.

Which version? I don't see that mentioned.

>   libchamplain loads maps from the network using libsoup.

I notice, however, that libsoup isn't listed in the Interface table.
Shouldn't it be?

The libchamplain web pages also list Cairo as a dependency. Is it?

> Some
>   preconfigured network map sources are built into this library.

Is there a mechanism to configure the list of sources?

>      Imported Interfaces      Stability          Comments
>      --------------------     ---------------    -----------------------
>      SUNWgobject-introspection Volatile          LSARC/2009/442/
...
>   4.5. Dependencies:
>
>        SUNWgobject-introspection

Why is gobject-introspection listed? It's not obvious to me that
shipping files for its use is any different than shipping .pc files
for pkgconfig, and that's not listed.

Thanks,

-- 
-Peter Tribble
http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/


From Yuntong.Jin@sun.com Tue Feb  9 19:00:28 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1A30Sf4014951
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 9 Feb 2010 19:00:28 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o1A30MrD020219
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 9 Feb 2010 20:00:28 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXL0080HV0RQW00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 09 Feb 2010 19:00:27 -0800 (PST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXL006P7V0OGV10@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 09 Feb 2010 19:00:26 -0800 (PST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1A30OU7018843	for
 <LSARC-ext@sun.com>; Wed, 10 Feb 2010 03:00:24 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXL00200UJ60300@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Wed, 10 Feb 2010 11:00:24 +0800 (SGT)
Received: from [129.158.217.87] ([unknown] [129.158.217.87])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KXL00LH6V0NXSH0@mail-apac.sun.com>; Wed,
 10 Feb 2010 11:00:23 +0800 (SGT)
Date: Wed, 10 Feb 2010 10:55:03 +0800
From: "yuntong.jin" <Yuntong.Jin@sun.com>
Subject: Re: libchamplain [LSARC/2010/047 FastTrack timeout 02/17/2010]
In-reply-to: <df1347731002080506m332036fhf43ace42aafc8b0f@mail.gmail.com>
Sender: Yuntong.Jin@sun.com
To: Peter Tribble <peter.tribble@gmail.com>
Cc: Qing-Ming Jeff Cai <qc161282@sac.sfbay.sun.com>, LSARC-ext@sun.com
Message-id: <4B722007.50408@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <201002080252.o182qO4m017823@sac.sfbay.sun.com>
 <df1347731002080506m332036fhf43ace42aafc8b0f@mail.gmail.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20100103
 Thunderbird/3.0
Status: RO
Content-Length: 2012

Hi Peter,
     Thanks for the feedback, please check my comments inline:

On 02/ 8/10 09:06 PM, Peter Tribble wrote:
> On Mon, Feb 8, 2010 at 2:52 AM, Qing-Ming Jeff Cai
> <qc161282@sac.sfbay.sun.com>  wrote:
> ...
>    
>> 2. Project Summary
>>    2.1. Project Description:
>>
>>    Libchamplain is a Clutter based map ClutterActor and Gtk+ widget to display
>>    street maps, cycle maps or other maps.
>>      
> Which version? I don't see that mentioned.
>    
The version is 0.43, i will add it into update.
>>    libchamplain loads maps from the network using libsoup.
>>      
> I notice, however, that libsoup isn't listed in the Interface table.
> Shouldn't it be?
>    
Yes, it should be.
> The libchamplain web pages also list Cairo as a dependency. Is it?
>
>    
Cairo is a fundamental library,  is included in SUNWclutter-gtk as 
dependency, so  no need mention it here again.
>> Some
>>    preconfigured network map sources are built into this library.
>>      
> Is there a mechanism to configure the list of sources?
>
>    
Map sources are preconfigured in hard code, so no GUI kind of configure 
mechanism here.
>>       Imported Interfaces      Stability          Comments
>>       --------------------     ---------------    -----------------------
>>       SUNWgobject-introspection Volatile          LSARC/2009/442/
>>      
> ...
>    
SUNWgobject-introspection being used in compile time to generate GIR 
file (An XML format called GIR containing introspection information) ,
so it should not be listed as imported interfaces here.
i will update this.
>>    4.5. Dependencies:
>>
>>         SUNWgobject-introspection
>>      
> Why is gobject-introspection listed? It's not obvious to me that
> shipping files for its use is any different than shipping .pc files
> for pkgconfig, and that's not listed.
>
>    
We do ship .pc files:
  /usr/lib/pkgconfig/champlain-0.4.pc            Uncommitted
  /usr/lib/pkgconfig/champlain-gtk-0.4.pc        Uncommitted


BR,
Simon

> Thanks,
>
>    


From Brian.Cameron@Sun.COM Tue Feb 16 11:54:10 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1GJsALO001391
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 16 Feb 2010 11:54:10 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o1GJsAuW012950
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 16 Feb 2010 11:54:10 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KXY00D039Y9A600@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 16 Feb 2010 11:54:09 -0800 (PST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KXY00ASD9Y9KK20@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 16 Feb 2010 11:54:09 -0800 (PST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1GJs8pO021540	for
 <LSARC-ext@sun.com>; Tue, 16 Feb 2010 19:54:08 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KXY00D009UILH00@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 16 Feb 2010 12:54:08 -0700 (MST)
Received: from [192.168.1.64] ([unknown] [99.96.161.128])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KXY000FP9Y7KUB0@mail-amer.sun.com>; Tue,
 16 Feb 2010 12:54:08 -0700 (MST)
Date: Tue, 16 Feb 2010 13:53:42 -0600
From: Brian Cameron <Brian.Cameron@Sun.COM>
Subject: Re: libchamplain [LSARC/2010/047 FastTrack timeout 02/17/2010]
In-reply-to: <4B722007.50408@sun.com>
Sender: Brian.Cameron@Sun.COM
To: LSARC-ext@Sun.COM
Cc: "yuntong.jin" <Yuntong.Jin@Sun.COM>,
        Peter Tribble <peter.tribble@gmail.com>,
        Qing-Ming Jeff Cai <qc161282@sac.sfbay.sun.com>
Message-id: <4B7AF7C6.7030803@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <201002080252.o182qO4m017823@sac.sfbay.sun.com>
 <df1347731002080506m332036fhf43ace42aafc8b0f@mail.gmail.com>
 <4B722007.50408@sun.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20091206
 Thunderbird/3.0
Status: RO
Content-Length: 2330


This case was not approved at today's LSARC meeting because it is clear
that the one-pager needs to be updated to reflect the issues highlighted
in the discussion below.  Please update the one-pager so the review can
continue.

I extended the timer for this case until 02/24/2010 to give time to
update the one-pager for this case.

Jeff, Simon: can you provide an updated one-pager?

Thanks,

Brian


On 02/09/10 20:55, yuntong.jin wrote:
> Hi Peter,
> Thanks for the feedback, please check my comments inline:
>
> On 02/ 8/10 09:06 PM, Peter Tribble wrote:
>> On Mon, Feb 8, 2010 at 2:52 AM, Qing-Ming Jeff Cai
>> <qc161282@sac.sfbay.sun.com> wrote:
>> ...
>>> 2. Project Summary
>>> 2.1. Project Description:
>>>
>>> Libchamplain is a Clutter based map ClutterActor and Gtk+ widget to
>>> display
>>> street maps, cycle maps or other maps.
>> Which version? I don't see that mentioned.
> The version is 0.43, i will add it into update.
>>> libchamplain loads maps from the network using libsoup.
>> I notice, however, that libsoup isn't listed in the Interface table.
>> Shouldn't it be?
> Yes, it should be.
>> The libchamplain web pages also list Cairo as a dependency. Is it?
>>
> Cairo is a fundamental library, is included in SUNWclutter-gtk as
> dependency, so no need mention it here again.
>>> Some
>>> preconfigured network map sources are built into this library.
>> Is there a mechanism to configure the list of sources?
>>
> Map sources are preconfigured in hard code, so no GUI kind of configure
> mechanism here.
>>> Imported Interfaces Stability Comments
>>> -------------------- --------------- -----------------------
>>> SUNWgobject-introspection Volatile LSARC/2009/442/
>> ...
> SUNWgobject-introspection being used in compile time to generate GIR
> file (An XML format called GIR containing introspection information) ,
> so it should not be listed as imported interfaces here.
> i will update this.
>>> 4.5. Dependencies:
>>>
>>> SUNWgobject-introspection
>> Why is gobject-introspection listed? It's not obvious to me that
>> shipping files for its use is any different than shipping .pc files
>> for pkgconfig, and that's not listed.
>>
> We do ship .pc files:
> /usr/lib/pkgconfig/champlain-0.4.pc Uncommitted
> /usr/lib/pkgconfig/champlain-gtk-0.4.pc Uncommitted
>
>
> BR,
> Simon
>
>> Thanks,
>>
>


From Yuntong.Jin@sun.com Sun Feb 21 19:25:38 2010
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1M3PcmU003190
	for <LSARC-ext@sac.sfbay.sun.com>; Sun, 21 Feb 2010 19:25:38 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o1M3Pbgn024983
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Sun, 21 Feb 2010 19:25:38 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KY800A0D46PVC00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Sun, 21 Feb 2010 20:25:37 -0700 (MST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KY800MBV46OWR90@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Sun,
 21 Feb 2010 20:25:37 -0700 (MST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1M3PZtr024056	for
 <LSARC-ext@sun.com>; Mon, 22 Feb 2010 03:25:35 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KY800L003V22N00@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Mon, 22 Feb 2010 11:25:35 +0800 (SGT)
Received: from [129.158.217.87] ([unknown] [129.158.217.87])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KY8004EA46MIR80@mail-apac.sun.com>; Mon,
 22 Feb 2010 11:25:35 +0800 (SGT)
Date: Mon, 22 Feb 2010 11:19:55 +0800
From: "yuntong.jin" <Yuntong.Jin@sun.com>
Subject: Re: libchamplain [LSARC/2010/047 FastTrack timeout 02/17/2010]
In-reply-to: <4B7AF7C6.7030803@sun.com>
Sender: Yuntong.Jin@sun.com
To: LSARC-ext@sun.com
Cc: Brian Cameron <Brian.Cameron@sun.com>,
        Peter Tribble <peter.tribble@gmail.com>,
        Qing-Ming Jeff Cai <qc161282@sac.sfbay.sun.com>
Message-id: <4B81F7DB.9070606@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_NSF0S68y04e402JJB9EhsQ)"
X-PMX-Version: 5.4.1.325704
References: <201002080252.o182qO4m017823@sac.sfbay.sun.com>
 <df1347731002080506m332036fhf43ace42aafc8b0f@mail.gmail.com>
 <4B722007.50408@sun.com> <4B7AF7C6.7030803@sun.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.5) Gecko/20100117
 Thunderbird/3.0
Status: RO
Content-Length: 7825

This is a multi-part message in MIME format.

--Boundary_(ID_NSF0S68y04e402JJB9EhsQ)
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT

Hi all,
   Please review the update one.

BR,
-Simon

On 02/17/10 03:53 AM, Brian Cameron wrote:
>
> This case was not approved at today's LSARC meeting because it is clear
> that the one-pager needs to be updated to reflect the issues highlighted
> in the discussion below.  Please update the one-pager so the review can
> continue.
>
> I extended the timer for this case until 02/24/2010 to give time to
> update the one-pager for this case.
>
> Jeff, Simon: can you provide an updated one-pager?
>
> Thanks,
>
> Brian
>
>
> On 02/09/10 20:55, yuntong.jin wrote:
>> Hi Peter,
>> Thanks for the feedback, please check my comments inline:
>>
>> On 02/ 8/10 09:06 PM, Peter Tribble wrote:
>>> On Mon, Feb 8, 2010 at 2:52 AM, Qing-Ming Jeff Cai
>>> <qc161282@sac.sfbay.sun.com> wrote:
>>> ...
>>>> 2. Project Summary
>>>> 2.1. Project Description:
>>>>
>>>> Libchamplain is a Clutter based map ClutterActor and Gtk+ widget to
>>>> display
>>>> street maps, cycle maps or other maps.
>>> Which version? I don't see that mentioned.
>> The version is 0.43, i will add it into update.
>>>> libchamplain loads maps from the network using libsoup.
>>> I notice, however, that libsoup isn't listed in the Interface table.
>>> Shouldn't it be?
>> Yes, it should be.
>>> The libchamplain web pages also list Cairo as a dependency. Is it?
>>>
>> Cairo is a fundamental library, is included in SUNWclutter-gtk as
>> dependency, so no need mention it here again.
>>>> Some
>>>> preconfigured network map sources are built into this library.
>>> Is there a mechanism to configure the list of sources?
>>>
>> Map sources are preconfigured in hard code, so no GUI kind of configure
>> mechanism here.
>>>> Imported Interfaces Stability Comments
>>>> -------------------- --------------- -----------------------
>>>> SUNWgobject-introspection Volatile LSARC/2009/442/
>>> ...
>> SUNWgobject-introspection being used in compile time to generate GIR
>> file (An XML format called GIR containing introspection information) ,
>> so it should not be listed as imported interfaces here.
>> i will update this.
>>>> 4.5. Dependencies:
>>>>
>>>> SUNWgobject-introspection
>>> Why is gobject-introspection listed? It's not obvious to me that
>>> shipping files for its use is any different than shipping .pc files
>>> for pkgconfig, and that's not listed.
>>>
>> We do ship .pc files:
>> /usr/lib/pkgconfig/champlain-0.4.pc Uncommitted
>> /usr/lib/pkgconfig/champlain-gtk-0.4.pc Uncommitted
>>
>>
>> BR,
>> Simon
>>
>>> Thanks,
>>>
>>
>


--Boundary_(ID_NSF0S68y04e402JJB9EhsQ)
Content-type: text/plain; name=libchamplainARC
Content-transfer-encoding: 8BIT
Content-disposition: attachment; filename=libchamplainARC

1. Introduction

   1.1. Project/Component Working Name:
        libchamplain

   1.2. Name of Document Author/Supplier:
        Simon Jin

   1.3. Date of This Document:
        01/26/2010

   1.4. Name of Major Document Customer(s)/Consumer(s):
        1.4.1. The PAC or CPT you expect to review your project:
               Solaris PAC

        1.4.2. The ARC(s) you expect to review your project:
               LSARC

        1.4.3. The Director/VP who is "Sponsoring" this project:
               Robert O'Dea

        1.4.4. The name of your business unit:
               Software - OPG

   1.5. Email Aliases:
        1.5.1. Responsible Manager: 
               leo.binchy@sun.com

        1.5.2. Responsible Engineer:
               yuntong.jin@sun.com

        1.5.3  Marketing Manager:
               glynn.foster@sun.com

        1.5.4. Interest List: 
               desktop-discuss@opensolaris.org 

2. Project Summary
   2.1. Project Description:

        Libchamplain v0.43 is a Clutter based map ClutterActor and Gtk+ widget to display street maps, 
        cycle maps or other maps.
        It is written using Clutter and can be used inside a pure Clutter application or as a Gtk+ widget.

4. Technical Description:
   4.1. Details:

   libchamplain follows the Clutter version numbering and API/ABI
   stability plan.  Some i18n work remains to be done, and a11y
   support is under discussion. 

   libchamplain uses sqlite as map database, and the cache,
   the cache is intelligently validated against the server every 7 days.

   libchamplain is already used by an EOG-plugin to display where an image has been taken
   since EXIF (Exchangeable Image File Format) data can contain GPS data
   
   libchamplain loads maps from the network using libsoup.  Some
   preconfigured network map sources are built into this library.  
   Maps are loaded from these network map sources in the following order:
   http://www.openstreetmap.org 
   http://www.cloudmade.com
   http://tile.Ã¶pnvkarte.de/
   http://maps-for-free.com 

   4.2. Interfaces:
        
      Exported Interfaces                           Stability             Comments
      -----------------------                       --------------------  -------------
      /usr/lib/libchamplain-0.4.so.0.2.0             Volatile             lib for libchamplain
      /usr/lib/libchamplain-gtk-0.4.so.0.2.0         Volatile             lib for libchamplain Gtk widget

      /usr/lib/girepository-1.0/Champlain-0.4.typelib Volatile            introspection information in binary format 
      /usr/lib/girepository-1.0/GtkChamplain-0.4.typelib  Volatile        introspection information in binary format 

      /usr/share/gir-1.0/Champlain-0.4.gir           Volatile             introspection information in XML format
      /usr/share/gir-1.0/GtkChamplain-0.4.gir        Volatile             introspection information in XML format

      /usr/include/libchamplain-0.4/champlain/       Volatile             headers for libchamplain
      /usr/include/libchamplain-gtk-0.4/champlain-gtk/  Volatile          headers for libchamplain Gtk widget

      /usr/lib/pkgconfig/champlain-0.4.pc            Uncommitted          
      /usr/lib/pkgconfig/champlain-gtk-0.4.pc        Uncommitted 

      ~/.cache/champlain/{map-source-name}           Volatile             cache files of maps

      SUNWlibchamplain         Uncommitted           libchamplain packaging contains libraries and girepository.
      SUNWlibchamplain-devel   Uncommitted           Development package contains headers and development guider

      Imported Interfaces      Stability          Comments
      --------------------     ---------------    -----------------------
      SUNWclutter               Volatile          LSARC/2008/426/
      SUNWclutter-gtk           Volatile          LSARC/2008/426/
      SUNWsqlite3               Volatile          LSARC/2008/059/
      SUNWglib2                 Volatile          LSARC/2009/475/
      SUNWlibsoup               Volatile

	  http://www.openstreetmap.org       Volatile built-in map sources  
	  http://www.cloudmade.com           Volatile built-in map sources 
	  http://tile.Ã¶pnvkarte.de/          Volatile built-in map sources 
	  http://maps-for-free.com           Volatile built-in map sources 

   4.3. Doc Impact:

        N/A

   4.4. Packaging & Delivery:
        
        SUNWlibchamplain
        SUNWlibchamplain-devel

        IPS schema: library/desktop/libchamplain

   4.5. Dependencies:
        SUNWgobject-introspection
        SUNWclutter
        SUNWclutter-gtk
        SUNWsqlite3
	    SUNWglib2
        SUNWlibsoup

   4.6. L10N Impact:

        N/A

   4.7. Security Impact:
        N/A
       
5. Reference Documents:

    Libchamplain webpage:
    http://projects.gnome.org/libchamplain/
       
    Libchamplain API documentation:
	http://library.gnome.org/devel/libchamplain/unstable/



--Boundary_(ID_NSF0S68y04e402JJB9EhsQ)--

From Brian.Cameron@sun.com Tue Feb 23 17:52:43 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o1O1qgiG023378
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 23 Feb 2010 17:52:42 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o1O1qghf041638
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 23 Feb 2010 18:52:42 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KYB00G07P7U2200@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 23 Feb 2010 17:52:42 -0800 (PST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KYB006XQP7TA250@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 23 Feb 2010 17:52:41 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o1O1qfTb020393	for
 <LSARC-ext@sun.com>; Wed, 24 Feb 2010 01:52:41 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KYB00500OXRSB00@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 23 Feb 2010 18:52:41 -0700 (MST)
Received: from [192.168.1.49] ([unknown] [81.136.196.46])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KYB001MEP7OCC20@mail-amer.sun.com>; Tue,
 23 Feb 2010 18:52:40 -0700 (MST)
Date: Tue, 23 Feb 2010 19:52:38 -0600
From: Brian Cameron <Brian.Cameron@sun.com>
Subject: Re: libchamplain [LSARC/2010/047 FastTrack timeout 02/17/2010]
In-reply-to: <4B81F7DB.9070606@sun.com>
Sender: Brian.Cameron@sun.com
To: "yuntong.jin" <Yuntong.Jin@sun.com>
Cc: LSARC-ext@sun.com, Peter Tribble <peter.tribble@gmail.com>,
        Qing-Ming Jeff Cai <qc161282@sac.sfbay.sun.com>
Message-id: <4B848666.5020108@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_Ou2wC/LCRBpWBm/JOXXuNQ)"
X-PMX-Version: 5.4.1.325704
References: <201002080252.o182qO4m017823@sac.sfbay.sun.com>
 <df1347731002080506m332036fhf43ace42aafc8b0f@mail.gmail.com>
 <4B722007.50408@sun.com> <4B7AF7C6.7030803@sun.com> <4B81F7DB.9070606@sun.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.7) Gecko/20100131
 Thunderbird/3.0.1
Status: RO
Content-Length: 5161

This is a multi-part message in MIME format.

--Boundary_(ID_Ou2wC/LCRBpWBm/JOXXuNQ)
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT


I have placed the updated one-pager here:

   http://sac.eng/arc/LSARC/2010/047/libchamplain-one-pager.txt

I have also attached a diff file that shows the differences.  The
updated version

+ Adds sections 1.4 through 1.5.4
+ Corrects some grammar issues in sections 2 and 4
+ Makes mention of the version 0.43 in section 2.
+ Removes SUNWgobject-introspection from the Imported Interface table.
+ Adds SUNWlibsoup to the Imported Interface table.
+ Adds SUNWlibsoup as a dependency
+ Removes empty section 6.

I believe that this resolves all the issues raised in this case so
far.  Can this case now be approved?

Thanks,

Brian


On 02/21/10 09:19 PM, yuntong.jin wrote:
> Hi all,
> Please review the update one.

--Boundary_(ID_Ou2wC/LCRBpWBm/JOXXuNQ)
Content-type: text/plain; name=libchamplain.diff
Content-transfer-encoding: 7BIT
Content-disposition: attachment; filename=libchamplain.diff

--- libchamplainARC-old	2010-02-23 19:50:42.552638112 -0600
+++ libchamplainARC	2010-02-23 19:40:40.208228853 -0600
@@ -1,21 +1,46 @@
-Template Version: @(#)sac_nextcase 1.68 02/23/09 SMI
-This information is Copyright 2010 Sun Microsystems
 1. Introduction
+
     1.1. Project/Component Working Name:
 	 libchamplain
+
     1.2. Name of Document Author/Supplier:
-	 Author:  Simon Jin
-    1.3  Date of This Document:
-	07 February, 2010
+        Simon Jin
+
+   1.3. Date of This Document:
+        01/26/2010
+
+   1.4. Name of Major Document Customer(s)/Consumer(s):
+        1.4.1. The PAC or CPT you expect to review your project:
+               Solaris PAC
+
+        1.4.2. The ARC(s) you expect to review your project:
+               LSARC
+
+        1.4.3. The Director/VP who is "Sponsoring" this project:
+               Robert O'Dea
+
+        1.4.4. The name of your business unit:
+               Software - OPG
+
+   1.5. Email Aliases:
+        1.5.1. Responsible Manager: 
+               leo.binchy@sun.com
+
+        1.5.2. Responsible Engineer:
+               yuntong.jin@sun.com
+
+        1.5.3  Marketing Manager:
+               glynn.foster@sun.com
+
+        1.5.4. Interest List: 
+               desktop-discuss@opensolaris.org 
 
 2. Project Summary
    2.1. Project Description:
 
-   Libchamplain is a Clutter based map ClutterActor and Gtk+ widget to display 
-   street maps, cycle maps or other maps.
-
-   It is written using Clutter and can be used inside a pure Clutter 
-   application or as a Gtk+ widget.
+        Libchamplain v0.43 is a Clutter based map ClutterActor and Gtk+ widget to display street maps, 
+        cycle maps or other maps.
+        It is written using Clutter and can be used inside a pure Clutter application or as a Gtk+ widget.
 
 4. Technical Description:
    4.1. Details:
@@ -24,12 +49,11 @@ This information is Copyright 2010 Sun M
    stability plan.  Some i18n work remains to be done, and a11y
    support is under discussion. 
 
-   libchamplain uses sqlite as map database, 
-   and the cache is intelligently validated against the server every 7 days.
+   libchamplain uses sqlite as map database, and the cache,
+   the cache is intelligently validated against the server every 7 days.
 
-   libchamplain is already used by an EOG-plugin to display where an image 
-   has been taken since EXIF (Exchangeable Image File Format) data can contain 
-   GPS data.
+   libchamplain is already used by an EOG-plugin to display where an image has been taken
+   since EXIF (Exchangeable Image File Format) data can contain GPS data
    
    libchamplain loads maps from the network using libsoup.  Some
    preconfigured network map sources are built into this library.  
@@ -67,9 +91,9 @@ This information is Copyright 2010 Sun M
       --------------------     ---------------    -----------------------
       SUNWclutter               Volatile          LSARC/2008/426/
       SUNWclutter-gtk           Volatile          LSARC/2008/426/
-      SUNWgobject-introspection Volatile          LSARC/2009/442/
       SUNWsqlite3               Volatile          LSARC/2008/059/
       SUNWglib2                 Volatile          LSARC/2009/475/
+      SUNWlibsoup               Volatile
 
       http://www.openstreetmap.org Volatile       built-in map sources  
       http://www.cloudmade.com     Volatile       built-in map sources 
@@ -88,12 +112,12 @@ This information is Copyright 2010 Sun M
         IPS schema: library/desktop/libchamplain
 
    4.5. Dependencies:
-
         SUNWgobject-introspection
         SUNWclutter
         SUNWclutter-gtk
         SUNWsqlite3
         SUNWglib2
+        SUNWlibsoup
 
    4.6. L10N Impact:
 
@@ -111,11 +135,3 @@ This information is Copyright 2010 Sun M
     http://library.gnome.org/devel/libchamplain/unstable/
 
 
-
-6. Resources and Schedule
-    6.4. Steering Committee requested information
-   	6.4.1. Consolidation C-team Name:
-		Solaris Desktop
-    6.5. ARC review type: FastTrack
-    6.6. ARC Exposure: open
-

--Boundary_(ID_Ou2wC/LCRBpWBm/JOXXuNQ)--

From Jeff.Cai@Sun.COM Sun Feb 28 20:58:37 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o214wbH6028682
	for <LSARC-ext@sac.sfbay.sun.com>; Sun, 28 Feb 2010 20:58:37 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o214wbZc009353
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Sun, 28 Feb 2010 22:58:37 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KYL00L0175PXI00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Sun, 28 Feb 2010 20:58:37 -0800 (PST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KYL00AEH75NJMF0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Sun,
 28 Feb 2010 20:58:36 -0800 (PST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o214wZS5006057	for
 <LSARC-ext@Sun.COM>; Mon, 01 Mar 2010 04:58:35 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KYL009006VSS500@mail-apac.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Mon, 01 Mar 2010 12:58:35 +0800 (SGT)
Received: from [129.158.217.59] ([unknown] [129.158.217.59])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KYL0044I75MEYA0@mail-apac.sun.com>; Mon,
 01 Mar 2010 12:58:35 +0800 (SGT)
Date: Mon, 01 Mar 2010 12:58:48 +0800
From: Jeff Cai <Jeff.Cai@Sun.COM>
Subject: Re: libchamplain [LSARC/2010/047 FastTrack timeout 02/17/2010]
In-reply-to: <4B848666.5020108@sun.com>
Sender: Jeff.Cai@Sun.COM
To: Brian Cameron <Brian.Cameron@Sun.COM>
Cc: "yuntong.jin" <Yuntong.Jin@Sun.COM>, LSARC-ext@Sun.COM,
        Peter Tribble <peter.tribble@gmail.com>,
        Qing-Ming Jeff Cai <qc161282@sac.sfbay.sun.com>
Message-id: <1267419528.4042.1.camel@marathon.Prc.Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <201002080252.o182qO4m017823@sac.sfbay.sun.com>
 <df1347731002080506m332036fhf43ace42aafc8b0f@mail.gmail.com>
 <4B722007.50408@sun.com> <4B7AF7C6.7030803@sun.com> <4B81F7DB.9070606@sun.com>
 <4B848666.5020108@sun.com>
Status: RO
Content-Length: 880

Close this case 'closed as approved'.

Thanks

Jeff

On Tue, 2010-02-23 at 19:52 -0600, Brian Cameron wrote:
> I have placed the updated one-pager here:
> 
>    http://sac.eng/arc/LSARC/2010/047/libchamplain-one-pager.txt
> 
> I have also attached a diff file that shows the differences.  The
> updated version
> 
> + Adds sections 1.4 through 1.5.4
> + Corrects some grammar issues in sections 2 and 4
> + Makes mention of the version 0.43 in section 2.
> + Removes SUNWgobject-introspection from the Imported Interface table.
> + Adds SUNWlibsoup to the Imported Interface table.
> + Adds SUNWlibsoup as a dependency
> + Removes empty section 6.
> 
> I believe that this resolves all the issues raised in this case so
> far.  Can this case now be approved?
> 
> Thanks,
> 
> Brian
> 
> 
> On 02/21/10 09:19 PM, yuntong.jin wrote:
> > Hi all,
> > Please review the update one.



