Author: qboosh Date: Sat Mar 4 20:34:01 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added link patch to kill unnecessary (and not mentioned in BRs) -lXext - release 8
---- Files affected: SPECS: cairo.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/cairo.spec diff -u SPECS/cairo.spec:1.49 SPECS/cairo.spec:1.50 --- SPECS/cairo.spec:1.49 Fri Feb 10 13:34:13 2006 +++ SPECS/cairo.spec Sat Mar 4 21:33:56 2006 @@ -10,12 +10,13 @@ Summary(pl): Cairo - wieloplatformowa biblioteka graficzna 2D Name: cairo Version: 1.0.2 -Release: 7 +Release: 8 License: LGPL v2.1 or MPL v1.1 Group: Libraries Source0: http://cairographics.org/releases/%{name}-%{version}.tar.gz # Source0-md5: d0b7111a14f90ec3afa777ec40c44984 Patch0: %{name}-gcc4.patch +Patch1: %{name}-link.patch URL: http://cairographics.org/ BuildRequires: autoconf >= 2.54 BuildRequires: automake >= 1.7 @@ -106,6 +107,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -159,6 +161,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2006/03/04 20:33:56 qboosh +- added link patch to kill unnecessary (and not mentioned in BRs) -lXext +- release 8 + Revision 1.49 2006/02/10 12:34:13 qboosh - leave required libXrender version number ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/cairo.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
