while at it you should have updated to 1.10.2!! http://cairographics.org/news/cairo-1.10.2/
Anas On 3 May 2011, at 03:45, Li Peng wrote: > Hi, > I have made the following changes to cairo in project Trunk:Testing. Please > review and accept ASAP. > > Thank You, > Li Peng > > [This message was auto-generated] > > --- > > Request #17364: > > submit: devel:x11:Trunk/cairo(r4) -> Trunk:Testing/cairo > > > Message: > Enable tee surface backend for cairo (BMC #15298) > > State: new 2011-05-02T19:45:51 pli1 > Comment: None > > > > changes files: > -------------- > --- cairo.changes > +++ cairo.changes > @@ -0,0 +1,3 @@ > +* Fri Apr 29 2011 Li Peng <[email protected]> - 1.10.0 > +- Enable tee surface backend for cairo (BMC #15298) > + > > spec files: > ----------- > --- cairo.spec > +++ cairo.spec > @@ -1,6 +1,6 @@ > # > # Do NOT Edit the Auto-generated Part! > -# Generated by: spectacle version 0.22git > +# Generated by: spectacle version 0.22 > # > # >> macros > # << macros > @@ -32,7 +32,7 @@ > > > %description > -Description: %{summary} > +Cairo is a vector graphics library > > > %package devel > @@ -42,7 +42,7 @@ > Requires: pixman-devel > > %description devel > -Description: %{summary} > +Development package for the cairo library > > %package trace > Summary: cairo-trace utility > @@ -51,7 +51,7 @@ > Requires: %{name} = %{version}-%{release} > > %description trace > -Description: %{summary} > +cairo trace utility > > > %prep > @@ -71,6 +71,7 @@ > --enable-ps \ > --enable-pdf \ > --enable-svg \ > + --enable-tee \ > %ifarch %{ix86} > --enable-gl \ > %endif > > other changes: > -------------- > > ++++++ cairo.yaml > --- cairo.yaml > +++ cairo.yaml > @@ -4,6 +4,7 @@ > Release: 1 > Group: System/Libraries > License: LGPLv2 or MPLv1.1 > +Description: Cairo is a vector graphics library > URL: http://www.cairographics.org > > Sources: > @@ -28,6 +29,7 @@ > - --enable-ps > - --enable-pdf > - --enable-svg > + - --enable-tee > - ix86:--enable-gl > - --disable-gtk-doc > - arm:--disable-atomic > @@ -35,10 +37,12 @@ > - Name: devel > Summary: Development components for the cairo library > Group: Development/Libraries > + Description: Development package for the cairo library > Requires: > - pixman-devel > - Name: trace > Summary: cairo-trace utility > + Description: cairo trace utility > Group: Development/Tools > License: GPLv3 > > > _______________________________________________ > MeeGo-commits mailing list > [email protected] > http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
