Author: arekm Date: Fri Jun 13 19:55:47 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; fix memory leak (from upstream)
---- Files affected: SPECS: pixman.spec (1.19 -> 1.20) ---- Diffs: ================================================================ Index: SPECS/pixman.spec diff -u SPECS/pixman.spec:1.19 SPECS/pixman.spec:1.20 --- SPECS/pixman.spec:1.19 Tue Jun 10 19:58:17 2008 +++ SPECS/pixman.spec Fri Jun 13 21:55:42 2008 @@ -3,12 +3,13 @@ Summary(pl.UTF-8): Biblioteka operacji na pikselach Name: pixman Version: 0.11.4 -Release: 1 +Release: 2 License: MIT Group: Libraries Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 # Source0-md5: 781ea328ad7340470235587b5101f343 Patch0: %{name}-gcc3.patch +Patch1: %{name}-leak.patch URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -61,6 +62,7 @@ %if "%{cc_version}" < "3.4" %patch0 -p1 %endif +%patch1 -p1 %build %{__libtoolize} @@ -108,6 +110,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.20 2008-06-13 19:55:42 arekm +- rel 2; fix memory leak (from upstream) + Revision 1.19 2008-06-10 17:58:17 arekm - up to 0.11.4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pixman.spec?r1=1.19&r2=1.20&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
