%bcond_with systemd %define pkgname xorg-server #define gitdate 20100319 Summary: X.Org X11 X server Summary(ja): X.Org X11 X サーバ Name: xorg-x11-server Version: 1.20.11 Release: 1%{?_dist_release}%{?with_systemd:.systemd} Group: system Vendor: Project Vine Distribution: Vine Linux URL: http://www.x.org License: MIT/X11 %if 0%{?gitdate} Source0: ftp://ftp.x.org/pub/individual/xserver/%{pkgname}-%{gitdate}.tar.xz %else Source0: https://www.x.org/archive/individual/xserver/%{pkgname}-%{version}.tar.bz2 %endif Source4: 10-quirks.conf Source10: xserver.pamd Source20: http://svn.exactcode.de/t2/trunk/package/xorg/xorg-server/xvfb-run.sh # fedora patches # From Debian use intel ddx driver only for gen4 and older chipsets Patch1: 06_use-intel-only-on-pre-gen4.diff # Default to xf86-video-modesetting on GeForce 8 and newer Patch2: 0001-xfree86-use-modesetting-driver-by-default-on-GeForce.patch # Default to va_gl on intel i965 as we use the modesetting drv there # va_gl should probably just be the default everywhere ? Patch3: 0001-xf86-dri2-Use-va_gl-as-vdpau_driver-for-Intel-i965-G.patch # Submitted upstream, but not going anywhere Patch5: 0001-autobind-GPUs-to-the-screen.patch # because the display-managers are not ready yet, do not upstream Patch6: 0001-Fedora-hack-Make-the-suid-root-wrapper-always-start-.patch # security patch ## Vine Patch # add elogind support Patch10000: 0001-add-elogind-support.patch # autodetect nvidia driver Patch10010: 0001-nvidia.patch # autodetect fglrx driver Patch10020: 0002-fglrx.patch # autodetect virtual video device (qemu) driver Patch10030: 0003-qemu.patch # finally fallback to vesa driver Patch10040: 0004-vesa-fallback.patch # do not disable kbd driver even if AllowEmptyInput option is on. Patch20000: 0005-dont-disable-kbd-if-AEI-on.patch %define moduledir %{_libdir}/xorg/modules %define drimoduledir %{_libdir}/dri %define sdkdir %{_includedir}/xorg %ifarch s390 s390x %define with_hw_servers 0 %else %define with_hw_servers 1 %endif %if %{with_hw_servers} %define enable_xorg --enable-xorg %else %define enable_xorg --disable-xorg %endif %define kdrive --enable-kdrive --enable-xephyr --disable-xfake --disable-xfbdev %define xservers --enable-xvfb --enable-xnest %{kdrive} %{enable_xorg} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root # FIXME: Temporary Build deps on autotools, as needed... BuildRequires: automake autoconf libtool BuildRequires: pkgconfig BuildRequires: xorg-x11-util-macros >= 1.6.0 BuildRequires: xorg-x11-proto-devel >= 7.4-9 BuildRequires: xorg-x11-xtrans-devel >= 1.2.3 BuildRequires: xorg-x11-font-utils BuildRequires: libXfont-devel BuildRequires: libXfont2-devel BuildRequires: libXau-devel BuildRequires: libxkbfile-devel BuildRequires: xcb-util-devel BuildRequires: xcb-util-keysyms-devel BuildRequires: xcb-util-image-devel BuildRequires: xcb-util-wm-devel BuildRequires: xcb-util-renderutil-devel # libXres-devel needed for something that links to libXres that I never # bothered to figure out yet BuildRequires: libXres-devel # libfontenc-devel needed for Xorg, but not specified by # upstream deps. Build fails without it. BuildRequires: libfontenc-devel # Required for Xtst examples BuildRequires: libXtst-devel >= 1.1.0-2 # libXdmcp-devel needed for Xdmx, Xnest, Xephyr BuildRequires: libXdmcp-devel # libX11-devel needed for Xdmx, Xnest, Xephyr BuildRequires: libX11-devel # libXext-devel needed for Xdmx, Xnest, Xephyr BuildRequires: libXext-devel BuildRequires: libpciaccess-devel BuildRequires: pixman-devel >= 0.14.0 BuildRequires: openssl-devel # XXX Really? Why would we need this, Xfont should hide it. BuildRequires: freetype2-devel BuildRequires: libgudev-devel BuildRequires: dbus-devel %if %{with systemd} BuildRequires: systemd-devel %else BuildRequires: eudev-libudev-devel %endif # DMX config utils buildreqs. BuildRequires: libXt-devel BuildRequires: libdmx-devel >= 1.1.0-2 BuildRequires: libXmu-devel BuildRequires: libXrender-devel BuildRequires: libXi-devel BuildRequires: libXpm-devel BuildRequires: libXaw-devel >= 1.0.5 BuildRequires: libXfixes-devel BuildRequires: libXdamage-devel BuildRequires: libXv-devel BuildRequires: libxshmfence-devel BuildRequires: mesa-libGL-devel >= 7.8 BuildRequires: mesa-libEGL-devel BuildRequires: mesa-libgbm-devel BuildRequires: libepoxy-devel BuildRequires: mesa-source >= 7.8 # XXX silly... BuildRequires: libdrm-devel >= 2.4.0-3 %if %{with_hw_servers} Requires: libdrm %endif # Make sure libXfont has the catalogue FPE Requires: libXfont # All server subpackages have a virtual provide for the name of the server # they deliver. The Xorg one is versioned, the others are intentionally # unversioned. %description X.Org X11 X server %package common Summary: Xorg server common files Summary(ja): Xorg サーバ共通ファイル Group: system %description common Common files shared among all X servers. %if %{with_hw_servers} %package Xorg Summary: Xorg X server Summary(ja): Xorg X サーバ Group: system Provides: Xorg = %{version}-%{release} Provides: Xserver # Requires: xorg-x11-drivers >= 0.99.2-4 Requires: xorg-x11-drv-keyboard xorg-x11-drv-vesa Requires: xorg-x11-drv-void xorg-x11-drv-evdev # virtuals. XXX fix the xkbcomp fork() upstream. Requires: xkbdata xkbcomp Requires: xorg-x11-server-common >= %{version}-%{release} Requires: libdrm Requires: system-setup-keyboard Obsoletes: XFree86, XOrg Obsoletes: xorg-x11-drv-modesetting < 0.9.1 Obsoletes: xorg-x11-glamor < 0.6.1 Provides: xorg-x11-glamor = %{version}-%{release} %description Xorg X.org X11 is an open source implementation of the X Window System. It provides the basic low level functionality which full fledged graphical user interfaces (GUIs) such as GNOME and KDE are designed upon. %endif %package Xnest Summary: Xnest server Summary(ja): Xnest サーバ Group: system Obsoletes: XFree86-Xnest, XOrg-Xnest Requires: xorg-x11-server-common >= %{version}-%{release} Provides: Xnest %description Xnest Xnest is an X server, which has been implemented as an ordinary X application. It runs in a window just like other X applications, but it is an X server itself in which you can run other software. It is a very useful tool for developers who wish to test their applications without running them on their real X server. %package Xdmx Summary: Distributed Multihead X Server and utilities Summary(ja): 分散マルチヘッド X サーバおよびユーティリティ Group: system Requires: xorg-x11-server-common >= %{version}-%{release} Provides: Xdmx %description Xdmx Xdmx is proxy X server that provides multi-head support for multiple displays attached to different machines (each of which is running a typical X server). When Xinerama is used with Xdmx, the multiple displays on multiple machines are presented to the user as a single unified screen. A simple application for Xdmx would be to provide multi-head support using two desktop machines, each of which has a single display device attached to it. A complex application for Xdmx would be to unify a 4 by 4 grid of 1280x1024 displays (each attached to one of 16 computers) into a unified 5120x4096 display. %package Xvfb Summary: Virtual framebuffer X server. Summary(ja): 仮想フレームバッファ X サーバ Group: system Obsoletes: XFree86-Xvfb, XOrg-Xvfb Requires: xorg-x11-server-common >= %{version}-%{release} # required for xvfb-run Requires: xorg-x11-xauth Provides: Xvfb %description Xvfb Xvfb (X Virtual Frame Buffer) is an X server that is able to run on machines with no display hardware and no physical input devices. Xvfb simulates a dumb framebuffer using virtual memory. Xvfb does not open any devices, but behaves otherwise as an X display. Xvfb is normally used for testing servers. %package Xephyr Summary: Xephyr X server Summary(ja): Xephyr X サーバ Group: system Requires: xorg-x11-server-common >= %{version}-%{release} Provides: Xephyr %description Xephyr Xephyr is an X server, which has been implemented as an ordinary X application. It runs in a window just like other X applications, but it is an X server itself in which you can run other software. It is a very useful tool for developers who wish to test their applications without running them on their real X server. Unlike Xnest, Xephyr renders to an X image rather than relaying the X protocol, and therefore supports the newer X extensions like Render and Composite. %if %{with_hw_servers} %package sdk Summary: SDK for X server driver module development Summary(ja): X サーバドライバモジュール開発用 SDK Group: system Obsoletes: XFree86-sdk, XOrg-sdk Requires: xorg-x11-util-macros Requires: xorg-x11-proto-devel Requires: pixman-devel Requires: libpciaccess-devel Requires: pkgconfig Requires(pre): xorg-x11-filesystem Provides: libxf86config-devel = %{version}-%{release} Obsoletes: xorg-x11-glamor-devel < 0.6.1 Provides: xorg-x11-glamor-devel = %{version}-%{release} %description sdk The SDK package provides the developmental files which are necessary for developing X server driver modules, and for compiling driver modules outside of the standard X11 source code tree. Developers writing video drivers, input drivers, or other X modules should install this package. %endif %package source Summary: Xserver source code required to build VNC server (Xvnc) Summary(ja): VNC サーバ (Xvnc) をビルドするために必要な X サーバのソースコード Group: programming %description source Xserver source code needed to build VNC server (Xvnc) %debug_package %prep %setup -q -n %{pkgname}-%{version} #%setup -q -n %{pkgname}-%{gitdate} # fedora patches %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch5 -p1 %patch6 -p1 # security patch # Vine patch %patch10020 -p1 -b .fglrx %patch10030 -p1 -b .virtual-device %patch10040 -p1 -b .vesa-fallback # Vine %patch20000 -p1 -b .dont-disable-kbd # Patch5: xserver-1.8.1-pic-libxf86config.patch sed -i \ -e "/AM_CFLAGS =/a \\\\t-fPIC -fvisibility=hidden \\\\" \ ./hw/xfree86/parser/Makefile.am autoreconf -vif %build %define default_font_path "catalogue:/etc/X11/fontpath.d,built-ins" %if %{with_hw_servers} %define dri_flags --enable-dri2 --enable-dri3 --enable-suid-wrapper --enable-glamor %else %define dri_flags --disable-dri %endif export CFLAGS="%{build_cflags} -Wstrict-overflow -rdynamic $CFLAGS" export CXXFLAGS="%{build_cxxflags} -Wstrict-overflow -rdynamic $CFLAGS" export LDFLAGS="%{build_ldflags}" %configure \ %{xservers} \ --disable-static \ --with-pic \ --with-int10=x86emu \ --with-default-font-path=%{default_font_path} \ --with-module-dir=%{moduledir} \ --with-os-name="Vine Linux 7" \ --with-vendor-web="https://www.vinelinux.org/" \ --with-vendor-name="Project Vine" \ --with-builderstring="Build ID: %{name} %{version}-%{release}" \ --with-xkb-output=%{_localstatedir}/lib/xkb \ --enable-install-libxf86config \ --disable-linux-acpi --disable-linux-apm \ --disable-xselinux --enable-record \ --enable-config-udev \ --enable-dmx \ %{dri_flags} \ --enable-systemd-logind \ %if %{with systemd} --with-systemd-daemon \ %endif ${CONFIGURE} make -s %{?_smp_mflags} LIBTOOL=/usr/bin/libtool %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT moduledir=%{moduledir} LIBTOOL=/usr/bin/libtool %if %{with_hw_servers} rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/libxf8_16bpp.so mkdir -p $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,input} mkdir -p $RPM_BUILD_ROOT%{_datadir}/xorg install -m 0444 hw/xfree86/common/{vesa,extra}modes $RPM_BUILD_ROOT%{_datadir}/xorg/ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/xserver mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d %endif # Make the source package %define xserver_source_dir %{_datadir}/xorg-x11-server-source %define inst_srcdir %{buildroot}/%{xserver_source_dir} mkdir -p %{inst_srcdir}/{Xext,xkb,GL,hw/{xquartz/bundle,xfree86/common}} mkdir -p %{inst_srcdir}/{hw/dmx/doc,man,doc,hw/dmx/doxygen} cp {,%{inst_srcdir}/}hw/xquartz/bundle/cpprules.in cp {,%{inst_srcdir}/}man/Xserver.man cp {,%{inst_srcdir}/}doc/smartsched cp {,%{inst_srcdir}/}hw/dmx/doxygen/doxygen.conf.in cp {,%{inst_srcdir}/}xserver.ent.in cp {,%{inst_srcdir}/}hw/xfree86/Xorg.sh.in cp xkb/README.compiled %{inst_srcdir}/xkb cp hw/xfree86/xorgconf.cpp %{inst_srcdir}/hw/xfree86 install -m 0755 %{SOURCE20} $RPM_BUILD_ROOT%{_bindir}/xvfb-run find . -type f | egrep '.*\.(c|h|am|ac|inc|m4|h.in|pc.in|man.pre|pl|txt)$' | xargs tar cf - | (cd %{inst_srcdir} && tar xf -) find %{inst_srcdir}/hw/xfree86 -name \*.c -delete # Remove unwanted files/dirs { rm -f $RPM_BUILD_ROOT%{_libdir}/X11/Options rm -f $RPM_BUILD_ROOT%{_bindir}/in? rm -f $RPM_BUILD_ROOT%{_bindir}/ioport rm -f $RPM_BUILD_ROOT%{_bindir}/out? rm -f $RPM_BUILD_ROOT%{_bindir}/pcitweak rm -f $RPM_BUILD_ROOT%{_mandir}/man1/pcitweak.1* find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || : find $RPM_BUILD_ROOT%{_libdir}/xorg/modules -type f -name '*.a' | xargs rm -f -- || : %if !%{with_hw_servers} rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/xorg-server.pc rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/xorg-server.m4 %endif } %clean rm -rf $RPM_BUILD_ROOT %if %{with_hw_servers} %pre Xorg { pushd /etc/X11 for configfile in XF86Config XF86Config-4 ; do if [ -r $configfile ]; then if [ -r xorg.conf ]; then mv -f $configfile $configfile.obsoleted else mv -f $configfile xorg.conf fi fi done [ -e xorg.conf ] || return 0 perl -p -i -e 's/^.*Load.*"(pex5|xie|xtt).*\n$"//gi' xorg.conf perl -p -i -e 's/^\s*Driver(.*)"keyboard"/Driver\1"kbd"/gi' xorg.conf perl -p -i -e 's/^.*Option.*"XkbRules".*"(xfree86|xorg)".*\n$//gi' xorg.conf perl -p -i -e 's#^\s*RgbPath.*$##gi' xorg.conf # lame, the nvidia driver needs to override this if ! grep -q 'ModulePath.*nvidia' xorg.conf ; then perl -p -i -e 's#^\s*ModulePath.*$##gi' xorg.conf fi popd } &> /dev/null || : %endif %files common %defattr(-,root,root,-) %{_mandir}/man1/Xserver.1* %{_libdir}/xorg/protocol.txt %dir %{_localstatedir}/lib/xkb %{_localstatedir}/lib/xkb/README.compiled %if %{with_hw_servers} %files Xorg %defattr(-,root,root,-) %config %attr(0644,root,root) %{_sysconfdir}/pam.d/xserver %{_bindir}/X %attr(755, root, root) %{_bindir}/Xorg %{_libexecdir}/Xorg %attr(4755, root, root) %{_libexecdir}/Xorg.wrap %{_bindir}/gtf %{_bindir}/cvt %dir %{_datadir}/xorg %{_datadir}/xorg/vesamodes %{_datadir}/xorg/extramodes %dir %{_libdir}/xorg %dir %{_libdir}/xorg/modules %dir %{_libdir}/xorg/modules/drivers %{_libdir}/xorg/modules/drivers/modesetting_drv.so %dir %{_libdir}/xorg/modules/extensions %{_libdir}/xorg/modules/extensions/libglx.so %dir %{_libdir}/xorg/modules/input %{_libdir}/xorg/modules/libexa.so %{_libdir}/xorg/modules/libfb.so %{_libdir}/xorg/modules/libfbdevhw.so %{_libdir}/xorg/modules/libglamoregl.so %{_libdir}/xorg/modules/libint10.so %{_libdir}/xorg/modules/libshadow.so %{_libdir}/xorg/modules/libshadowfb.so %{_libdir}/xorg/modules/libvbe.so %{_libdir}/xorg/modules/libvgahw.so %{_libdir}/xorg/modules/libwfb.so %{_mandir}/man1/gtf.1* %{_mandir}/man1/Xorg.1* %{_mandir}/man1/Xorg.wrap.1* %{_mandir}/man1/cvt.1* %{_mandir}/man4/fbdevhw.4* %{_mandir}/man4/exa.4* %{_mandir}/man4/modesetting.4.gz %{_mandir}/man5/Xwrapper.config.5* %{_mandir}/man5/xorg.conf.5* %{_mandir}/man5/xorg.conf.d.5* %dir %{_sysconfdir}/X11/xorg.conf.d %dir %{_datadir}/X11/xorg.conf.d %{_datadir}/X11/xorg.conf.d/*.conf %endif %files Xnest %defattr(-,root,root,-) %{_bindir}/Xnest %{_mandir}/man1/Xnest.1* %files Xdmx %defattr(-,root,root,-) %{_bindir}/Xdmx %{_bindir}/dmxaddinput %{_bindir}/dmxaddscreen %{_bindir}/dmxreconfig %{_bindir}/dmxresize %{_bindir}/dmxrminput %{_bindir}/dmxrmscreen %{_bindir}/dmxtodmx %{_bindir}/dmxwininfo %{_bindir}/vdltodmx %{_bindir}/dmxinfo %{_bindir}/xdmxconfig %{_mandir}/man1/Xdmx.1* %{_mandir}/man1/dmxtodmx.1* %{_mandir}/man1/vdltodmx.1* %{_mandir}/man1/xdmxconfig.1* %files Xvfb %defattr(-,root,root,-) %{_bindir}/Xvfb %{_bindir}/xvfb-run %{_mandir}/man1/Xvfb.1* %files Xephyr %defattr(-,root,root,-) %{_bindir}/Xephyr %{_mandir}/man1/Xephyr.1* %if %{with_hw_servers} %files sdk %defattr(-,root,root,-) %{_libdir}/pkgconfig/xorg-server.pc %dir %{_includedir}/xorg %{sdkdir}/*.h %{_datadir}/aclocal/xorg-server.m4 %endif %files source %defattr(-, root, root, -) %{xserver_source_dir} %changelog * Thu May 20 2021 Tomohiro "Tomo-p" KATO 1.20.11-1 - new upstream release. * Thu Apr 01 2021 Tomohiro "Tomo-p" KATO 1.20.10-2 - imported Patch1-6 from rawhide. - dropped Patch5002. - dropped Patch10010. * Thu Dec 17 2020 Tomohiro "Tomo-p" KATO 1.20.10-1 - new upstream release. * Sun Oct 11 2020 Tomohiro "Tomo-p" KATO 1.20.9-2 - fixed %%files. * Wed Sep 16 2020 Tomohiro "Tomo-p" KATO 1.20.9-1 - new upstream release. - dropped Patch9000: fixed in upstream. * Fri Aug 07 2020 Tomohiro "Tomo-p" KATO 1.20.8-2 - added Patch9000 to fix CVE-2020-14347. * Sat May 02 2020 Tomohiro "Tomo-p" KATO 1.20.8-1 - new upstream release. - added systemd support (disabled as default). - updated Source20. - updated Patch10010-20000. * Fri Jan 04 2019 Tomohiro "Tomo-p" KATO 1.19.6-2 - added elogind support. - changed permission of %{_bindir}/Xorg from 4711 to 755. * Wed Feb 14 2018 Satoshi IWAMOTO 1.19.6-1 - update to 1.19.6 * Fri Jul 22 2016 Yoji TOYODA 1.18.4-1 - update to 1.18.4 * Thu May 05 2016 Yoji TOYODA 1.18.3-1 - update to 1.18.3 - remove Patch6030 (xserver-1.16.2-right-of.patch) - add BuildRequires: libxshmfence-devel - change BuildRequires: libgudev-devel instead of eudev-libgudev1-devel * Mon Nov 16 2015 Yoji TOYODA 1.17.4-2 - remove Patch 2014,6002,6028,6033 * Tue Nov 03 2015 Yoji TOYODA 1.17.4-1 - update to 1.17.4 * Sun Oct 25 2015 Yoji TOYODA 1.17.2-1 - update to 1.17.2 - add BuildRequires: xcb-util-renderutil-devel * Wed Feb 11 2015 Yoji TOYODA 1.16.4-1 - update to 1.16.4 (including security fix for CVE-2015-0255) * Sun Dec 21 2014 Yoji TOYODA 1.16.3-1 - update to 1.16.3 * Sat Nov 22 2014 Yoji TOYODA 1.16.2-1 - update to 1.16.2 - update Patch6030 (xserver-1.16.2-right-of.patch) - add BuildRequires: dbus-devel, mesa-libEGL-devel, mesa-libgbm-devel, libepoxy-devel * Wed Jul 09 2014 Yoji TOYODA 1.15.2-1 - update to 1.15.2 - remove Patch6011 (xserver-1.12.0-less-acpi-brokenness.patch) - add BuildRequires: xcb-util-devel, xcb-util-keysyms-devel, xcb-util-image-devel, xcb-util-wm-devel * Tue Jun 17 2014 Yoji TOYODA 1.14.7-2 - change BuildRequires: eudev-libgudev1-devel instead of libgudev1-devel * Wed Jun 11 2014 Yoji TOYODA 1.14.7-1 - new upstream release * Wed Apr 23 2014 Yoji TOYODA 1.14.6-1 - new upstream release * Thu Dec 26 2013 Yoji TOYODA 1.14.5-1 - new upstream release * Sun Nov 03 2013 Yoji TOYODA 1.14.4-1 - new upstream release * Mon Sep 23 2013 Yoji TOYODA 1.14.3-1 - new upstream release * Mon Aug 12 2013 Yoji TOYODA 1.14.2-1 - new upstream release * Sun May 05 2013 Yoji TOYODA 1.14.1-1 - new upstream release - remove Patch6027 (xserver-1.12.1-displayfd.patch) * Mon Aug 27 2012 Yoji TOYODA 1.12.4-1 - new upstream release - update Patch6030 (xserver-1.12.4-right-of.patch) * Wed Jul 11 2012 Yoji TOYODA 1.12.3-1 - new upstream release * Wed May 30 2012 Yoji TOYODA 1.12.2-1 - new upstream release * Tue May 08 2012 Yoji TOYODA 1.12.1.901-1 - new upstream release * Sat Apr 28 2012 Yoji TOYODA 1.12.1-1 - new upstream release - update Patch2014 (xserver-1.12.1-projector-fb-size.patch) - update Patch5002 (xserver-1.12.1-ssh-isnt-local.patch) - update Patch6002 (xserver-1.12.1-mode-debug.patch) - update Patch6011 (xserver-1.12.0-less-acpi-brokenness.patch) - update Patch6027 (xserver-1.12.1-displayfd.patch) - update Patch6028 (xserver-1.12.1-randr-error-debugging.patch) - update Patch6030 (xserver-1.12.1-right-of.patch) - update Patch10010 (xorg-x11-server-1.12.1-nvidia.patch) - update Patch10020 (xorg-x11-server-1.12.1-fglrx.patch) - update Patch10030 (xorg-x11-server-1.12.1-qemu.patch) - update Patch20000 (xorg-server-1.12.1-dont-disable-kbd-if-AEI-on.patch) - remove Patch7005 - remove Patch7005 * Sun Jan 29 2012 Yoji TOYODA 1.11.4-1 - new upstream release * Fri Dec 23 2011 Yoji TOYODA 1.11.3-1 - new upstream release * Sat Nov 05 2011 Yoji TOYODA 1.11.2-1 - new upstream release * Tue Nov 01 2011 Yoji TOYODA 1.11.1.902-1 - new upstream release * Sat Aug 20 2011 Yoji TOYODA 1.10.4-1 - new upstream release * Sun May 29 2011 Yoji TOYODA 1.10.2-1 - new upstream release * Mon Apr 25 2011 Yoji TOYODA 1.10.1-1 - new upstream release * Mon Feb 28 2011 Yoji TOYODA 1.10.0-1 - new upstream release - fix %%install to add xmlrules.in - drop Patch103,6049 - update Patch6027,6030,20000 - add Patch7005 (xserver-1.9.0-qxl-fallback.patch) * Sat Feb 05 2011 Yoji TOYODA 1.9.4-1 - new upstream release * Mon Jan 10 2011 Yoji TOYODA 1.9.3-2 - rebuild with openssl-1.0.0c * Sat Dec 18 2010 Yoji TOYODA 1.9.3-1 - new upstream release - drop Patch6045,6051 * Sun Nov 07 2010 Yoji TOYODA 1.9.2-1 - new upstream release - update Patch6027,6030,6045,10010,10020,10030,10040 - drop Patch6033 - add environment variable LIBTOOL for make command - fix %%files * Sun Sep 26 2010 Yoji TOYODA 1.8.1-2 - rebuild with rpm-4.8.1 for pkg-config file - add BuildRequires: xorg-x11-font-utils, libgudev1-devel * Tue May 11 2010 Daisuke SUZUKI 1.8.1-1 - new upstream release - remove upstream patch (Patch6057) * Sat Apr 17 2010 Daisuke SUZUKI 1.8.0-2 - add Patch6057 to import xorg.conf.d changes from upstream. - change /etc/xorg.conf.d to /etc/X11/xorg.conf.d - system provided configs should go to /usr/share/X11/xorg.conf.d * Fri Apr 02 2010 Daisuke SUZUKI 1.8.0-1 - new upstream release * Wed Mar 24 2010 Daisuke SUZUKI 1.7.99.902-2.20100318 - update to new git snapshot * Tue Mar 16 2010 Daisuke SUZUKI 1.7.99.901-2.20100304 - update to new git snapshot - cleanup spec file - import patch2014,6028,6049,6051 from fedora * Thu Mar 11 2010 Daisuke SUZUKI 1.7.99.901-1 - update to 1.8rc1 (1.7.99.901) - import patch5002,6002,6030,6033 from fedora - add 00-evdev.conf, 10-quirks.conf - build against mesa-7.8(git snapshot) * Fri Feb 19 2010 Daisuke SUZUKI 1.7.5-1 - new upstream release * Mon Feb 08 2010 Daisuke SUZUKI 1.7.4-2 - rebuild with new toolchain - run autoreconf * Sat Jan 09 2010 Daisuke SUZUKI 1.7.4-1 - new upstream release * Sat Dec 05 2009 Daisuke SUZUKI 1.7.3-1 - new upstream release * Fri Nov 27 2009 Daisuke SUZUKI 1.7.2-1 - new upstream release * Tue Nov 24 2009 Daisuke SUZUKI 1.7.1-3 - add BR: openssl-devel () - build against mesa-7.6 - update BR: mesa-libGL-devel >= 7.6-1 * Sat Nov 21 2009 Daisuke SUZUKI 1.7.1-2 - add R: pixman-devel, libpciaccess-devel to -sdk () * Wed Nov 18 2009 Daisuke SUZUKI 1.7.1-1 - new upstream release * Mon Sep 14 2009 Daisuke SUZUKI 1.6.3-2 - update Patch6012 to use vesa for poulsbo - merge patch6029 - add Patch6040 to autodetect nvidia driver - add Patch6041 to autodetect fglrx driver - add Patch6042 to autodetect virtual video driver - add Patch6042 to autodetect geode driver - add Pathc6050 to fallback to vesa driver - add BR: libXdamage-devel, libXv-devel * Sat Aug 01 2009 Daisuke SUZUKI 1.6.3-1 - new upstream release * Thu Jul 09 2009 Daisuke SUZUKI 1.6.2-1 - new upstream release * Thu Apr 30 2009 Daisuke SUZUKI 1.6.1-3 - import fedora and/or upstream patch - remove Requires: xorg-x11-drv-mouse (we use evdev for mouse) * Sat Apr 25 2009 NAKAMURA Kenta 1.6.1-2 - updated Patch1003: xserver-1.6.1-pic-libxf86config.patch to build libxf86config with fPIC * Thu Apr 16 2009 Daisuke SUZUKI 1.6.1-1 - new upstream release * Sun Mar 22 2009 Daisuke SUZUKI 1.6.0-1 - new upstream releaase - add Patch1003 to build libxf86config with -fPIC - add BR: pixman-devel >= 0.14.0 - add BR: xorg-x11-xtrans-devel >= 1.2.3 * Sun Nov 09 2008 Daisuke SUZUKI 1.5.3-2 - rebuild with libXaw.so.7 (libXaw-1.0.5) * Sat Nov 08 2008 Daisuke SUZUKI 1.5.3-1 - new upstream release - add Patch2000 - do not diable kbd driver even if AllowEmptyInput is on. * Tue Oct 21 2008 Daisuke SUZUKI 1.5.2-2 - rebuild with libdrm-2.4.0-3, mesa-7.2 * Mon Oct 13 2008 Daisuke SUZUKI 1.5.2-1 - new upstream release * Thu Sep 25 2008 Daisuke SUZUKI 1.5.1-1 - new upstream release * Thu Sep 04 2008 Daisuke SUZUKI 1.5.0-1 - new upstream release - disable dri2 (upstream default) * Thu Jul 24 2008 Daisuke SUZUKI 1.4.99.906-1 - new upstream release * Thu Jul 24 2008 Daisuke SUZUKI 1.4.99.905-3 - add dix/protocol.txt to -source subpackage * Sat Jul 05 2008 Daisuke SUZUKI 1.4.99.905-2 - add Patch101, 1014 from fedora * Wed Jul 02 2008 Daisuke SUZUKI 1.4.99.905-1 - update to 1.4.99.905 (1.5RC5) - add -common subpackage * Thu Jun 12 2008 Daisuke SUZUKI 1.4.2-1 - new upstream release * Wed Jun 11 2008 Daisuke SUZUKI 1.4.1-1 - new upstream release * Sun May 18 2008 Daisuke SUZUKI 1.4.0.90-1 - new versioning policy * Fri Jan 18 2008 Daisuke SUZUKI 1.4.0.90-0vl1 - initial build for Vine Linux * Mon Sep 17 2007 Adam Jackson 1.3.0.0-24 - xserver-1.3.0-edid-quirk-backports.patch: Update the EDID quirks code to match current git. * Thu Sep 06 2007 Adam Jackson 1.3.0.0-23 - xserver-1.3.0-xrandr-timestamp-buglet.patch: Make sure xrandr doesn't stop working after several hours. (Marius Gedminas, #273801) * Fri Aug 24 2007 Adam Jackson 1.3.0.0-22 - Bump BuildRequires: xorg-x11-xtrans-devel to pull in abstract socket support. * Thu Aug 23 2007 Adam Jackson 1.3.0.0-21 - xserver-1.3.0-document-fontpath-correctly.patch: Fix man page to point to directories that exist. (#251203, Matト嬲 Cepl) * Wed Aug 15 2007 Dave Airlie 1.3.0.0-20 - xserver-1.3.0-newglx-offscreen-pixmaps.patch: fix zero-copy TFP again * Tue Aug 14 2007 Adam Jackson 1.3.0.0-19 - xserver-1.3.0-newglx-offscreen-pixmaps.patch: Zero-copy TFP is busted on at least my laptop, so turn it off again. * Mon Aug 13 2007 Dave Airlie 1.3.0.0-18 - xserver-1.3.0-mesa7.patch: Add support for building against mesa 7.0.1 along with DRI zero-copy TFP hopefully - xserver-1.3.0-exaupgrade.patch: Add updated EXA support - dropped xserver-1.2.99.901-xephyr-crash-at-exit.patch - upstream - rebase xorg-x11-server-1.1.1-offscreen-pixmaps.patch to xserver-1.3.0-newglx-offscreen-pixmaps.patch - dropped xorg-x11-server-1.1.1-glcore-visual-matching.patch - fixed upstream * Thu Aug 09 2007 Adam Jackson 1.3.0.0-17 - xserver-1.3.0-default-dpi.patch: Switch default DPI to 100, on the principle that 75 is almost never right and 100 is much more likely. * Thu Aug 02 2007 Dave Airlie 1.3.0.0-16 - xserver-1.3.0-add-really-slow-bcopy.patch: Speed server start on some cards * Thu Jul 12 2007 Adam Jackson 1.3.0.0-15 - xserver-1.3.0-edid-quirk-backports.patch: Backport EDID quirks from master; fixes some Samsung monitors. (#232810) * Thu Jul 12 2007 Adam Jackson 1.3.0.0-14 - xserver-1.3.0-composite-version.patch: Force the server to report the Composite extension version it supports, not simply the version defined by the protocol headers it was built against. * Mon Jul 02 2007 Adam Jackson 1.3.0.0-13 - Add IDLETIME sync counter for great powersaving justice. - Conditionalise default font path for F7 spec compatibility. * Wed Jun 27 2007 Adam Jackson 1.3.0.0-12 - Tweak %%post Xorg slightly to not demolish ModulePath lines installed by the nvidia driver. (#244359) * Wed Jun 27 2007 Adam Jackson 1.3.0.0-11 - Obsolete the joystick and elo2300 drivers, they never worked and shouldn't be installed. * Fri Jun 22 2007 Kristian Hテクgsberg - 1.3.0.0-10 - Change the default font path to catalogue:/etc/X11/fontpath.d,built-ins - Drop build dependency xorg-x11-font-utils. * Mon Jun 11 2007 Adam Jackson 1.3.0.0-9 - xserver-1.3.0-reput-video.patch: Don't crash when minimizing an Xv window. (#241214) * Wed Jun 06 2007 Adam Jackson 1.3.0.0-8 - xserver-1.3.0-ramdac-export.patch: Make sure the old ramdac symbols are exported, since they're in-server now. (#242800) * Mon Jun 04 2007 Adam Jackson 1.3.0.0-7 - xserver-1.3.0-randrama-no-zero-screens.patch: For RANDR 1.2's fake Xinerama info, don't report Xinerama as being active if there are no RANDR 1.2 CRTCs active for that screen. (#234567) - xserver-1.3.0-arm-iopl.patch: Add __arm__ conditionals to many #ifdefs. * Sat May 26 2007 Adam Jackson 1.3.0.0-6 - Make sdk subpackage Require: pkgconfig. Spotted in review for xorg-x11-drv-apm. (#226577) * Fri May 11 2007 Adam Jackson 1.3.0.0-5 - xserver-1.3.0-fbdevhw-magic-numbers.patch: If the fbdev driver claims to have a zero pixel clock, believe it. Fixes Xen paravirt. (#238451) * Mon May 07 2007 Adam Jackson 1.3.0.0-4 - xorg-x11-server-1.1.1-offscreen-pixmaps.patch: Fix a crash when activating GLX_EXT_texture_from_pixmap without XAA. - xserver-1.3.0-randr12-config-hack.patch: If a Modes line is given in the Screen section, and no PreferredMode option is given for a RANDR 1.2 monitor, use the first mode in the Modes line as the preferred mode. Fixes anaconda ugliness on monitors larger than 800x600. (#238991) * Mon Apr 30 2007 Adam Jackson 1.3.0.0-3 - xserver-1.3.0-xkb-and-loathing.patch: Ignore (not just block) SIGALRM around calls to Popen()/Pclose(). Fixes a hang in openoffice when opening menus. - Modify BuildRequires to use the virtual protocol Provides. * Wed Apr 25 2007 Adam Jackson 1.3.0.0-2 - xserver-1.3.0-less-randr-fakerama.patch: Disable RANDR's fake Xinerama geometry when there's more than one protocol screen. (#231257) * Mon Apr 23 2007 Adam Jackson 1.3.0.0-1 - xserver 1.3.0. * Fri Apr 13 2007 Adam Jackson 1.2.99.905-5 - xserver-rc5-to-now.patch: Updates from git. * Wed Apr 11 2007 Adam Jackson 1.2.99.905-4 - xserver-1.3.0-no-prerelease-warning.patch: Hush the useless prerelease warning if we happen to be building one (and even if not). - xserver-1.3.0-pci-device-enable.patch: Make sure the PCI device is enabled in sysfs before we start touching it, otherwise, armageddon. * Tue Apr 10 2007 Adam Jackson 1.2.99.905-3 - xserver-1.3.0-domain-obiwan.patch: Fix a PCI domain off-by-one. (#235861) - xserver-1.3.0-x86emu-imul-int64.patch: Fix imul in x86emu. (#235861) * Mon Apr 09 2007 Adam Jackson 1.2.99.905-2 - xserver-1.3.0-pci-bus-count.patch: Allocate the PCI bus array dynamically, so as not to run off the end of it. - xserver-1.3.0-mmap-failure-check.patch: Check for failure when mmap'ing bus memory. (#234073) - xserver-1.3.0-rom-search.patch: Look for the sysfs ROM file in the (flat) /sys/bus/pci/devices tree, instead of the (bus-topological) /sys/devices, so we don't fail to find ROMs merely because they're behind a bridge. - xserver-1.3.0-no-pseudocolor-composite.patch: Refuse to initialize Composite when Render is missing or when the root window is using a pseudocolor visual. (#217388) - xserver-1.3.0-xnest-exposures.patch: Fix Motif app redraw in Xnest. (#229350) * Fri Apr 06 2007 Adam Jackson 1.2.99.905-1 - xserver 1.3 RC5. * Fri Mar 30 2007 David Woodhouse 1.2.99.903-2 - Fix regression with PCI domains, but disjoint bus numbers (#207659) * Fri Mar 30 2007 Adam Jackson 1.2.99.903-1 - xserver 1.3 RC3. * Mon Mar 19 2007 Adam Jackson 1.2.99.902-1 - xserver 1.3 RC2. * Tue Mar 13 2007 Adam Jackson 1.2.99.901-2 - xserver-1.2.99.901-xephyr-crash-at-exit.patch: Fix yet another GLX visual mess. (#231425) * Mon Mar 05 2007 Adam Jackson 1.2.99.901-1 - xserver 1.3 RC1. RANDR 1.2 hotness in the hizzouse. - xserver-1.2.0-honor-displaysize.patch: Honor the DisplaySize config directive again (#220248) - Clean up the post-install cleanup * Fri Mar 02 2007 Adam Tkac 1.2.0-10 - change permissions of files in source package to default from read-only * Mon Feb 26 2007 Adam Tkac 1.2.0-9 - Created new package (xorg-x11-server-source) which is needed to build VNC server. * Fri Feb 23 2007 Adam Jackson 1.2.0-8 - xserver-1.2.0-proper-randr-version.patch: Report the RANDR version we actually implement, instead of the version defined by the protocol headers. * Thu Feb 22 2007 Adam Jackson 1.2.0-7 - Various backports from git master: - xserver-1.2.0-xfixes-clientgone-check.patch: Avoids a crash when sending events to clients that just disconnected. - xserver-1.2.0-os-memory-leak.patch: Plugs a per-connection memory leak. - xserver-1.2.0-int10-rdtsc.patch: Implement rdtsc in the int10 emulator. - xserver-1.2.0-glcore-visual-count.patch: Count glcore visuals properly, fixes crash at exit. * Mon Feb 05 2007 Adam Jackson 1.2.0-6 - xorg-x11-server-Red-Hat-extramodes.patch: - Add 1360x768 normal and reduced-blanking. - Add reduced-blanking versions of 1680x1050 and 1920x{1200,1080}. - Remove the >60Hz versions of 2560x1600. Even leaving the 60Hz timing is kind of ridiculous, since every real LCD that size I've seen uses the reduced blanking timings. But presumably if you have that nice of a monitor, you also have a video card with working DDC. * Sun Feb 04 2007 Adam Jackson 1.2.0-5 - Massive spec formatting and style cleanup. - Build Xdmx on all arches. - Enable GL support even on non-DRI machines. - Re-add DRI to ppc64. - Update BuildRequires to current versions. - Remove some bogus Requires. * Wed Jan 31 2007 Adam Jackson 1.2.0-4 - Fix typo in SDK header. (#222487) * Mon Jan 29 2007 Adam Jackson 1.2.0-3 - Fix MMX check on AMD CPUs. (#222332) - Fix Xephyr keysym init on LP64. (#224311) * Wed Jan 24 2007 Adam Jackson 1.2.0-2 - Delete ModulePath lines rather than attempt to munge them. (#186338) * Tue Jan 23 2007 Adam Jackson 1.2.0-1 - Xorg server 1.2.0. * Tue Jan 09 2007 Adam Jackson 1.1.1-57 - xorg-xserver-1.1.0-dbe-render.diff: CVE #2006-6101 - xorg-x11-server-1.1.0-redhat-xephyr-only-hack.patch: Skip building the non-Xephyr kdrive servers entirely. * Mon Dec 18 2006 Adam Jackson 1.1.1-56 - RHEL5 sync: - xorg-x11-server-1.1.1-maxpixclock-option.patch: Allow the maximum pixel clock of a monitor to be specified in the config file. - xorg-x11-server-1.1.1-glcore-visual-matching.patch: Fix a client crash when creating software indirect GLX contexts. - xorg-x11-server-1.1.1-vt-activate-is-a-terrible-api.patch: During server init, abort if either VT activation ioctl fails. During shutdown, be sure to wait for the VT switch to finish before exiting. * Mon Dec 11 2006 Adam Jackson 1.1.1-55 - xorg-x11-server-1.1.1-lid-close-crash.patch: Added, backport from head. (#197921) * Mon Dec 11 2006 Adam Tkac 1.1.1-54.1.fc7 - fixed building against mesa-6.5.2 * Fri Dec 1 2006 Adam Jackson 1.1.1-54.fc7 - xorg-x11-server-1.1.1-xkb-vidmode-switch.patch: Fix string matching on XKB actions to be case-insensitive again. (#216656) * Fri Dec 1 2006 Adam Jackson 1.1.1-53.fc7 - xorg-x11-server-1.1.1-automake-1.10-fixes.patch: Tweak automakefiles to be 1.10-compliant. - Misc spec fixes. * Mon Nov 27 2006 Adam Jackson 1.1.1-52.fc7 - RHEL5 sync: - Deliver SecurityPolicy in Xvfb when !with_hw_servers (s390, s390x) - xorg-x11-server-1.1.1-ia64-int10.patch: Fix int10 on ia64. - xorg-x11-server-1.1.1-ia64-pci-chipsets.patch: ia64 PCI chipset support. - Unify the autoconfig patches. - xorg-x11-server-1.1.1-xf86config-comment-less.patch: Added, makes pyxf86config not grow the config file every time it's run. - Remove with_developer_utils macro. * Fri Nov 10 2006 Adam Jackson 1.1.1-51.fc7 - xorg-x11-server-1.1.1-no-scanpci.patch: Drop scanpci, it's huge and there's no added value relative to lspci. - xorg-x11-server-1.1.1-spurious-libxf1bpp-link.patch: Minor linktime fixup. There's no reason for libxf4bpp to link against libxf1bpp. * Thu Nov 9 2006 Adam Jackson 1.1.1-50.fc7 - Fix man page globs to not care whether it's .1.gz or .1x.gz, etc. * Wed Nov 8 2006 Adam Jackson 1.1.1-49.fc7 - Switch to using the x86emu version of libint10 even on x86. Unifies behaviour among CPUs and works around Xen vm86 emulation bogosity. * Wed Nov 8 2006 Adam Jackson - Add FC7 todo list - Bump Release number back to 48, got reduced somehow. * Fri Oct 13 2006 Kristian Hテクgsberg - 1.1.1-48.fc7 - Do not try own /usr/lib/pkgconfig in sdk package. - Drop dependency on xorg-x11-fonts-base now that we compile in 'fixed' and 'cursor' fonts. - Drop xorg-redhat-die-ugly-pattern-die-die-die.patch; use -br option instead. * Wed Oct 4 2006 Soren Sandmann - 1.1.1-47.fc6 - graphics-expose.patch: Call miHandleExposures() with non-translated coordinates. * Wed Oct 4 2006 Soren Sandmann - 1.1.1-46.fc6 - Fix over-zealous code deletion in graphics-expose.patch. * Wed Oct 4 2006 Soren Sandmann - 1.1.1-45.fc6 - xorg-x11-server-1.1.1-graphics-expose.patch: call miHandleExposures() in CopyArea/CopyPlane explicitly in cw to generate GraphicsExposes correctly. (#209336). * Mon Oct 2 2006 Kristian Hテクgsberg - 1.1.1-44.fc6 - xorg-x11-server-1.1.1-offscreen-pixmaps.patch: Take the server lock before calling back into XAA to evict pixmaps (#204810). * Wed Sep 27 2006 Adam Jackson 1.1.1-43.fc6 - xorg-x11-server-1.1.1-vt-activate-is-a-terrible-api.patch: Since the VT_ACTIVATE/VT_WAITACTIVE pair are never guaranteed to successfully complete, set a 5 second timeout on the WAITACTIVE, and retry the pair until we win. (#207746) - xorg-x11-server-1.1.0-pci-scan-fixes.patch: Partial revert to unbreak some (but not all) domainful machines, including Pegasos. (#207659) * Mon Sep 25 2006 Adam Jackson 1.1.1-42.fc6 - xorg-x11-server-1.1.1-getconfig-pl-die-die-die.patch: Fix XGI cards (#208000) * Fri Sep 22 2006 Adam Jackson 1.1.1-41.fc6 - xorg-x11-server-1.1.1-vbe-filter-less.patch: Be gentler about rejecting VESA modes early, since xf86ValidateModes should handle them just fine. * Wed Sep 20 2006 Adam Jackson 1.1.1-40.fc6 - xorg-x11-server-1.1.1-pclose-confusion.patch: Be sure to call Pclose() on pipes created with Popen(), since the additional magic done by Popen() relative to popen() is not undone by plain pclose(). (Third base!) - xorg-x11-server-1.1.1-edid-hex-dump.patch: Backport EDID hex dump code from git. * Wed Sep 20 2006 Kristian Hテクgsberg 1.1.1-39.fc6 - Bump xorg-x11-proto-devel BuildRequires version and add Conflict line for older mesa releases, so GLX_EXT_texture_from_pixmap opcodes match. * Thu Sep 7 2006 Adam Jackson - 1.1.1-38.fc6 - xorg-x11-server-1.1.1-believe-monitor-rb-modes.patch: Always believe the monitor when it reports a reduced-blanking mode, even over VGA. * Thu Sep 7 2006 Kristian Hテクgsberg - 1.1.1-37.fc6 - Add "built-ins" to default font path. * Wed Sep 6 2006 Kristian Hテクgsberg - 1.1.1-36.fc6 - Enable builtin fallback versions of cursor and fixed fonts. * Tue Sep 5 2006 Adam Jackson - 1.1.1-35.fc6 - xorg-x11-server-1.1.1-always-mouse-thyself.patch: Fix the check to look for mouse/void drivers in the running layout, as opposed to the config file, so as not to synthesize two mouse devices. * Thu Aug 31 2006 Adam Jackson - 1.1.1-34.fc6 - xorg-x11-server-1.1.1-infer-virtual.patch: Be slightly more paranoid about setting line pitch, and rescan the mode list after pruning to re-validate the estimated virtual size. * Wed Aug 30 2006 Kristian Hテクgsberg - 1.1.1-33.fc6 - Update xorg-x11-server-1.1.1-offscreen-pixmaps.patch to evict pixmap when GLX_EXT_texture_from_pixmap is first used. * Wed Aug 30 2006 Kristian Hテクgsberg - 1.1.1-32.fc6 - Drop xorg-x11-server-1.1.0-gl-include-inferiors.patch now that compiz can uses the composite overlay window. * Mon Aug 28 2006 Kristian Hテクgsberg - 1.1.1-31.fc6 - Update xorg-x11-server-1.1.1-offscreen-pixmaps.patch to log transitions. - Update xorg-x11-server-1.1.0-tfp-damage.patch to always bind to GL_TEXTURE_RECTANGLE_ARB target. * Fri Aug 25 2006 Adam Jackson 1.1.1-30.fc6 - xorg-x11-server-1.1.1-pci-paranoia.patch: In xf86MatchPciInstances, fail gracefully if xf86PciVideoInfo is NULL (like, on Xen). * Fri Aug 25 2006 Kristian Hテクgsberg - 1.1.1-29.fc6 - Add xorg-x11-server-1.1.1-aiglx-happy-vt-switch.patch to fix VT switching (and suspend/resume) when using AIGLX. (#199692, fdo #7916). - Bump mesa source and libGL BuildRequires. - Update mesa-6.5.1 patch to work with 6.5.1 rc1 (slang_version_syn.h renamed to slang_pp_version_syn.h). * Thu Aug 24 2006 Adam Jackson - 1.1.1-28.fc6 - xorg-x11-server-1.1.1-infer-virtual.patch: Only flag modes as preferred if the EDID block says to. - xorg-x11-server-1.1.1-mode-sort-kung-fu.patch: Enforce a sort order on modes during lookup: builtin before driver before userdef before other, and preferred modes within a class before others in that class. * Tue Aug 22 2006 Adam Jackson - 1.1.1-27.fc6 - xorg-x11-server-1.1.1-edid-quirks-list.patch: Don't set an arbitrary pixclock limit if the monitor didn't claim to have one. * Mon Aug 21 2006 Kristian Hテクgsberg - 1.1.1-26.fc6 - Add Tilman Sauerbecks patch to fix AIGLX DRI locking. * Fri Aug 18 2006 Adam Jackson - 1.1.1-25.fc6 - xorg-x11-server-1.1.1-xvfb-composite-crash.patch: Fix Xvfb's -render flag to also disable the Composite extension. - xorg-x11-server-1.1.1-mesa-6.5.1.patch: Update build system to account for Mesa 6.5.1 snapshots. - xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Add all available standard timings from EDID rather than just the first five. * Fri Aug 18 2006 Adam Jackson - 1.1.1-24.fc6 - xorg-x11-server-1.1.1-edid-quirks-list.patch: Unbreak. * Fri Aug 18 2006 Adam Jackson - 1.1.1-23.fc6 - xorg-x11-server-1.1.1-xkb-in-xnest.patch: Added. (#193431) * Thu Aug 17 2006 Adam Jackson - 1.1.1-22.fc6 - xorg-x11-server-1.1.1-infer-virtual.patch: When no modes or virtual size are given in the config file, attempt to pick a sensible one by examining the EDID modes and physical geometry. Also generally make the server aware of driver-provided modes. - xorg-x11-server-1.1.1-edid-quirks-list.patch: Redo, since the property I was checking for is both fairly common and fairly predictable. * Tue Aug 15 2006 Adam Jackson - 1.1.1-21.fc6 - xorg-x11-server-1.1.1-fix-default-mouse-device-yet-again.patch: Added. * Thu Aug 10 2006 Adam Jackson - 1.1.1-20.fc6 - xorg-x11-server-1.1.1-always-mouse-thyself.patch: If we lack a mouse device in the config, and the user hasn't asked for any void devices, synthesize a mouse section. (#200347) - xorg-x11-server-1.1.1-edid-quirks-list.patch: Better formatting. * Wed Aug 9 2006 Adam Jackson - 1.1.1-19.fc6 - xorg-x11-server-1.1.1-builderstring.patch: Enable the builder info string at configure time; - ... and use it to print the package name and version. - xorg-x11-server-1.1.1-defaultdepth-24.patch: Set default depth to 24. - xorg-x11-server-1.1.1-edid-quirks-list.patch: Add EDID quirks list as an experiment; needs a better solution though. * Tue Aug 8 2006 Kristian Hテクgsberg - 1.1.1-18.fc6 - Update offscreen-pixmaps patch to migrate pixmaps when the compiz selection is taken. * Mon Aug 7 2006 Kristian Hテクgsberg - 1.1.1-17.fc5.aiglx - Build for fc5 aiglx repo. * Mon Aug 7 2006 Kristian Hテクgsberg - 1.1.1-17.fc6 - Add xorg-x11-server-1.1.1-offscreen-pixmaps.patch to default XaaNoOffscreenPixmaps to false, for now. * Mon Aug 7 2006 Adam Jackson 1.1.1-16.fc6 - xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Off-by-one error in range storage. * Wed Aug 2 2006 Adam Jackson 1.1.1-15.fc6 - xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Allow HorizSync and VertRefresh to be overridden independently. * Fri Jul 28 2006 Kevin E Martin - 1.1.1-14.fc6 - xorg-x11-server-1.1.1-revert-xkb-change.patch: Revert change to xkb that broke XkbGetKeyboard(). * Fri Jul 28 2006 Kristian Hテクgsberg - 1.1.1-13.fc5.aiglx - Add conflicts for ABI incompatible version of xorg-x11-drv-i810 and xorg-x11-drv-ati. * Fri Jul 28 2006 Adam Jackson 1.1.1-13.fc6 - Comment out the 848x480 modes from the extramodes patch. Any panel that wants it should be doing EDID injection by now, and it screws up autoconfig by _just_ fitting in the ranges for 800x600. * Wed Jul 26 2006 Mike A. Harris 1.1.1-12.fc6 - Added "1920x1080" CVT modes to Red-Hat-extramodes patch for (#195272) - Sorted the extramodes file by X res, then Y res for ease of maintenance. * Tue Jul 25 2006 Adam Jackson 1.1.1-11.fc6 - Add selinux{,-devel} buildreqs. * Tue Jul 25 2006 Adam Jackson 1.1.1-10.fc6 - xorg-x11-server-1.1.1-selinux-awareness.patch: Added for new Mesa selinux code. - xorg-x11-server-1.1.1-Xdmx-render-fix-fdo7482.patch: Backport a Render fix for Xdmx. - xorg-x11-server-1.1.1-no-composite-in-xnest.patch: Disable Composite in Xnest, as it's known not to work. - Fix default font path to match the config file we used to generate. - Fix default module set to match the config file we used to generate. - Disable use of TLS GLX dispatch to match Mesa selinux nonsense. * Mon Jul 24 2006 Mike A. Harris 1.1.1-8.fc6 - Added "1440x900@60" CVT mode to Red-Hat-extramodes patch for (#179865) * Fri Jul 21 2006 Mike A. Harris - Added "1152x864 @ 100.00" GTF mode to Red-Hat-extramodes patch (#49264) * Fri Jul 21 2006 Mike A. Harris 1.1.1-7.fc6 - Only ship pcitweak manpage if we are building it (#199653) - Fix dist tag usage (Was {dist}, should be {?dist}) - Added xorg-x11-server-libxf86config-dont-write-empty-sections.patch to prevent config file parser/writer from writing out empty sections (#198653) - Add dependency on xorg-x11-fonts-base to all X server subpackages (#186091) * Tue Jul 18 2006 Jeremy Katz 1.1.1-6.fc6 - Saner defaults for hsync/vrefresh on monitors that can't be probed * Thu Jul 13 2006 Kristian Hテクgsberg 1.1.1-5.fc6 - Tag as 1.1.1-5.fc6. * Wed Jul 12 2006 Kristian Hテクgsberg 1.1.1-5.fc5.aiglx - Enable composite by default. - Split spiffiffity patch into one patch per change: xorg-x11-server-1.1.0-no-move-damage.patch and xorg-x11-server-1.1.0-dont-backfill-bg-none.patch. * Wed Jul 12 2006 Adam Jackson 1.1.1-4.fc6 - Restore placing the raw EDID block on the root window. * Wed Jul 12 2006 Jesse Keating 1.1.1-3.1.fc6 - rebuild * Tue Jul 11 2006 Adam Jackson 1.1.1-3.fc6 - Enable DPMS by default. * Tue Jul 11 2006 Adam Jackson 1.1.1-2.fc6 - Remove nonsensical runtime perl dependency. * Sat Jul 08 2006 Adam Jackson 1.1.1-1.fc6 - Update to 1.1.1. * Sat Jul 08 2006 Kristian Hテクgsberg 1.1.0-27.fc6 - Enable TLS for GLX to match the mesa build config. * Fri Jul 07 2006 Kristian Hテクgsberg 1.1.0-26 - Add xorg-x11-server-1.1.0-mesa-copy-sub-buffer.patch to hook up the GLX_MESA_copy_sub_buffer extension. * Fri Jun 30 2006 Mike A. Harris 1.1.0-25.fc6 - Start using the new %%{dist} tag experimentally in the package Release field to help prevent problems like (#197266) from occuring in the future. * Wed Jun 28 2006 Mike A. Harris - Disable build dependency on zlib-devel now that we are not uselessly linking against it. * Tue Jun 27 2006 Adam Jackson 1.1.0-24 - Don't (uselessly) link the server against zlib. - Fix the 1680x1050 modes to be the CVT timings instead of GTF. * Mon Jun 26 2006 Adam Jackson 1.1.0-23 - Fix an open-coded check for reduced-blanking modes to only apply to analog connectors. - Reorder the EDID patches slightly. * Tue Jun 20 2006 Mike A. Harris 1.1.0-22 - Added xorg-xserver-1.1.0-setuid.diff to fix potential security issue (#196094) - Disable DRI on ppc64 builds. - Conditionalize inclusion of DRI related X server modules to with_dri builds. * Tue Jun 20 2006 Kristian Hテクgsberg 1.1.0-21 - Update xorg-x11-server-1.1.0-tfp-damage.patch to use glTexSubImage2D to only update the part of the texture that changed, based on damage regions. * Mon Jun 19 2006 Mike A. Harris 1.1.0-20 - Remove with_xnest_server conditional, and fix more BuildRequires to pull in libX11-devel, libXext-devel, zlib-devel, etc. for Xnest and Xephyr. - Remove unwanted files leftover in buildroot for s390/s390x builds. - Add Xserver.1x manpage to multiple subpackages, as it applies equally to Xorg, Xnest, Xvfb, Xephyr. * Mon Jun 19 2006 Kristian Hテクgsberg 1.1.0-19 - Add with_xnest_server conditional and disable on s390, since Xnest fails to build on there (Xlib doesn't get added to the link line). - Add -f to removal of xorgconfig and others which may or may not be built. * Mon Jun 19 2006 Kristian Hテクgsberg 1.1.0-18 - Add xorg-x11-server-1.1.0-convolution-filter-fix.patch and xorg-x11-server-1.1.0-tfp-damage.patch backported to make compiz go faster and make compiz shadows work. * Mon Jun 19 2006 Adam Jackson 1.1.0-17 - Disable filling in monitor gamma info from EDID momentarily, since drivers will use that field to set the card's gamma ramp. - Backport some stuff from git: cw crash fix, faster pci scanning, some log message cleanup. * Fri Jun 16 2006 Mike A. Harris 1.1.0-16 - Enable spec support for s390, s390x, alpha, sparc, and sparc64 architectures. - Add with_hw_servers conditional to disable hardware servers on s390/s390x. - Add with_dmx_server to disable DMX on s390/s390x. - Added "release" number to "BuildRequires: freetype-devel >= 2.1.9-1" for dependency futureproofing. - Force "--disable-dri" on s390/s390x, to attempt to work around ./configure failure to find libdrm, which should not be needed on s390 builds anyway. * Thu Jun 15 2006 Adam Jackson 1.1.0-15 - Add loader infrastructure for publishing PCI ID lists in the drivers, and autodetecting drivers based on that. Currently unused since no drivers publish such a list yet. - Fix mouse autoconfig to use /dev/input/mice instead of /dev/mouse. * Wed Jun 14 2006 Kristian Hテクgsberg 1.1.0-14 - Change selection atom to _COMPIZ_GL_INCLUDE_INFERIORS in xorg-x11-server-1.1.0-gl-include-inferiors.patch. * Tue Jun 13 2006 Jeremy Katz 1.1.0-13 - put back my -fPIC patch, libxf86config isn't built with fPIC otherwise * Tue Jun 13 2006 Adam Jackson 1.1.0-12 - Add EDID mode autodetection. * Mon Jun 12 2006 Kristian Hテクgsberg 1.1.0-11 - Add xorg-x11-server-1.1.0-gl-include-inferiors.patch to let GL rendering include child windows. * Mon Jun 12 2006 Adam Jackson 1.1.0-10 - Misc build fixes for ppc64. * Mon Jun 12 2006 Adam Jackson 1.1.0-9 - --enable-xorg on ppc64 too. - Re-add cvt, got dropped somehow. * Fri Jun 09 2006 Kristian Hテクgsberg 1.1.0-8 - Add our friend, libtool, to BuildRequires. * Thu Jun 08 2006 Mike A. Harris 1.1.0-7 - Change "BuildRequires: freetype-devel >= 2.1.10" to 2.1.9, as Xorg 7.0 contains 2.1.9 in "extras" and 7.1 does not appear to have a requirement on a newer freetype. - Janitorial cleanups for spec file changelog consistency. - Call aclocal before automake, otherwise automake >= 1.9.6 is required in order to rebuild the package. - Build 1.1.0-4, 1.1.0-5, and 1.1.0-6 appear to have failed in brew but nobody fixed them. It appears automake 1.9 breaks the build. * Wed Jun 07 2006 Jeremy Katz 1.1.0-6 - BR automake and autoconf * Wed Jun 07 2006 Jeremy Katz 1.1.0-5 - build on ppc64 so that we have an X server there * Tue Jun 06 2006 Adam Jackson 1.1.0-4 - Hack the kdrive makefile to only attempt to build Xephyr, avoids linking sixteen extra servers just to delete them. - Move cvt to the default install set, same as gtf. * Mon Jun 05 2006 Adam Jackson 1.1.0-3 - Drop the libxf86config -fPIC patch, just build the whole thing with --with-pic instead. Add void and evdev to the required driver list for upcoming autoconfig magic. * Thu May 25 2006 Mike A. Harris 1.1.0-2 - Add "Requires: xorg-x11-proto-devel >= 7.1-1" to sdk for numerous (52) bug reports of drivers failing to build with mock. * Tue May 23 2006 Adam Jackson 1.1.0-1 - Xorg 7.1 final. * Tue May 23 2006 Mike A. Harris 1.0.99.903-2 - Disable dependency on xorg-x11-drivers package, for OLPC. (#191781) - Add "BuildRequires: freetype-devel >= 2.1.10" for bug (#192021) * Fri May 12 2006 Adam Jackson 1.0.99.903-1 - Update to 7.1RC3, plus experimental fix for fdo bug #6827. * Mon May 01 2006 Adam Jackson 1.0.99.902-1 - Update to 7.1RC2 plus fix for CVE 2006-1526. Disable the fastpathing patch for fdo bug #4320 since that should be covered in the generic Render code now. * Mon Apr 24 2006 Adam Jackson 1.0.99.901-6 - Backport a Render crash fix from HEAD. * Thu Apr 13 2006 Kristian Hテクgsberg 1.0.99.901-5 - Update spiffiffity patch to only suppress move damage events for manually redirected windows. * Wed Apr 12 2006 Kristian Hテクgsberg 1.0.99.901-4 - Bump for rawhide build. * Wed Apr 12 2006 Kristian Hテクgsberg 1.0.99.901-3 - Add xorg-x11-server-1.0.99.901-cow-fix.patch to fix crash when releasing the COW. * Tue Apr 11 2006 Kristian Hテクgsberg 1.0.99.901-2 - Bump for fc5 build. * Sat Apr 08 2006 Adam Jackson 1.0.99.901-1 - Update to 7.1 RC1. * Thu Apr 06 2006 Adam Jackson 1.0.99.2-2 - Remove LBX to match upstream policy. - Add Xephyr server. * Tue Apr 04 2006 Kristian Hテクgsberg 1.0.99.2-1 - Update to 1.0.99.2 snapshot and go back to using mesa-source package. - Drop xorg-server-1.0.99-composite-visibility.patch. - Drop xorg-server-1.0.1-backtrace.patch. - Drop xorg-server-0.99.3-rgb.txt-dix-config-fix.patch. - Add xorg-server-1.0.99.2-spiffiffity.patch. * Thu Mar 23 2006 Kristian Hテクgsberg - Pass --with-dri-driver-path so we're sure to point it to the right path. * Wed Mar 22 2006 Soren Sandmann 1.0.99.1-2 - Add xorg-server-1.0.99-composite-visibility.patch to get rid of flashing titlebars in compositing metacity. * Tue Mar 21 2006 Kristian Hテクgsberg 1.0.99.1-1 - Update to 1.0.99.1 snapshot. * Mon Mar 06 2006 Jeremy Katz 1.0.1-8 - build libxf86config with -fPIC (#181292) - fix sgi 1600sw extra mode (#182430) * Wed Feb 22 2006 Jeremy Katz 1.0.1-7 - install randrstr.h as part of sdk as required for building some drivers * Tue Feb 21 2006 Mike A. Harris - Added xorg-server-1.0.1-backtrace.patch which enables the Xorg server's built in backtrace support by default, as it was inadvertently disabled in 7.0. * Fri Feb 10 2006 Jesse Keating 1.0.1-6.1 - bump again for double-long bug on ppc(64) * Wed Feb 08 2006 Mike A. Harris 1.0.1-6 - Added xorg-x11-server-1.0.1-Red-Hat-extramodes.patch which is a merger of XFree86-4.2.99.2-redhat-custom-modelines.patch and xorg-x11-6.8.2-laptop-modes.patch from FC4 for (#180301) - Install a copy of the vesamodes and extramodes files which contain the list of video modes that are built into the X server, so that the "rhpxl" package does not have to carry around an out of sync copy for itself. (#180301) * Tue Feb 07 2006 Mike A. Harris 1.0.1-5 - Updated "BuildRequires: mesa-source >= 6.4.2-2" to get fix for (#176976) * Mon Feb 06 2006 Mike A. Harris 1.0.1-4 - Fix brown paper bag error introduced in rpm post script in 1.0.1-4. * Mon Feb 06 2006 Mike A. Harris 1.0.1-3 - Added xorg-x11-server-1.0.1-composite-fastpath-fdo4320.patch with changes suggested by ajax to fix (fdo#4320). - Cosmetic cleanups to satiate the banshees. * Sun Feb 05 2006 Mike A. Harris 1.0.1-2 - Added xorg-x11-server-1.0.1-fbpict-fix-rounding.patch from CVS HEAD. - Added xorg-x11-server-1.0.1-SEGV-on-null-interface.patch which prevents a SEGV on null interfaces (#174279,178986) * Wed Jan 18 2006 Mike A. Harris 1.0.1-1 - Updated to xserver 1.0.1 from X11R7.0 * Thu Dec 22 2005 Mike A. Harris 1.0.0-3 - Added "Provides: libxf86config-devel = %{version}-%{release}" to sdk package. * Wed Dec 21 2005 Mike A. Harris 1.0.0-2 - Added xserver-1.0.0-parser-add-missing-headers-to-sdk.patch to provide the necessary libxf86config.a headers to be able to use the library. (#173084) * Sat Dec 17 2005 Mike A. Harris 1.0.0-1 - Updated to xserver 1.0.0 from X11R7 RC4 - Removed the following patches, which are now integrated upstream: - xorg-server-0.99.3-rgb.txt-dix-config-fix.patch, - xorg-server-0.99.3-fbmmx-fix-for-non-SSE-cpu.patch - Changed manNx directories to manN to match upstream defaults. - Added libxf86config.a to sdk subpackage. - Updated build dependency of "mesa-libGL-devel >= 6.4.1-1" - Added "BuildRequires: xorg-x11-font-utils >= 1.0.0-1" to be able to query the fontdir from fontutil.pc which is implemented currently by a custom patch. - Enable xtrap, xcsecurity, xevie, and lbx on all builds, not just DRI builds. - Fix sdk installation path, so that drivers can find the files again. - Update file manifest, to deal with X server modules that have moved to a subdir, etc. * Mon Nov 28 2005 Kristian Hテクgsberg - Add a few missing BuildRequires. * Fri Nov 25 2005 Mike A. Harris 0.99.2-9 - Added "Requires: xorg-x11-drivers >= 0.99.2-4" as a dependency of the Xorg subpackage, to ensure that anaconda installs all of the drivers during OS installs and upgrades, as requested by Jeremy Katz. * Fri Nov 25 2005 Mike A. Harris 0.99.2-8 - Added xorg-server-0.99.3-rgb.txt-dix-config-fix.patch which fixes the --with-rgb-path option to actually *work*. - Updated libdrm dep to 1.0.5 * Wed Nov 23 2005 Mike A. Harris 0.99.2-7 - Update xorg-x11-server-utils dep to 0.99.2-5 to ensure rgb.txt is installed in correct location - _datadir/X11/rgb - Added --with-rgb-path configure option to specify _datadir/X11/rgb so the X server finds the rgb.txt database properly, for bugs (#173453, 173435, 173428, 173483, 173734, 173737, 173594) - Added xorg-server-0.99.3-fbmmx-fix-for-non-SSE-cpu.patch to prevent SSE/MMX code from being activated on non-capable VIA CPU. (#173384,fdo#5093) * Thu Nov 17 2005 Mike A. Harris 0.99.2-6 - Add the missing rpm pre script from monolithic xorg-x11 packaging, clean it up a bit, reorder it for slight performance gain. - Add some perl magic to pre script to remove RgbPath from xorg.conf, in order to fix bug (#173036, 173435, 173453, 173428) - Add more perl magic to pre script to update ModulePath to the new location if it is specified in xorg.conf. - Added xorg-x11-server-0.99.3-init-origins-fix.patch ported from monolithic xorg-x11 package to fix Xinerama bug. - Added xorg-redhat-die-ugly-pattern-die-die-die.patch to kill the ugly grey stipple once again for bug (#173423). - Added "BuildRequires: libdrm-devel" for DRI enabled builds. * Mon Nov 14 2005 Jeremy Katz 0.99.3-5 - Xorg server should be suid for users to be able to run startx (#173064) * Mon Nov 14 2005 Mike A. Harris 0.99.2-4 - Added temporary "BuildRequires: libXfont-devel >= 0.99.2-3" and "Requires: libXfont-devel >= 0.99.2-3" to ensure early-testers of pre-rawhide modular X have installed the work around for (#172997). - Added implementation specific "Requires: xkbdata" to Xorg subpackage, as we want to ensure the xkb data files are present, but allow us the option of easily switching implementations to "xkeyboard-config" at a future date, if we decide to go that route. - Re-enable _smp_mflags during build. - Added "Requires: xorg-x11-drv-vesa" to Xorg subpackage (#173060) * Mon Nov 14 2005 Jeremy Katz 0.99.3-3 - provide Xserver - add another requires for basic bits * Sun Nov 13 2005 Jeremy Katz 0.99.3-2 - add some deps to the Xorg subpackage for base fonts, keyboard and mouse drivers, and rgb.txt that the server really wont work without * Fri Nov 11 2005 Mike A. Harris 0.99.3-1 - Update to xorg-server-0.99.3 from X11R7 RC2. - Add xorg-server.m4 to sdk subpackage, and "X" symlink to Xorg subpackage. * Thu Nov 10 2005 Mike A. Harris 0.99.2-4 - Added "Requires: xkbcomp" for Xorg server, as it invokes it internally. * Wed Nov 09 2005 Mike A. Harris 0.99.2-3 - Added "BuildRequires: libXtst-devel" for Xtst examples. * Mon Nov 07 2005 Mike A. Harris 0.99.2-2 - Added versioning to Xorg virtual Provide, to allow config tools and driver packages to have version based requires. * Thu Oct 27 2005 Mike A. Harris 0.99.2-1 - Update to xorg-server-0.99.2 from X11R7 RC1. - Add "BuildRequires: xorg-x11-util-macros >= 0.99.1". - Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds. - Added dmx related utilities to Xdmx subpackage. - Individually list each X server module in file manifest. - Hack man1 manpages to be installed into man1x. - Add the following ./configure options --disable-dependency-tracking, --enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie, --enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir, --with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg - Added getconfig, scanpci et al to Xorg subpackage - Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package conditionally, defaulting to "off". These utilities are potentially dangerous and can physically damage hardware and/or destroy data, so are not shipped by default. - Added "BuildRequires: libdmx-devel" for dmx utilities - Added "BuildRequires: libXres-devel" for Xres examples - Added {_libdir}/xserver/SecurityPolicy to Xorg subpackage for XSECURITY * Mon Oct 03 2005 Mike A. Harris 0.99.1-2.cvs20050830.2 - Fix license tag to be "MIT/X11" - Change Xdmx subpackage to Obsolete xorg-x11-Xdmx instead of xorg-x11-Xnest * Sun Oct 02 2005 Mike A. Harris 0.99.1-2.cvs20050830.1 - Update BuildRequires for new library package naming (libX...) - Use Fedora Extras style BuildRoot tag - Invoke make with _smp_mflags to take advantage of SMP systems * Tue Aug 30 2005 Kristian Hogsberg 0.99.1-2.cvs20050830 - Go back to %spec -n, use new cvs snapshot that supports overriding moduledir during make install, use %makeinstall. - Drop %{moduledir}/multimedia globs. * Fri Aug 26 2005 Mike A. Harris 0.99.1-2.cvs20050825.0 - Added build dependency on xorg-x11-libfontenc-devel, as the build fails half way through without it, even though upstream dependencies do not specify it as required. * Tue Aug 23 2005 Kristian Hogsberg 0.99.1-1 - Initial spec file for the modular X server.