Author: arekm Date: Sat Dec 2 12:14:10 2006 GMT Module: SPECS Tag: XORG_7_2 ---- Log message: - save work (gcc eats memory when compiling xf86ScanPci.c)
---- Files affected: SPECS: xorg-xserver-server.spec (1.53.2.2 -> 1.53.2.3) ---- Diffs: ================================================================ Index: SPECS/xorg-xserver-server.spec diff -u SPECS/xorg-xserver-server.spec:1.53.2.2 SPECS/xorg-xserver-server.spec:1.53.2.3 --- SPECS/xorg-xserver-server.spec:1.53.2.2 Fri Nov 24 19:37:27 2006 +++ SPECS/xorg-xserver-server.spec Sat Dec 2 13:14:04 2006 @@ -2,12 +2,12 @@ Summary: X.org server Summary(pl): Serwer X.org Name: xorg-xserver-server -Version: 1.1.99.902 +Version: 1.1.99.903 Release: 0.1 License: MIT Group: X11/Servers Source0: http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-%{version}.tar.bz2 -# Source0-md5: 0319aac0baee367529d0605c380281f0 +# Source0-md5: aa7d6b3577d4d851faf1c591df490bd5 %define mesa_version 6.5.1 Source1: http://dl.sourceforge.net/mesa3d/MesaLib-%{mesa_version}.tar.bz2 # Source1-md5: c46f2c6646a270911b791dd8e1c2d977 @@ -21,7 +21,7 @@ BuildRequires: autoconf >= 2.57 BuildRequires: automake BuildRequires: cpp -BuildRequires: libdrm-devel +BuildRequires: libdrm-devel >= 2.3.0 BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: pam-devel @@ -197,7 +197,7 @@ Summary: Header files for X.org server Summary(pl): Pliki nagłówkowe dla servera X.org Group: X11/Development/Libraries -Requires: libdrm-devel +Requires: libdrm-devel >= 2.3.0 Requires: xorg-proto-fontsproto-devel Requires: xorg-proto-renderproto-devel Requires: xorg-proto-videoproto-devel @@ -245,7 +245,7 @@ --enable-lbx \ --enable-xevie \ --with-dri-driver-path=%{_libdir}/xorg/modules/dri \ - --with-default-font-path="%{_fontsdir}/misc,%{_fontsdir}/TTF,%{_fontsdir}/OTF,%{_fontsdir}/Type1,%{_fontsdir}/CID,%{_fontsdir}/100dpi,%{_fontsdir}/75dpi" \ + --with-default-font-path="%{_fontsdir}/misc,%{_fontsdir}/TTF,%{_fontsdir}/OTF,%{_fontsdir}/Type1,%{_fontsdir}/100dpi,%{_fontsdir}/75dpi" \ --with-mesa-source="`pwd`/Mesa-%{mesa_version}" %{__make} @@ -380,6 +380,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.53.2.3 2006/12/02 12:14:04 arekm +- save work (gcc eats memory when compiling xf86ScanPci.c) + Revision 1.53.2.2 2006/11/24 18:37:27 arekm - set name/vendor ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-xserver-server.spec?r1=1.53.2.2&r2=1.53.2.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
