Author: qboosh Date: Tue Sep 9 05:45:26 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 0.11.10
---- Files affected: SPECS: crossmingw32-pixman.spec (1.4 -> 1.5) ---- Diffs: ================================================================ Index: SPECS/crossmingw32-pixman.spec diff -u SPECS/crossmingw32-pixman.spec:1.4 SPECS/crossmingw32-pixman.spec:1.5 --- SPECS/crossmingw32-pixman.spec:1.4 Thu Jul 17 22:36:31 2008 +++ SPECS/crossmingw32-pixman.spec Tue Sep 9 07:45:21 2008 @@ -2,12 +2,12 @@ Summary: Pixel manipulation library - cross Mingw32 Summary(pl.UTF-8): Biblioteka operacji na pikselach - wersja skrośna Mingw32 Name: crossmingw32-pixman -Version: 0.11.8 +Version: 0.11.10 Release: 1 License: MIT Group: Development/Libraries Source0: http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.bz2 -# Source0-md5: 57949578526a796c724d0c79b045eff0 +# Source0-md5: 5db471bffc5caeebb6a07be674d65373 URL: http://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.57 BuildRequires: automake @@ -31,6 +31,13 @@ %define __cc %{target}-gcc %define __cxx %{target}-g++ +%ifnarch %{ix86} +# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc +%define optflags -O2 +%endif +# -z options are invalid for mingw linker +%define filterout_ld -Wl,-z,.* + %description pixman is a pixel manipulation library. @@ -124,6 +131,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2008/09/09 05:45:21 qboosh +- updated to 0.11.10 + Revision 1.4 2008/07/17 20:36:31 qboosh - updated to 0.11.8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crossmingw32-pixman.spec?r1=1.4&r2=1.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
