Hello community, here is the log from the commit of package xorg-x11-server checked in at Thu Dec 7 21:38:05 CET 2006. -------- --- xorg-x11-server/xorg-x11-server.changes 2006-11-28 15:46:14.000000000 +0100 +++ /mounts/work_src_done/STABLE/xorg-x11-server/xorg-x11-server.changes 2006-12-02 22:39:02.000000000 +0100 @@ -1,0 +2,24 @@ +Sat Dec 2 22:35:59 CET 2006 - sndirsch@suse.de + +- X.Org 7.2RC3 release + * Add a -showDefaultModulePath option. + * Add a -showDefaultLibPath option. + * Add DIX_CFLAGS to util builds. + * Fix release date, and tag 1.1.99.903 + * make X server use system libdrm - this requires libdrm >= 2.3.0 + * DRI: call drmSetServerInfo() before drmOpen(). + * add extern to struct definition + * fixup configure.ac problems with DRI_SOURCES and LBX_SOURCES + * bump to 1.1.99.903 + * remove CID support (bug #5553) + * dri: setup libdrm hooks as early as possible. + * Bug #8868: Remove drm from SUBDIRS now that the directory is gone. + * Fix typo before the last commit. + * Fix GL context destruction with AIGLX. + * On DragonFLy, default to /dev/sysmouse (just like on FreeBSD). + * ffs: handle 0 argument (bug #8968) + * Bug #9023: Only check mice for "mouse" or "void" if identifier + is != NULL. Fix potential NULL pointer access in timer code. +- updated Mesa sources to 6.5.2 + +------------------------------------------------------------------- Old: ---- Mesa-6.5.1.tar.bz2 mouse-fix.diff xorg-server-1.1.99.902.tar.bz2 xserver-timers.diff New: ---- Mesa-6.5.2.diff Mesa-6.5.2.tar.bz2 xorg-server-1.1.99.903.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-x11-server.spec ++++++ --- /var/tmp/diff_new_pack.b6RA96/_old 2006-12-07 21:37:26.000000000 +0100 +++ /var/tmp/diff_new_pack.b6RA96/_new 2006-12-07 21:37:26.000000000 +0100 @@ -11,13 +11,13 @@ # norootforbuild Name: xorg-x11-server -%define dirsuffix 1.1.99.902 +%define dirsuffix 1.1.99.903 %define fglrx_driver_hack 0 BuildRequires: Mesa-devel fontconfig-devel freetype2-devel ghostscript-library glitz-devel libdrm-devel pkgconfig xorg-x11 xorg-x11-devel xorg-x11-libICE-devel xorg-x11-libSM-devel xorg-x11-libX11-devel xorg-x11-libXau-devel xorg-x11-libXdmcp-devel xorg-x11-libXext-devel xorg-x11-libXfixes-devel xorg-x11-libXmu-devel xorg-x11-libXp-devel xorg-x11-libXpm-devel xorg-x11-libXprintUtil-devel xorg-x11-libXrender-devel xorg-x11-libXt-devel xorg-x11-libXv-devel xorg-x11-libfontenc-devel xorg-x11-libxkbfile-devel xorg-x11-proto-devel xorg-x11-xtrans-devel URL: http://xorg.freedesktop.org/ %define EXPERIMENTAL 0 Version: 7.2 -Release: 28 +Release: 30 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/X11/Servers/XF86_4 @@ -29,7 +29,7 @@ Obsoletes: xorg-x11-Xnest xorg-x11-Xprt xorg-x11-Xvfb xorg-x11-server-glx Summary: X.Org Server Source: xorg-server-%{dirsuffix}.tar.bz2 -Source1: Mesa-6.5.1.tar.bz2 +Source1: Mesa-6.5.2.tar.bz2 Source3: README.updates Source4: xorgcfg.tar.bz2 %if %suse_version > 1010 @@ -64,10 +64,9 @@ Patch28: cfb8-undefined.diff Patch29: xephyr.diff Patch30: p_ppc_domain_workaround.diff -Patch31: mouse-fix.diff Patch32: acpi_events.diff Patch33: p_pci-off-by-one.diff -Patch34: xserver-timers.diff +Patch34: Mesa-6.5.2.diff Patch334: p_pci-domain.diff Patch357: p_pci-ce-x.diff @@ -134,10 +133,9 @@ %patch334 -p0 -b .p_pci-domain.diff %patch357 -p0 -b .p_pci-ce-x.diff %patch30 -%patch31 -p1 %patch32 -p1 %patch33 -p0 -%patch34 -p1 +%patch34 -p0 %build autoreconf -fi @@ -442,6 +440,27 @@ %endif %changelog -n xorg-x11-server +* Sat Dec 02 2006 - sndirsch@suse.de +- X.Org 7.2RC3 release + * Add a -showDefaultModulePath option. + * Add a -showDefaultLibPath option. + * Add DIX_CFLAGS to util builds. + * Fix release date, and tag 1.1.99.903 + * make X server use system libdrm - this requires libdrm >= 2.3.0 + * DRI: call drmSetServerInfo() before drmOpen(). + * add extern to struct definition + * fixup configure.ac problems with DRI_SOURCES and LBX_SOURCES + * bump to 1.1.99.903 + * remove CID support (bug #5553) + * dri: setup libdrm hooks as early as possible. + * Bug #8868: Remove drm from SUBDIRS now that the directory is gone. + * Fix typo before the last commit. + * Fix GL context destruction with AIGLX. + * On DragonFLy, default to /dev/sysmouse (just like on FreeBSD). + * ffs: handle 0 argument (bug #8968) + * Bug #9023: Only check mice for "mouse" or "void" if identifier + is != NULL. Fix potential NULL pointer access in timer code. +- updated Mesa sources to 6.5.2 * Tue Nov 28 2006 - sndirsch@suse.de - xserver-timers.diff: * fix null pointer reference in timer code (Bug #223718) ++++++ Mesa-6.5.2.diff ++++++ --- GL/mesa/main/Makefile.am.orig 2006-12-03 03:20:15.697973056 +0100 +++ GL/mesa/main/Makefile.am 2006-12-03 03:20:35.293300149 +0100 @@ -60,6 +60,7 @@ light.c \ lines.c \ matrix.c \ + mipmap.c \ mm.c \ occlude.c \ pixel.c \ ++++++ Mesa-6.5.1.tar.bz2 -> Mesa-6.5.2.tar.bz2 ++++++ ++++ 144839 lines of diff (skipped) ++++++ p_default-module-path.diff ++++++ --- /var/tmp/diff_new_pack.b6RA96/_old 2006-12-07 21:37:42.000000000 +0100 +++ /var/tmp/diff_new_pack.b6RA96/_new 2006-12-07 21:37:42.000000000 +0100 @@ -22,3 +22,14 @@ char *uwcrtpath = "/usr/ccs/lib/libcrt.a"; char *path; struct stat st; +--- hw/xfree86/common/xf86Init.c.orig 2006-12-03 17:35:17.412779270 +0100 ++++ hw/xfree86/common/xf86Init.c 2006-12-03 17:37:29.048826467 +0100 +@@ -1876,7 +1876,7 @@ + static void + xf86PrintDefaultModulePath(void) + { +- ErrorF("%s\n", DEFAULT_MODULE_PATH); ++ ErrorF("/usr/LIBDIR/xorg/modules/updates,/usr/LIBDIR/xorg/modules\n"); + } + + static void ++++++ xorg-server-1.1.99.902.tar.bz2 -> xorg-server-1.1.99.903.tar.bz2 ++++++ ++++ 8270 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de