Author: wiget Date: Wed Mar 15 15:10:43 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix starting Xorg on machines with tun interfaces (tun.patch) - release 0.7
---- Files affected: SPECS: xorg-xserver-server.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: SPECS/xorg-xserver-server.spec diff -u SPECS/xorg-xserver-server.spec:1.30 SPECS/xorg-xserver-server.spec:1.31 --- SPECS/xorg-xserver-server.spec:1.30 Tue Feb 28 13:10:41 2006 +++ SPECS/xorg-xserver-server.spec Wed Mar 15 16:10:37 2006 @@ -3,7 +3,7 @@ Summary(pl): Serwer X.org Name: xorg-xserver-server Version: 1.0.1 -Release: 0.6 +Release: 0.7 License: MIT Group: X11/Servers Source0: http://xorg.freedesktop.org/releases/X11R7.0/src/xserver/xorg-server-%{version}.tar.bz2 @@ -16,6 +16,7 @@ Patch2: %{name}-xwrapper.patch Patch3: %{name}-compositefastpath.patch Patch4: Mesa-glx-x11-render-texture.diff +Patch5: %{name}-tun.patch URL: http://xorg.freedesktop.org/ # for glx headers BuildRequires: Mesa-libGL-devel @@ -214,6 +215,7 @@ cd Mesa-6.4.2 %patch4 -p0 cd .. +%patch5 -p1 %build %{__libtoolize} @@ -352,6 +354,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2006/03/15 15:10:37 wiget +- fix starting Xorg on machines with tun interfaces (tun.patch) +- release 0.7 + Revision 1.30 2006/02/28 12:10:41 wrobell - fixed base font requirements ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xorg-xserver-server.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
