xorg-x11-server-vl.spec 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540
  1. %define pkgname xorg-server
  2. #define gitdate 20100319
  3. Summary: X.Org X11 X server
  4. Summary(ja): X.Org X11 X サーバ
  5. Name: xorg-x11-server
  6. Version: 1.8.0
  7. Release: 2%{?_dist_release}
  8. URL: http://www.x.org
  9. License: MIT/X11
  10. Group: User Interface/X
  11. %if 0%{?gitdate}
  12. Source0: ftp://ftp.x.org/pub/individual/xserver/%{pkgname}-%{gitdate}.tar.xz
  13. %else
  14. Source0: ftp://ftp.x.org/pub/individual/xserver/%{pkgname}-%{version}.tar.bz2
  15. %endif
  16. Source4: 10-quirks.conf
  17. Source10: xserver.pamd
  18. Source20: http://svn.exactcode.de/t2/trunk/package/xorg/xorg-server/xvfb-run.sh
  19. Patch5: xserver-1.7.1-pic-libxf86config.patch
  20. # OpenGL compositing manager feature/optimization patches.
  21. Patch103: xserver-1.5.0-bg-none-root.patch
  22. Patch2014: xserver-1.5.0-projector-fb-size.patch
  23. # Trivial things to never merge upstream ever:
  24. # This really could be done prettier.
  25. Patch5002: xserver-1.4.99-ssh-isnt-local.patch
  26. # force mode debugging on for randr 1.2 drivers
  27. Patch6002: xserver-1.5.1-mode-debug.patch
  28. # don't build the (broken) acpi code
  29. Patch6011: xserver-1.6.0-less-acpi-brokenness.patch
  30. # needs to upstream this
  31. Patch6027: xserver-1.6.0-displayfd.patch
  32. Patch6028: xserver-1.6.99-randr-error-debugging.patch
  33. Patch6030: xserver-1.6.99-right-of.patch
  34. Patch6033: xserver-1.6.99-default-modes.patch
  35. Patch6045: xserver-1.7.0-randr-gamma-restore.patch
  36. Patch6049: xserver-1.7.1-multilib.patch
  37. Patch6051: xserver-1.7.1-gamma-kdm-fix.patch
  38. Patch6057: xserver-1.8.0-xorg.conf.d-changes.patch
  39. ## Vine Patch
  40. # autodetect nvidia driver
  41. Patch10010: xorg-x11-server-1.7.1-nvidia.patch
  42. # autodetect fglrx driver
  43. Patch10020: xorg-x11-server-1.6.3-fglrx.patch
  44. # autodetect virtual video device (qemu) driver
  45. Patch10030: xorg-x11-server-1.7.1-qemu.patch
  46. # finally fallback to vesa driver
  47. Patch10040: xorg-x11-server-1.6.3-vesa-fallback.patch
  48. # do not disable kbd driver even if AllowEmptyInput option is on.
  49. Patch20000: xorg-x11-server-1.6.0-dont-dsiable-kbd-if-AEI-on.patch
  50. %define moduledir %{_libdir}/xorg/modules
  51. %define drimoduledir %{_libdir}/dri
  52. %define sdkdir %{_includedir}/xorg
  53. %ifarch s390 s390x
  54. %define with_hw_servers 0
  55. %else
  56. %define with_hw_servers 1
  57. %endif
  58. %if %{with_hw_servers}
  59. %define enable_xorg --enable-xorg
  60. %else
  61. %define enable_xorg --disable-xorg
  62. %endif
  63. %define kdrive --enable-kdrive --enable-xephyr --disable-xsdl --disable-xfake --disable-xfbdev
  64. %define xservers --enable-xvfb --enable-xnest %{kdrive} %{enable_xorg}
  65. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  66. # FIXME: Temporary Build deps on autotools, as needed...
  67. BuildRequires: automake autoconf libtool
  68. BuildRequires: pkgconfig
  69. BuildRequires: xorg-x11-util-macros >= 1.6.0
  70. BuildRequires: xorg-x11-proto-devel >= 7.4-9
  71. BuildRequires: xorg-x11-xtrans-devel >= 1.2.3
  72. BuildRequires: libXfont-devel
  73. BuildRequires: libXau-devel
  74. BuildRequires: libxkbfile-devel
  75. # libXres-devel needed for something that links to libXres that I never
  76. # bothered to figure out yet
  77. BuildRequires: libXres-devel
  78. # libfontenc-devel needed for Xorg, but not specified by
  79. # upstream deps. Build fails without it.
  80. BuildRequires: libfontenc-devel
  81. # Required for Xtst examples
  82. BuildRequires: libXtst-devel >= 1.1.0-2
  83. # libXdmcp-devel needed for Xdmx, Xnest, Xephyr
  84. BuildRequires: libXdmcp-devel
  85. # libX11-devel needed for Xdmx, Xnest, Xephyr
  86. BuildRequires: libX11-devel
  87. # libXext-devel needed for Xdmx, Xnest, Xephyr
  88. BuildRequires: libXext-devel
  89. BuildRequires: libpciaccess-devel
  90. BuildRequires: pixman-devel >= 0.14.0
  91. BuildRequires: openssl-devel
  92. # XXX Really? Why would we need this, Xfont should hide it.
  93. BuildRequires: freetype2-devel
  94. # DMX config utils buildreqs.
  95. BuildRequires: libXt-devel
  96. BuildRequires: libdmx-devel >= 1.1.0-2
  97. BuildRequires: libXmu-devel
  98. BuildRequires: libXrender-devel
  99. BuildRequires: libXi-devel
  100. BuildRequires: libXpm-devel
  101. BuildRequires: libXaw-devel >= 1.0.5
  102. BuildRequires: libXfixes-devel
  103. BuildRequires: libXdamage-devel
  104. BuildRequires: libXv-devel
  105. BuildRequires: mesa-libGL-devel >= 7.8
  106. BuildRequires: mesa-source >= 7.8
  107. # XXX silly...
  108. BuildRequires: libdrm-devel >= 2.4.0-3
  109. %if %{with_hw_servers}
  110. Requires: libdrm
  111. %endif
  112. # Make sure libXfont has the catalogue FPE
  113. Requires: libXfont
  114. # All server subpackages have a virtual provide for the name of the server
  115. # they deliver. The Xorg one is versioned, the others are intentionally
  116. # unversioned.
  117. %description
  118. X.Org X11 X server
  119. %package common
  120. Summary: Xorg server common files
  121. Summary(ja): Xorg サーバ共通ファイル
  122. Group: User Interface/X
  123. %description common
  124. Common files shared among all X servers.
  125. %if %{with_hw_servers}
  126. %package Xorg
  127. Summary: Xorg X server
  128. Summary(ja): Xorg X サーバ
  129. Group: User Interface/X
  130. Provides: Xorg = %{version}-%{release}
  131. Provides: Xserver
  132. # Requires: xorg-x11-drivers >= 0.99.2-4
  133. Requires: xorg-x11-drv-keyboard xorg-x11-drv-vesa
  134. Requires: xorg-x11-drv-void xorg-x11-drv-evdev
  135. # virtuals. XXX fix the xkbcomp fork() upstream.
  136. Requires: xkbdata xkbcomp
  137. Requires: xorg-x11-server-common >= %{version}-%{release}
  138. Requires: libdrm
  139. Requires: system-setup-keyboard
  140. Obsoletes: XFree86, XOrg
  141. %description Xorg
  142. X.org X11 is an open source implementation of the X Window System. It
  143. provides the basic low level functionality which full fledged
  144. graphical user interfaces (GUIs) such as GNOME and KDE are designed
  145. upon.
  146. %endif
  147. %package Xnest
  148. Summary: Xnest server
  149. Summary(ja): Xnest サーバ
  150. Group: User Interface/X
  151. Obsoletes: XFree86-Xnest, XOrg-Xnest
  152. Requires: xorg-x11-server-common >= %{version}-%{release}
  153. Provides: Xnest
  154. %description Xnest
  155. Xnest is an X server, which has been implemented as an ordinary
  156. X application. It runs in a window just like other X applications,
  157. but it is an X server itself in which you can run other software. It
  158. is a very useful tool for developers who wish to test their
  159. applications without running them on their real X server.
  160. %package Xdmx
  161. Summary: Distributed Multihead X Server and utilities
  162. Summary(ja): 分散マルチヘッド X サーバおよびユーティリティ
  163. Group: User Interface/X
  164. Requires: xorg-x11-server-common >= %{version}-%{release}
  165. Provides: Xdmx
  166. %description Xdmx
  167. Xdmx is proxy X server that provides multi-head support for multiple displays
  168. attached to different machines (each of which is running a typical X server).
  169. When Xinerama is used with Xdmx, the multiple displays on multiple machines
  170. are presented to the user as a single unified screen. A simple application
  171. for Xdmx would be to provide multi-head support using two desktop machines,
  172. each of which has a single display device attached to it. A complex
  173. application for Xdmx would be to unify a 4 by 4 grid of 1280x1024 displays
  174. (each attached to one of 16 computers) into a unified 5120x4096 display.
  175. %package Xvfb
  176. Summary: Virtual framebuffer X server.
  177. Summary(ja): 仮想フレームバッファ X サーバ
  178. Group: User Interface/X
  179. Obsoletes: XFree86-Xvfb, XOrg-Xvfb
  180. Requires: xorg-x11-server-common >= %{version}-%{release}
  181. Provides: Xvfb
  182. %description Xvfb
  183. Xvfb (X Virtual Frame Buffer) is an X server that is able to run on
  184. machines with no display hardware and no physical input devices.
  185. Xvfb simulates a dumb framebuffer using virtual memory. Xvfb does
  186. not open any devices, but behaves otherwise as an X display. Xvfb
  187. is normally used for testing servers.
  188. %package Xephyr
  189. Summary: Xephyr X server
  190. Summary(ja): Xephyr X サーバ
  191. Group: User Interface/X
  192. Requires: xorg-x11-server-common >= %{version}-%{release}
  193. Provides: Xephyr
  194. %description Xephyr
  195. Xephyr is an X server, which has been implemented as an ordinary
  196. X application. It runs in a window just like other X applications,
  197. but it is an X server itself in which you can run other software. It
  198. is a very useful tool for developers who wish to test their
  199. applications without running them on their real X server. Unlike
  200. Xnest, Xephyr renders to an X image rather than relaying the
  201. X protocol, and therefore supports the newer X extensions like
  202. Render and Composite.
  203. %if %{with_hw_servers}
  204. %package sdk
  205. Summary: SDK for X server driver module development
  206. Summary(ja): X サーバドライバモジュール開発用 SDK
  207. Group: User Interface/X
  208. Obsoletes: XFree86-sdk, XOrg-sdk
  209. Requires: xorg-x11-util-macros
  210. Requires: xorg-x11-proto-devel
  211. Requires: pixman-devel
  212. Requires: libpciaccess-devel
  213. Requires: pkgconfig
  214. Requires(pre): xorg-x11-filesystem
  215. Provides: libxf86config-devel = %{version}-%{release}
  216. %description sdk
  217. The SDK package provides the developmental files which are necessary for
  218. developing X server driver modules, and for compiling driver modules
  219. outside of the standard X11 source code tree. Developers writing video
  220. drivers, input drivers, or other X modules should install this package.
  221. %endif
  222. %package source
  223. Summary: Xserver source code required to build VNC server (Xvnc)
  224. Summary(ja): VNC サーバ (Xvnc) をビルドするために必要な X サーバのソースコード
  225. Group: Development/Libraries
  226. %description source
  227. Xserver source code needed to build VNC server (Xvnc)
  228. %prep
  229. %setup -q -n %{pkgname}-%{version}
  230. #%setup -q -n %{pkgname}-%{gitdate}
  231. %patch5 -p1 -b .pic-libxf86config
  232. # OpenGL compositing manager feature/optimization patches.
  233. %patch103 -p1 -b .bg-none-root
  234. %patch2014 -p1 -b .projector-fb-size
  235. %patch5002 -p1 -b .ssh-isnt-local
  236. %patch6002 -p1 -b .mode-debug
  237. # don't build the (broken) acpi code
  238. %patch6011 -p1 -b .less-acpi-brokenness
  239. # needs to upstream this
  240. %patch6027 -p1 -b .displayfd
  241. %patch6028 -p1 -b .randr-error-debugging
  242. %patch6030 -p1 -b .right-of
  243. %patch6033 -p1 -b .default-modes
  244. %patch6045 -p1 -b .randr-gamma-restore
  245. %patch6049 -p1 -b .multilib.patch
  246. %patch6051 -p1 -b .gamma-kdm-fix.patch
  247. %patch6057 -p1 -b .xorg.conf.d-changes
  248. # Vine patch
  249. %patch10010 -p1 -b .nvidia
  250. %patch10020 -p1 -b .fglrx
  251. %patch10030 -p1 -b .virtual-device
  252. %patch10040 -p1 -b .vesa-fallback
  253. # Vine
  254. %patch20000 -p1 -b .dont-disable-kbd
  255. %build
  256. %define default_font_path "catalogue:/etc/X11/fontpath.d,built-ins"
  257. %if %{with_hw_servers}
  258. %define dri_flags --with-dri-driver-path=%{drimoduledir}
  259. %else
  260. %define dri_flags --disable-dri
  261. %endif
  262. # --with-pie ?
  263. autoreconf -v --install
  264. export CFLAGS="${RPM_OPT_FLAGS} -Wstrict-overflow -rdynamic $CFLAGS"
  265. %configure \
  266. %{xservers} \
  267. --disable-static \
  268. --with-pic \
  269. --with-int10=x86emu \
  270. --with-default-font-path=%{default_font_path} \
  271. --with-module-dir=%{moduledir} \
  272. --with-os-name="Vine Linux 5" \
  273. --with-vendor-web="http://vinelinux.org/" \
  274. --with-vendor-name="Project Vine" \
  275. --with-builderstring="Build ID: %{name} %{version}-%{release}" \
  276. --with-xkb-output=%{_localstatedir}/lib/xkb \
  277. --with-rgb-path=%{_datadir}/X11/rgb \
  278. --enable-install-libxf86config \
  279. --disable-xselinux --enable-record \
  280. --enable-config-udev \
  281. %{dri_flags} \
  282. ${CONFIGURE}
  283. make -s %{?_smp_mflags}
  284. %install
  285. rm -rf $RPM_BUILD_ROOT
  286. make install DESTDIR=$RPM_BUILD_ROOT moduledir=%{moduledir}
  287. %if %{with_hw_servers}
  288. rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/libxf8_16bpp.so
  289. mkdir -p $RPM_BUILD_ROOT%{_libdir}/xorg/modules/{drivers,input}
  290. mkdir -p $RPM_BUILD_ROOT%{_datadir}/xorg
  291. install -m 0444 hw/xfree86/common/{vesa,extra}modes $RPM_BUILD_ROOT%{_datadir}/xorg/
  292. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
  293. install -m 644 %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/xserver
  294. mkdir -p $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
  295. install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
  296. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/xorg.conf.d
  297. %endif
  298. # Make the source package
  299. %define xserver_source_dir %{_datadir}/xorg-x11-server-source
  300. %define inst_srcdir %{buildroot}/%{xserver_source_dir}
  301. mkdir -p %{inst_srcdir}/{Xext,xkb,GL,hw/{xquartz/bundle,xfree86/common}}
  302. cp cpprules.in %{inst_srcdir}
  303. cp {,%{inst_srcdir}/}hw/xquartz/bundle/cpprules.in
  304. cp xkb/README.compiled %{inst_srcdir}/xkb
  305. cp hw/xfree86/xorgconf.cpp %{inst_srcdir}/hw/xfree86
  306. cp hw/xfree86/common/{vesamodes,extramodes} %{inst_srcdir}/hw/xfree86/common
  307. install -m 0755 %{SOURCE20} $RPM_BUILD_ROOT%{_bindir}/xvfb-run
  308. find . -type f | egrep '.*\.(c|h|am|ac|inc|m4|h.in|pc.in|man.pre|pl|txt)$' |
  309. xargs tar cf - | (cd %{inst_srcdir} && tar xf -)
  310. find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
  311. # Remove unwanted files/dirs
  312. {
  313. rm -f $RPM_BUILD_ROOT%{_libdir}/X11/Options
  314. rm -f $RPM_BUILD_ROOT%{_bindir}/in?
  315. rm -f $RPM_BUILD_ROOT%{_bindir}/ioport
  316. rm -f $RPM_BUILD_ROOT%{_bindir}/out?
  317. rm -f $RPM_BUILD_ROOT%{_bindir}/pcitweak
  318. rm -f $RPM_BUILD_ROOT%{_mandir}/man1/pcitweak.1*
  319. find $RPM_BUILD_ROOT -type f -name '*.la' | xargs rm -f -- || :
  320. %if !%{with_hw_servers}
  321. rm -f $RPM_BUILD_ROOT%{_libdir}/pkgconfig/xorg-server.pc
  322. rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/xorg-server.m4
  323. %endif
  324. }
  325. %clean
  326. rm -rf $RPM_BUILD_ROOT
  327. %if %{with_hw_servers}
  328. %pre Xorg
  329. {
  330. pushd /etc/X11
  331. for configfile in XF86Config XF86Config-4 ; do
  332. if [ -r $configfile ]; then
  333. if [ -r xorg.conf ]; then
  334. mv -f $configfile $configfile.obsoleted
  335. else
  336. mv -f $configfile xorg.conf
  337. fi
  338. fi
  339. done
  340. [ -e xorg.conf ] || return 0
  341. perl -p -i -e 's/^.*Load.*"(pex5|xie|xtt).*\n$"//gi' xorg.conf
  342. perl -p -i -e 's/^\s*Driver(.*)"keyboard"/Driver\1"kbd"/gi' xorg.conf
  343. perl -p -i -e 's/^.*Option.*"XkbRules".*"(xfree86|xorg)".*\n$//gi' xorg.conf
  344. perl -p -i -e 's#^\s*RgbPath.*$##gi' xorg.conf
  345. # lame, the nvidia driver needs to override this
  346. if ! grep -q 'ModulePath.*nvidia' xorg.conf ; then
  347. perl -p -i -e 's#^\s*ModulePath.*$##gi' xorg.conf
  348. fi
  349. popd
  350. } &> /dev/null || :
  351. %endif
  352. %files common
  353. %defattr(-,root,root,-)
  354. %{_mandir}/man1/Xserver.1*
  355. %{_libdir}/xorg/protocol.txt
  356. %dir %{_localstatedir}/lib/xkb
  357. %{_localstatedir}/lib/xkb/README.compiled
  358. %if %{with_hw_servers}
  359. %files Xorg
  360. %defattr(-,root,root,-)
  361. %config %attr(0644,root,root) %{_sysconfdir}/pam.d/xserver
  362. %{_bindir}/X
  363. %attr(4711, root, root) %{_bindir}/Xorg
  364. %{_bindir}/gtf
  365. %{_bindir}/cvt
  366. %dir %{_datadir}/xorg
  367. %{_datadir}/xorg/vesamodes
  368. %{_datadir}/xorg/extramodes
  369. %dir %{_libdir}/xorg
  370. %dir %{_libdir}/xorg/modules
  371. %dir %{_libdir}/xorg/modules/drivers
  372. %dir %{_libdir}/xorg/modules/extensions
  373. %{_libdir}/xorg/modules/extensions/libglx.so
  374. %{_libdir}/xorg/modules/extensions/libdri.so
  375. %{_libdir}/xorg/modules/extensions/libdri2.so
  376. %{_libdir}/xorg/modules/extensions/libdbe.so
  377. %{_libdir}/xorg/modules/extensions/libextmod.so
  378. %{_libdir}/xorg/modules/extensions/librecord.so
  379. %dir %{_libdir}/xorg/modules/input
  380. %dir %{_libdir}/xorg/modules/linux
  381. %{_libdir}/xorg/modules/linux/libfbdevhw.so
  382. %dir %{_libdir}/xorg/modules/multimedia
  383. %{_libdir}/xorg/modules/multimedia/bt829_drv.so
  384. %{_libdir}/xorg/modules/multimedia/fi1236_drv.so
  385. %{_libdir}/xorg/modules/multimedia/msp3430_drv.so
  386. %{_libdir}/xorg/modules/multimedia/tda8425_drv.so
  387. %{_libdir}/xorg/modules/multimedia/tda9850_drv.so
  388. %{_libdir}/xorg/modules/multimedia/tda9885_drv.so
  389. %{_libdir}/xorg/modules/multimedia/uda1380_drv.so
  390. %{_libdir}/xorg/modules/libexa.so
  391. %{_libdir}/xorg/modules/libfb.so
  392. %{_libdir}/xorg/modules/libint10.so
  393. %{_libdir}/xorg/modules/libshadow.so
  394. %{_libdir}/xorg/modules/libshadowfb.so
  395. %{_libdir}/xorg/modules/libvbe.so
  396. %{_libdir}/xorg/modules/libvgahw.so
  397. %{_libdir}/xorg/modules/libwfb.so
  398. %{_libdir}/xorg/modules/libxaa.so
  399. %{_mandir}/man1/gtf.1*
  400. %{_mandir}/man1/Xorg.1*
  401. %{_mandir}/man1/cvt.1*
  402. %{_mandir}/man4/fbdevhw.4*
  403. %{_mandir}/man4/exa.4*
  404. %{_mandir}/man5/xorg.conf.5*
  405. %dir %{_sysconfdir}/X11/xorg.conf.d
  406. %dir %{_datadir}/X11/xorg.conf.d
  407. %{_datadir}/X11/xorg.conf.d/*.conf
  408. %endif
  409. %files Xnest
  410. %defattr(-,root,root,-)
  411. %{_bindir}/Xnest
  412. %{_mandir}/man1/Xnest.1*
  413. %files Xdmx
  414. %defattr(-,root,root,-)
  415. %{_bindir}/Xdmx
  416. %{_bindir}/dmxaddinput
  417. %{_bindir}/dmxaddscreen
  418. %{_bindir}/dmxreconfig
  419. %{_bindir}/dmxresize
  420. %{_bindir}/dmxrminput
  421. %{_bindir}/dmxrmscreen
  422. %{_bindir}/dmxtodmx
  423. %{_bindir}/dmxwininfo
  424. %{_bindir}/vdltodmx
  425. %{_bindir}/dmxinfo
  426. %{_bindir}/xdmxconfig
  427. %{_mandir}/man1/Xdmx.1*
  428. %{_mandir}/man1/dmxtodmx.1*
  429. %{_mandir}/man1/vdltodmx.1*
  430. %{_mandir}/man1/xdmxconfig.1*
  431. %files Xvfb
  432. %defattr(-,root,root,-)
  433. %{_bindir}/Xvfb
  434. %{_bindir}/xvfb-run
  435. %{_mandir}/man1/Xvfb.1*
  436. %files Xephyr
  437. %defattr(-,root,root,-)
  438. %{_bindir}/Xephyr
  439. %{_mandir}/man1/Xephyr.1*
  440. %if %{with_hw_servers}
  441. %files sdk
  442. %defattr(-,root,root,-)
  443. %{_libdir}/libxf86config.a
  444. %{_libdir}/pkgconfig/xorg-server.pc
  445. %dir %{_includedir}/xorg
  446. %{sdkdir}/*.h
  447. %{_datadir}/aclocal/xorg-server.m4
  448. %endif
  449. %files source
  450. %defattr(-, root, root, -)
  451. %{xserver_source_dir}
  452. %changelog
  453. * Sat Apr 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-2
  454. - add Patch6057 to import xorg.conf.d changes from upstream.
  455. - change /etc/xorg.conf.d to /etc/X11/xorg.conf.d
  456. - system provided configs should go to /usr/share/X11/xorg.conf.d
  457. * Fri Apr 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-1
  458. - new upstream release
  459. * Wed Mar 24 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.902-2.20100318
  460. - update to new git snapshot
  461. * Tue Mar 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.901-2.20100304
  462. - update to new git snapshot
  463. - cleanup spec file
  464. - import patch2014,6028,6049,6051 from fedora
  465. * Thu Mar 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.99.901-1
  466. - update to 1.8rc1 (1.7.99.901)
  467. - import patch5002,6002,6030,6033 from fedora
  468. - add 00-evdev.conf, 10-quirks.conf
  469. - build against mesa-7.8(git snapshot)
  470. * Fri Feb 19 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.5-1
  471. - new upstream release
  472. * Mon Feb 08 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.4-2
  473. - rebuild with new toolchain
  474. - run autoreconf
  475. * Sat Jan 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.4-1
  476. - new upstream release
  477. * Sat Dec 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.3-1
  478. - new upstream release
  479. * Fri Nov 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.2-1
  480. - new upstream release
  481. * Tue Nov 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.1-3
  482. - add BR: openssl-devel (<BTS:0826>)
  483. - build against mesa-7.6
  484. - update BR: mesa-libGL-devel >= 7.6-1
  485. * Sat Nov 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.1-2
  486. - add R: pixman-devel, libpciaccess-devel to -sdk (<BTS:820>)
  487. * Wed Nov 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.7.1-1
  488. - new upstream release
  489. * Mon Sep 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.3-2
  490. - update Patch6012 to use vesa for poulsbo
  491. - merge patch6029
  492. - add Patch6040 to autodetect nvidia driver
  493. - add Patch6041 to autodetect fglrx driver
  494. - add Patch6042 to autodetect virtual video driver
  495. - add Patch6042 to autodetect geode driver
  496. - add Pathc6050 to fallback to vesa driver
  497. - add BR: libXdamage-devel, libXv-devel
  498. * Sat Aug 01 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.3-1
  499. - new upstream release
  500. * Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.2-1
  501. - new upstream release
  502. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.1-3
  503. - import fedora and/or upstream patch
  504. - remove Requires: xorg-x11-drv-mouse (we use evdev for mouse)
  505. * Sat Apr 25 2009 NAKAMURA Kenta <kenta@vinelinux.org> 1.6.1-2
  506. - updated Patch1003: xserver-1.6.1-pic-libxf86config.patch to build libxf86config with fPIC
  507. * Thu Apr 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.1-1
  508. - new upstream release
  509. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-1
  510. - new upstream releaase
  511. - add Patch1003 to build libxf86config with -fPIC
  512. - add BR: pixman-devel >= 0.14.0
  513. - add BR: xorg-x11-xtrans-devel >= 1.2.3
  514. * Sun Nov 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.3-2
  515. - rebuild with libXaw.so.7 (libXaw-1.0.5)
  516. * Sat Nov 08 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.3-1
  517. - new upstream release
  518. - add Patch2000
  519. - do not diable kbd driver even if AllowEmptyInput is on.
  520. * Tue Oct 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.2-2
  521. - rebuild with libdrm-2.4.0-3, mesa-7.2
  522. * Mon Oct 13 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.2-1
  523. - new upstream release
  524. * Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.1-1
  525. - new upstream release
  526. * Thu Sep 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.5.0-1
  527. - new upstream release
  528. - disable dri2 (upstream default)
  529. * Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.99.906-1
  530. - new upstream release
  531. * Thu Jul 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.99.905-3
  532. - add dix/protocol.txt to -source subpackage
  533. * Sat Jul 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.99.905-2
  534. - add Patch101, 1014 from fedora
  535. * Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.99.905-1
  536. - update to 1.4.99.905 (1.5RC5)
  537. - add -common subpackage
  538. * Thu Jun 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.2-1
  539. - new upstream release
  540. * Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-1
  541. - new upstream release
  542. * Sun May 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0.90-1
  543. - new versioning policy
  544. * Fri Jan 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0.90-0vl1
  545. - initial build for Vine Linux
  546. * Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-24
  547. - xserver-1.3.0-edid-quirk-backports.patch: Update the EDID quirks code
  548. to match current git.
  549. * Thu Sep 06 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-23
  550. - xserver-1.3.0-xrandr-timestamp-buglet.patch: Make sure xrandr doesn't
  551. stop working after several hours. (Marius Gedminas, #273801)
  552. * Fri Aug 24 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-22
  553. - Bump BuildRequires: xorg-x11-xtrans-devel to pull in abstract socket
  554. support.
  555. * Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-21
  556. - xserver-1.3.0-document-fontpath-correctly.patch: Fix man page to point to
  557. directories that exist. (#251203, Matト嬲 Cepl)
  558. * Wed Aug 15 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-20
  559. - xserver-1.3.0-newglx-offscreen-pixmaps.patch: fix zero-copy TFP again
  560. * Tue Aug 14 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-19
  561. - xserver-1.3.0-newglx-offscreen-pixmaps.patch: Zero-copy TFP is busted
  562. on at least my laptop, so turn it off again.
  563. * Mon Aug 13 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-18
  564. - xserver-1.3.0-mesa7.patch: Add support for building against mesa 7.0.1
  565. along with DRI zero-copy TFP hopefully
  566. - xserver-1.3.0-exaupgrade.patch: Add updated EXA support
  567. - dropped xserver-1.2.99.901-xephyr-crash-at-exit.patch - upstream
  568. - rebase xorg-x11-server-1.1.1-offscreen-pixmaps.patch to xserver-1.3.0-newglx-offscreen-pixmaps.patch
  569. - dropped xorg-x11-server-1.1.1-glcore-visual-matching.patch - fixed upstream
  570. * Thu Aug 09 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-17
  571. - xserver-1.3.0-default-dpi.patch: Switch default DPI to 100, on the
  572. principle that 75 is almost never right and 100 is much more likely.
  573. * Thu Aug 02 2007 Dave Airlie <airlied@redhat.com> 1.3.0.0-16
  574. - xserver-1.3.0-add-really-slow-bcopy.patch: Speed server start on some cards
  575. * Thu Jul 12 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-15
  576. - xserver-1.3.0-edid-quirk-backports.patch: Backport EDID quirks from
  577. master; fixes some Samsung monitors. (#232810)
  578. * Thu Jul 12 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-14
  579. - xserver-1.3.0-composite-version.patch: Force the server to report the
  580. Composite extension version it supports, not simply the version defined
  581. by the protocol headers it was built against.
  582. * Mon Jul 02 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-13
  583. - Add IDLETIME sync counter for great powersaving justice.
  584. - Conditionalise default font path for F7 spec compatibility.
  585. * Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-12
  586. - Tweak %%post Xorg slightly to not demolish ModulePath lines installed by
  587. the nvidia driver. (#244359)
  588. * Wed Jun 27 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-11
  589. - Obsolete the joystick and elo2300 drivers, they never worked and shouldn't
  590. be installed.
  591. * Fri Jun 22 2007 Kristian Hテクgsberg <krh@redhat.com> - 1.3.0.0-10
  592. - Change the default font path to catalogue:/etc/X11/fontpath.d,built-ins
  593. - Drop build dependency xorg-x11-font-utils.
  594. * Mon Jun 11 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-9
  595. - xserver-1.3.0-reput-video.patch: Don't crash when minimizing an Xv
  596. window. (#241214)
  597. * Wed Jun 06 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-8
  598. - xserver-1.3.0-ramdac-export.patch: Make sure the old ramdac symbols are
  599. exported, since they're in-server now. (#242800)
  600. * Mon Jun 04 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-7
  601. - xserver-1.3.0-randrama-no-zero-screens.patch: For RANDR 1.2's fake
  602. Xinerama info, don't report Xinerama as being active if there are no
  603. RANDR 1.2 CRTCs active for that screen. (#234567)
  604. - xserver-1.3.0-arm-iopl.patch: Add __arm__ conditionals to many #ifdefs.
  605. * Sat May 26 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-6
  606. - Make sdk subpackage Require: pkgconfig. Spotted in review for
  607. xorg-x11-drv-apm. (#226577)
  608. * Fri May 11 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-5
  609. - xserver-1.3.0-fbdevhw-magic-numbers.patch: If the fbdev driver claims to
  610. have a zero pixel clock, believe it. Fixes Xen paravirt. (#238451)
  611. * Mon May 07 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-4
  612. - xorg-x11-server-1.1.1-offscreen-pixmaps.patch: Fix a crash when activating
  613. GLX_EXT_texture_from_pixmap without XAA.
  614. - xserver-1.3.0-randr12-config-hack.patch: If a Modes line is given in
  615. the Screen section, and no PreferredMode option is given for a RANDR 1.2
  616. monitor, use the first mode in the Modes line as the preferred mode.
  617. Fixes anaconda ugliness on monitors larger than 800x600. (#238991)
  618. * Mon Apr 30 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-3
  619. - xserver-1.3.0-xkb-and-loathing.patch: Ignore (not just block) SIGALRM
  620. around calls to Popen()/Pclose(). Fixes a hang in openoffice when
  621. opening menus.
  622. - Modify BuildRequires to use the virtual protocol Provides.
  623. * Wed Apr 25 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-2
  624. - xserver-1.3.0-less-randr-fakerama.patch: Disable RANDR's fake Xinerama
  625. geometry when there's more than one protocol screen. (#231257)
  626. * Mon Apr 23 2007 Adam Jackson <ajax@redhat.com> 1.3.0.0-1
  627. - xserver 1.3.0.
  628. * Fri Apr 13 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-5
  629. - xserver-rc5-to-now.patch: Updates from git.
  630. * Wed Apr 11 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-4
  631. - xserver-1.3.0-no-prerelease-warning.patch: Hush the useless prerelease
  632. warning if we happen to be building one (and even if not).
  633. - xserver-1.3.0-pci-device-enable.patch: Make sure the PCI device is enabled
  634. in sysfs before we start touching it, otherwise, armageddon.
  635. * Tue Apr 10 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-3
  636. - xserver-1.3.0-domain-obiwan.patch: Fix a PCI domain off-by-one. (#235861)
  637. - xserver-1.3.0-x86emu-imul-int64.patch: Fix imul in x86emu. (#235861)
  638. * Mon Apr 09 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-2
  639. - xserver-1.3.0-pci-bus-count.patch: Allocate the PCI bus array dynamically,
  640. so as not to run off the end of it.
  641. - xserver-1.3.0-mmap-failure-check.patch: Check for failure when mmap'ing
  642. bus memory. (#234073)
  643. - xserver-1.3.0-rom-search.patch: Look for the sysfs ROM file in the (flat)
  644. /sys/bus/pci/devices tree, instead of the (bus-topological) /sys/devices,
  645. so we don't fail to find ROMs merely because they're behind a bridge.
  646. - xserver-1.3.0-no-pseudocolor-composite.patch: Refuse to initialize
  647. Composite when Render is missing or when the root window is using
  648. a pseudocolor visual. (#217388)
  649. - xserver-1.3.0-xnest-exposures.patch: Fix Motif app redraw in Xnest. (#229350)
  650. * Fri Apr 06 2007 Adam Jackson <ajax@redhat.com> 1.2.99.905-1
  651. - xserver 1.3 RC5.
  652. * Fri Mar 30 2007 David Woodhouse <dwmw2@redhat.com> 1.2.99.903-2
  653. - Fix regression with PCI domains, but disjoint bus numbers (#207659)
  654. * Fri Mar 30 2007 Adam Jackson <ajax@redhat.com> 1.2.99.903-1
  655. - xserver 1.3 RC3.
  656. * Mon Mar 19 2007 Adam Jackson <ajax@redhat.com> 1.2.99.902-1
  657. - xserver 1.3 RC2.
  658. * Tue Mar 13 2007 Adam Jackson <ajax@redhat.com> 1.2.99.901-2
  659. - xserver-1.2.99.901-xephyr-crash-at-exit.patch: Fix yet another GLX visual
  660. mess. (#231425)
  661. * Mon Mar 05 2007 Adam Jackson <ajax@redhat.com> 1.2.99.901-1
  662. - xserver 1.3 RC1. RANDR 1.2 hotness in the hizzouse.
  663. - xserver-1.2.0-honor-displaysize.patch: Honor the DisplaySize config
  664. directive again (#220248)
  665. - Clean up the post-install cleanup
  666. * Fri Mar 02 2007 Adam Tkac <atkac@redhat.com> 1.2.0-10
  667. - change permissions of files in source package to default from read-only
  668. * Mon Feb 26 2007 Adam Tkac <atkac@redhat.com> 1.2.0-9
  669. - Created new package (xorg-x11-server-source) which is needed to build VNC
  670. server.
  671. * Fri Feb 23 2007 Adam Jackson <ajax@redhat.com> 1.2.0-8
  672. - xserver-1.2.0-proper-randr-version.patch: Report the RANDR version we
  673. actually implement, instead of the version defined by the protocol headers.
  674. * Thu Feb 22 2007 Adam Jackson <ajax@redhat.com> 1.2.0-7
  675. - Various backports from git master:
  676. - xserver-1.2.0-xfixes-clientgone-check.patch: Avoids a crash when sending
  677. events to clients that just disconnected.
  678. - xserver-1.2.0-os-memory-leak.patch: Plugs a per-connection memory leak.
  679. - xserver-1.2.0-int10-rdtsc.patch: Implement rdtsc in the int10 emulator.
  680. - xserver-1.2.0-glcore-visual-count.patch: Count glcore visuals properly,
  681. fixes crash at exit.
  682. * Mon Feb 05 2007 Adam Jackson <ajax@redhat.com> 1.2.0-6
  683. - xorg-x11-server-Red-Hat-extramodes.patch:
  684. - Add 1360x768 normal and reduced-blanking.
  685. - Add reduced-blanking versions of 1680x1050 and 1920x{1200,1080}.
  686. - Remove the >60Hz versions of 2560x1600. Even leaving the 60Hz timing is
  687. kind of ridiculous, since every real LCD that size I've seen uses the
  688. reduced blanking timings. But presumably if you have that nice of a
  689. monitor, you also have a video card with working DDC.
  690. * Sun Feb 04 2007 Adam Jackson <ajax@redhat.com> 1.2.0-5
  691. - Massive spec formatting and style cleanup.
  692. - Build Xdmx on all arches.
  693. - Enable GL support even on non-DRI machines.
  694. - Re-add DRI to ppc64.
  695. - Update BuildRequires to current versions.
  696. - Remove some bogus Requires.
  697. * Wed Jan 31 2007 Adam Jackson <ajax@redhat.com> 1.2.0-4
  698. - Fix typo in SDK header. (#222487)
  699. * Mon Jan 29 2007 Adam Jackson <ajax@redhat.com> 1.2.0-3
  700. - Fix MMX check on AMD CPUs. (#222332)
  701. - Fix Xephyr keysym init on LP64. (#224311)
  702. * Wed Jan 24 2007 Adam Jackson <ajax@redhat.com> 1.2.0-2
  703. - Delete ModulePath lines rather than attempt to munge them. (#186338)
  704. * Tue Jan 23 2007 Adam Jackson <ajax@redhat.com> 1.2.0-1
  705. - Xorg server 1.2.0.
  706. * Tue Jan 09 2007 Adam Jackson <ajax@redhat.com> 1.1.1-57
  707. - xorg-xserver-1.1.0-dbe-render.diff: CVE #2006-6101
  708. - xorg-x11-server-1.1.0-redhat-xephyr-only-hack.patch: Skip building the
  709. non-Xephyr kdrive servers entirely.
  710. * Mon Dec 18 2006 Adam Jackson <ajax@redhat.com> 1.1.1-56
  711. - RHEL5 sync:
  712. - xorg-x11-server-1.1.1-maxpixclock-option.patch: Allow the maximum pixel
  713. clock of a monitor to be specified in the config file.
  714. - xorg-x11-server-1.1.1-glcore-visual-matching.patch: Fix a client crash
  715. when creating software indirect GLX contexts.
  716. - xorg-x11-server-1.1.1-vt-activate-is-a-terrible-api.patch: During server
  717. init, abort if either VT activation ioctl fails. During shutdown, be
  718. sure to wait for the VT switch to finish before exiting.
  719. * Mon Dec 11 2006 Adam Jackson <ajax@redhat.com> 1.1.1-55
  720. - xorg-x11-server-1.1.1-lid-close-crash.patch: Added, backport from head.
  721. (#197921)
  722. * Mon Dec 11 2006 Adam Tkac <atkac redhat com> 1.1.1-54.1.fc7
  723. - fixed building against mesa-6.5.2
  724. * Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.1.1-54.fc7
  725. - xorg-x11-server-1.1.1-xkb-vidmode-switch.patch: Fix string matching on
  726. XKB actions to be case-insensitive again. (#216656)
  727. * Fri Dec 1 2006 Adam Jackson <ajax@redhat.com> 1.1.1-53.fc7
  728. - xorg-x11-server-1.1.1-automake-1.10-fixes.patch: Tweak automakefiles to be
  729. 1.10-compliant.
  730. - Misc spec fixes.
  731. * Mon Nov 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-52.fc7
  732. - RHEL5 sync:
  733. - Deliver SecurityPolicy in Xvfb when !with_hw_servers (s390, s390x)
  734. - xorg-x11-server-1.1.1-ia64-int10.patch: Fix int10 on ia64.
  735. - xorg-x11-server-1.1.1-ia64-pci-chipsets.patch: ia64 PCI chipset support.
  736. - Unify the autoconfig patches.
  737. - xorg-x11-server-1.1.1-xf86config-comment-less.patch: Added, makes
  738. pyxf86config not grow the config file every time it's run.
  739. - Remove with_developer_utils macro.
  740. * Fri Nov 10 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-51.fc7
  741. - xorg-x11-server-1.1.1-no-scanpci.patch: Drop scanpci, it's huge and
  742. there's no added value relative to lspci.
  743. - xorg-x11-server-1.1.1-spurious-libxf1bpp-link.patch: Minor linktime
  744. fixup. There's no reason for libxf4bpp to link against libxf1bpp.
  745. * Thu Nov 9 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-50.fc7
  746. - Fix man page globs to not care whether it's .1.gz or .1x.gz, etc.
  747. * Wed Nov 8 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-49.fc7
  748. - Switch to using the x86emu version of libint10 even on x86. Unifies
  749. behaviour among CPUs and works around Xen vm86 emulation bogosity.
  750. * Wed Nov 8 2006 Adam Jackson <ajackson@redhat.com>
  751. - Add FC7 todo list
  752. - Bump Release number back to 48, got reduced somehow.
  753. * Fri Oct 13 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-48.fc7
  754. - Do not try own /usr/lib/pkgconfig in sdk package.
  755. - Drop dependency on xorg-x11-fonts-base now that we compile in
  756. 'fixed' and 'cursor' fonts.
  757. - Drop xorg-redhat-die-ugly-pattern-die-die-die.patch; use -br option
  758. instead.
  759. * Wed Oct 4 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-47.fc6
  760. - graphics-expose.patch: Call miHandleExposures() with non-translated
  761. coordinates.
  762. * Wed Oct 4 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-46.fc6
  763. - Fix over-zealous code deletion in graphics-expose.patch.
  764. * Wed Oct 4 2006 Soren Sandmann <sandmann@redhat.com> - 1.1.1-45.fc6
  765. - xorg-x11-server-1.1.1-graphics-expose.patch: call
  766. miHandleExposures() in CopyArea/CopyPlane explicitly in cw to
  767. generate GraphicsExposes correctly. (#209336).
  768. * Mon Oct 2 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-44.fc6
  769. - xorg-x11-server-1.1.1-offscreen-pixmaps.patch: Take the server lock
  770. before calling back into XAA to evict pixmaps (#204810).
  771. * Wed Sep 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-43.fc6
  772. - xorg-x11-server-1.1.1-vt-activate-is-a-terrible-api.patch: Since the
  773. VT_ACTIVATE/VT_WAITACTIVE pair are never guaranteed to successfully
  774. complete, set a 5 second timeout on the WAITACTIVE, and retry the pair
  775. until we win. (#207746)
  776. - xorg-x11-server-1.1.0-pci-scan-fixes.patch: Partial revert to unbreak some
  777. (but not all) domainful machines, including Pegasos. (#207659)
  778. * Mon Sep 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-42.fc6
  779. - xorg-x11-server-1.1.1-getconfig-pl-die-die-die.patch: Fix XGI cards (#208000)
  780. * Fri Sep 22 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-41.fc6
  781. - xorg-x11-server-1.1.1-vbe-filter-less.patch: Be gentler about rejecting
  782. VESA modes early, since xf86ValidateModes should handle them just fine.
  783. * Wed Sep 20 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-40.fc6
  784. - xorg-x11-server-1.1.1-pclose-confusion.patch: Be sure to call Pclose()
  785. on pipes created with Popen(), since the additional magic done by Popen()
  786. relative to popen() is not undone by plain pclose(). (Third base!)
  787. - xorg-x11-server-1.1.1-edid-hex-dump.patch: Backport EDID hex dump code
  788. from git.
  789. * Wed Sep 20 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.1-39.fc6
  790. - Bump xorg-x11-proto-devel BuildRequires version and add Conflict
  791. line for older mesa releases, so GLX_EXT_texture_from_pixmap opcodes
  792. match.
  793. * Thu Sep 7 2006 Adam Jackson <ajackson@redhat.coM> - 1.1.1-38.fc6
  794. - xorg-x11-server-1.1.1-believe-monitor-rb-modes.patch: Always believe the
  795. monitor when it reports a reduced-blanking mode, even over VGA.
  796. * Thu Sep 7 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-37.fc6
  797. - Add "built-ins" to default font path.
  798. * Wed Sep 6 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-36.fc6
  799. - Enable builtin fallback versions of cursor and fixed fonts.
  800. * Tue Sep 5 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-35.fc6
  801. - xorg-x11-server-1.1.1-always-mouse-thyself.patch: Fix the check to look
  802. for mouse/void drivers in the running layout, as opposed to the config file,
  803. so as not to synthesize two mouse devices.
  804. * Thu Aug 31 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-34.fc6
  805. - xorg-x11-server-1.1.1-infer-virtual.patch: Be slightly more paranoid about
  806. setting line pitch, and rescan the mode list after pruning to re-validate
  807. the estimated virtual size.
  808. * Wed Aug 30 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-33.fc6
  809. - Update xorg-x11-server-1.1.1-offscreen-pixmaps.patch to evict pixmap
  810. when GLX_EXT_texture_from_pixmap is first used.
  811. * Wed Aug 30 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-32.fc6
  812. - Drop xorg-x11-server-1.1.0-gl-include-inferiors.patch now that
  813. compiz can uses the composite overlay window.
  814. * Mon Aug 28 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-31.fc6
  815. - Update xorg-x11-server-1.1.1-offscreen-pixmaps.patch to log transitions.
  816. - Update xorg-x11-server-1.1.0-tfp-damage.patch to always bind to
  817. GL_TEXTURE_RECTANGLE_ARB target.
  818. * Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-30.fc6
  819. - xorg-x11-server-1.1.1-pci-paranoia.patch: In xf86MatchPciInstances, fail
  820. gracefully if xf86PciVideoInfo is NULL (like, on Xen).
  821. * Fri Aug 25 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-29.fc6
  822. - Add xorg-x11-server-1.1.1-aiglx-happy-vt-switch.patch to fix VT
  823. switching (and suspend/resume) when using AIGLX. (#199692, fdo #7916).
  824. - Bump mesa source and libGL BuildRequires.
  825. - Update mesa-6.5.1 patch to work with 6.5.1 rc1 (slang_version_syn.h
  826. renamed to slang_pp_version_syn.h).
  827. * Thu Aug 24 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-28.fc6
  828. - xorg-x11-server-1.1.1-infer-virtual.patch: Only flag modes as preferred
  829. if the EDID block says to.
  830. - xorg-x11-server-1.1.1-mode-sort-kung-fu.patch: Enforce a sort order on
  831. modes during lookup: builtin before driver before userdef before other,
  832. and preferred modes within a class before others in that class.
  833. * Tue Aug 22 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-27.fc6
  834. - xorg-x11-server-1.1.1-edid-quirks-list.patch: Don't set an arbitrary
  835. pixclock limit if the monitor didn't claim to have one.
  836. * Mon Aug 21 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-26.fc6
  837. - Add Tilman Sauerbecks patch to fix AIGLX DRI locking.
  838. * Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-25.fc6
  839. - xorg-x11-server-1.1.1-xvfb-composite-crash.patch: Fix Xvfb's -render flag
  840. to also disable the Composite extension.
  841. - xorg-x11-server-1.1.1-mesa-6.5.1.patch: Update build system to account for
  842. Mesa 6.5.1 snapshots.
  843. - xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Add all available
  844. standard timings from EDID rather than just the first five.
  845. * Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-24.fc6
  846. - xorg-x11-server-1.1.1-edid-quirks-list.patch: Unbreak.
  847. * Fri Aug 18 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-23.fc6
  848. - xorg-x11-server-1.1.1-xkb-in-xnest.patch: Added. (#193431)
  849. * Thu Aug 17 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-22.fc6
  850. - xorg-x11-server-1.1.1-infer-virtual.patch: When no modes or virtual size
  851. are given in the config file, attempt to pick a sensible one by examining
  852. the EDID modes and physical geometry. Also generally make the server
  853. aware of driver-provided modes.
  854. - xorg-x11-server-1.1.1-edid-quirks-list.patch: Redo, since the property I was
  855. checking for is both fairly common and fairly predictable.
  856. * Tue Aug 15 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-21.fc6
  857. - xorg-x11-server-1.1.1-fix-default-mouse-device-yet-again.patch: Added.
  858. * Thu Aug 10 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-20.fc6
  859. - xorg-x11-server-1.1.1-always-mouse-thyself.patch: If we lack a mouse
  860. device in the config, and the user hasn't asked for any void devices,
  861. synthesize a mouse section. (#200347)
  862. - xorg-x11-server-1.1.1-edid-quirks-list.patch: Better formatting.
  863. * Wed Aug 9 2006 Adam Jackson <ajackson@redhat.com> - 1.1.1-19.fc6
  864. - xorg-x11-server-1.1.1-builderstring.patch: Enable the builder info
  865. string at configure time;
  866. - ... and use it to print the package name and version.
  867. - xorg-x11-server-1.1.1-defaultdepth-24.patch: Set default depth to 24.
  868. - xorg-x11-server-1.1.1-edid-quirks-list.patch: Add EDID quirks list as
  869. an experiment; needs a better solution though.
  870. * Tue Aug 8 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-18.fc6
  871. - Update offscreen-pixmaps patch to migrate pixmaps when the compiz
  872. selection is taken.
  873. * Mon Aug 7 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-17.fc5.aiglx
  874. - Build for fc5 aiglx repo.
  875. * Mon Aug 7 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-17.fc6
  876. - Add xorg-x11-server-1.1.1-offscreen-pixmaps.patch to default
  877. XaaNoOffscreenPixmaps to false, for now.
  878. * Mon Aug 7 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-16.fc6
  879. - xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Off-by-one error in
  880. range storage.
  881. * Wed Aug 2 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-15.fc6
  882. - xorg-x11-server-1.1.0-edid-mode-injection-2.patch: Allow HorizSync and
  883. VertRefresh to be overridden independently.
  884. * Fri Jul 28 2006 Kevin E Martin <kem@redhat.com> - 1.1.1-14.fc6
  885. - xorg-x11-server-1.1.1-revert-xkb-change.patch: Revert change to xkb that
  886. broke XkbGetKeyboard().
  887. * Fri Jul 28 2006 Kristian Hテクgsberg <krh@redhat.com> - 1.1.1-13.fc5.aiglx
  888. - Add conflicts for ABI incompatible version of xorg-x11-drv-i810 and
  889. xorg-x11-drv-ati.
  890. * Fri Jul 28 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-13.fc6
  891. - Comment out the 848x480 modes from the extramodes patch. Any panel that
  892. wants it should be doing EDID injection by now, and it screws up
  893. autoconfig by _just_ fitting in the ranges for 800x600.
  894. * Wed Jul 26 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-12.fc6
  895. - Added "1920x1080" CVT modes to Red-Hat-extramodes patch for (#195272)
  896. - Sorted the extramodes file by X res, then Y res for ease of maintenance.
  897. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-11.fc6
  898. - Add selinux{,-devel} buildreqs.
  899. * Tue Jul 25 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-10.fc6
  900. - xorg-x11-server-1.1.1-selinux-awareness.patch: Added for new Mesa
  901. selinux code.
  902. - xorg-x11-server-1.1.1-Xdmx-render-fix-fdo7482.patch: Backport a Render
  903. fix for Xdmx.
  904. - xorg-x11-server-1.1.1-no-composite-in-xnest.patch: Disable Composite in
  905. Xnest, as it's known not to work.
  906. - Fix default font path to match the config file we used to generate.
  907. - Fix default module set to match the config file we used to generate.
  908. - Disable use of TLS GLX dispatch to match Mesa selinux nonsense.
  909. * Mon Jul 24 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-8.fc6
  910. - Added "1440x900@60" CVT mode to Red-Hat-extramodes patch for (#179865)
  911. * Fri Jul 21 2006 Mike A. Harris <mharris@redhat.com>
  912. - Added "1152x864 @ 100.00" GTF mode to Red-Hat-extramodes patch (#49264)
  913. * Fri Jul 21 2006 Mike A. Harris <mharris@redhat.com> 1.1.1-7.fc6
  914. - Only ship pcitweak manpage if we are building it (#199653)
  915. - Fix dist tag usage (Was {dist}, should be {?dist})
  916. - Added xorg-x11-server-libxf86config-dont-write-empty-sections.patch to
  917. prevent config file parser/writer from writing out empty sections (#198653)
  918. - Add dependency on xorg-x11-fonts-base to all X server subpackages (#186091)
  919. * Tue Jul 18 2006 Jeremy Katz <katzj@redhat.com> 1.1.1-6.fc6
  920. - Saner defaults for hsync/vrefresh on monitors that can't be probed
  921. * Thu Jul 13 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.1-5.fc6
  922. - Tag as 1.1.1-5.fc6.
  923. * Wed Jul 12 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.1-5.fc5.aiglx
  924. - Enable composite by default.
  925. - Split spiffiffity patch into one patch per change:
  926. xorg-x11-server-1.1.0-no-move-damage.patch and
  927. xorg-x11-server-1.1.0-dont-backfill-bg-none.patch.
  928. * Wed Jul 12 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-4.fc6
  929. - Restore placing the raw EDID block on the root window.
  930. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.1.1-3.1.fc6
  931. - rebuild
  932. * Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-3.fc6
  933. - Enable DPMS by default.
  934. * Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-2.fc6
  935. - Remove nonsensical runtime perl dependency.
  936. * Sat Jul 08 2006 Adam Jackson <ajackson@redhat.com> 1.1.1-1.fc6
  937. - Update to 1.1.1.
  938. * Sat Jul 08 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-27.fc6
  939. - Enable TLS for GLX to match the mesa build config.
  940. * Fri Jul 07 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-26
  941. - Add xorg-x11-server-1.1.0-mesa-copy-sub-buffer.patch to hook up the
  942. GLX_MESA_copy_sub_buffer extension.
  943. * Fri Jun 30 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-25.fc6
  944. - Start using the new %%{dist} tag <http://fedoraproject.org/wiki/DistTag>
  945. experimentally in the package Release field to help prevent problems like
  946. (#197266) from occuring in the future.
  947. * Wed Jun 28 2006 Mike A. Harris <mharris@redhat.com>
  948. - Disable build dependency on zlib-devel now that we are not uselessly linking
  949. against it.
  950. * Tue Jun 27 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-24
  951. - Don't (uselessly) link the server against zlib.
  952. - Fix the 1680x1050 modes to be the CVT timings instead of GTF.
  953. * Mon Jun 26 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-23
  954. - Fix an open-coded check for reduced-blanking modes to only apply to analog
  955. connectors.
  956. - Reorder the EDID patches slightly.
  957. * Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-22
  958. - Added xorg-xserver-1.1.0-setuid.diff to fix potential security issue (#196094)
  959. - Disable DRI on ppc64 builds.
  960. - Conditionalize inclusion of DRI related X server modules to with_dri builds.
  961. * Tue Jun 20 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-21
  962. - Update xorg-x11-server-1.1.0-tfp-damage.patch to use glTexSubImage2D
  963. to only update the part of the texture that changed, based on damage
  964. regions.
  965. * Mon Jun 19 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-20
  966. - Remove with_xnest_server conditional, and fix more BuildRequires to pull
  967. in libX11-devel, libXext-devel, zlib-devel, etc. for Xnest and Xephyr.
  968. - Remove unwanted files leftover in buildroot for s390/s390x builds.
  969. - Add Xserver.1x manpage to multiple subpackages, as it applies equally to
  970. Xorg, Xnest, Xvfb, Xephyr.
  971. * Mon Jun 19 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-19
  972. - Add with_xnest_server conditional and disable on s390, since Xnest
  973. fails to build on there (Xlib doesn't get added to the link line).
  974. - Add -f to removal of xorgconfig and others which may or may not be built.
  975. * Mon Jun 19 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-18
  976. - Add xorg-x11-server-1.1.0-convolution-filter-fix.patch and
  977. xorg-x11-server-1.1.0-tfp-damage.patch backported to make compiz go
  978. faster and make compiz shadows work.
  979. * Mon Jun 19 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-17
  980. - Disable filling in monitor gamma info from EDID momentarily, since drivers
  981. will use that field to set the card's gamma ramp.
  982. - Backport some stuff from git: cw crash fix, faster pci scanning, some
  983. log message cleanup.
  984. * Fri Jun 16 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-16
  985. - Enable spec support for s390, s390x, alpha, sparc, and sparc64 architectures.
  986. - Add with_hw_servers conditional to disable hardware servers on s390/s390x.
  987. - Add with_dmx_server to disable DMX on s390/s390x.
  988. - Added "release" number to "BuildRequires: freetype-devel >= 2.1.9-1" for
  989. dependency futureproofing.
  990. - Force "--disable-dri" on s390/s390x, to attempt to work around ./configure
  991. failure to find libdrm, which should not be needed on s390 builds anyway.
  992. * Thu Jun 15 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-15
  993. - Add loader infrastructure for publishing PCI ID lists in the drivers, and
  994. autodetecting drivers based on that. Currently unused since no drivers
  995. publish such a list yet.
  996. - Fix mouse autoconfig to use /dev/input/mice instead of /dev/mouse.
  997. * Wed Jun 14 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-14
  998. - Change selection atom to _COMPIZ_GL_INCLUDE_INFERIORS in
  999. xorg-x11-server-1.1.0-gl-include-inferiors.patch.
  1000. * Tue Jun 13 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-13
  1001. - put back my -fPIC patch, libxf86config isn't built with fPIC otherwise
  1002. * Tue Jun 13 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-12
  1003. - Add EDID mode autodetection.
  1004. * Mon Jun 12 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-11
  1005. - Add xorg-x11-server-1.1.0-gl-include-inferiors.patch to let GL
  1006. rendering include child windows.
  1007. * Mon Jun 12 2006 Adam Jackson <ajax@redhat.com> 1.1.0-10
  1008. - Misc build fixes for ppc64.
  1009. * Mon Jun 12 2006 Adam Jackson <ajax@redhat.com> 1.1.0-9
  1010. - --enable-xorg on ppc64 too.
  1011. - Re-add cvt, got dropped somehow.
  1012. * Fri Jun 09 2006 Kristian Hテクgsberg <krh@redhat.com> 1.1.0-8
  1013. - Add our friend, libtool, to BuildRequires.
  1014. * Thu Jun 08 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-7
  1015. - Change "BuildRequires: freetype-devel >= 2.1.10" to 2.1.9, as Xorg 7.0
  1016. contains 2.1.9 in "extras" and 7.1 does not appear to have a requirement on
  1017. a newer freetype.
  1018. - Janitorial cleanups for spec file changelog consistency.
  1019. - Call aclocal before automake, otherwise automake >= 1.9.6 is required in
  1020. order to rebuild the package.
  1021. - Build 1.1.0-4, 1.1.0-5, and 1.1.0-6 appear to have failed in brew but nobody
  1022. fixed them. It appears automake 1.9 breaks the build.
  1023. * Wed Jun 07 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-6
  1024. - BR automake and autoconf
  1025. * Wed Jun 07 2006 Jeremy Katz <katzj@redhat.com> 1.1.0-5
  1026. - build on ppc64 so that we have an X server there
  1027. * Tue Jun 06 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-4
  1028. - Hack the kdrive makefile to only attempt to build Xephyr, avoids linking
  1029. sixteen extra servers just to delete them.
  1030. - Move cvt to the default install set, same as gtf.
  1031. * Mon Jun 05 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-3
  1032. - Drop the libxf86config -fPIC patch, just build the whole thing with
  1033. --with-pic instead. Add void and evdev to the required driver list for
  1034. upcoming autoconfig magic.
  1035. * Thu May 25 2006 Mike A. Harris <mharris@redhat.com> 1.1.0-2
  1036. - Add "Requires: xorg-x11-proto-devel >= 7.1-1" to sdk for numerous (52) bug
  1037. reports of drivers failing to build with mock.
  1038. * Tue May 23 2006 Adam Jackson <ajackson@redhat.com> 1.1.0-1
  1039. - Xorg 7.1 final.
  1040. * Tue May 23 2006 Mike A. Harris <mharris@redhat.com> 1.0.99.903-2
  1041. - Disable dependency on xorg-x11-drivers package, for OLPC. (#191781)
  1042. - Add "BuildRequires: freetype-devel >= 2.1.10" for bug (#192021)
  1043. * Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.903-1
  1044. - Update to 7.1RC3, plus experimental fix for fdo bug #6827.
  1045. * Mon May 01 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.902-1
  1046. - Update to 7.1RC2 plus fix for CVE 2006-1526. Disable the fastpathing
  1047. patch for fdo bug #4320 since that should be covered in the generic
  1048. Render code now.
  1049. * Mon Apr 24 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.901-6
  1050. - Backport a Render crash fix from HEAD.
  1051. * Thu Apr 13 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.901-5
  1052. - Update spiffiffity patch to only suppress move damage events for
  1053. manually redirected windows.
  1054. * Wed Apr 12 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.901-4
  1055. - Bump for rawhide build.
  1056. * Wed Apr 12 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.901-3
  1057. - Add xorg-x11-server-1.0.99.901-cow-fix.patch to fix crash when
  1058. releasing the COW.
  1059. * Tue Apr 11 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.901-2
  1060. - Bump for fc5 build.
  1061. * Sat Apr 08 2006 Adam Jackson <ajackson@redhat.com> 1.0.99.901-1
  1062. - Update to 7.1 RC1.
  1063. * Thu Apr 06 2006 Adam Jackson <ajax@redhat.com> 1.0.99.2-2
  1064. - Remove LBX to match upstream policy.
  1065. - Add Xephyr server.
  1066. * Tue Apr 04 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.2-1
  1067. - Update to 1.0.99.2 snapshot and go back to using mesa-source package.
  1068. - Drop xorg-server-1.0.99-composite-visibility.patch.
  1069. - Drop xorg-server-1.0.1-backtrace.patch.
  1070. - Drop xorg-server-0.99.3-rgb.txt-dix-config-fix.patch.
  1071. - Add xorg-server-1.0.99.2-spiffiffity.patch.
  1072. * Thu Mar 23 2006 Kristian Hテクgsberg <krh@redhat.com>
  1073. - Pass --with-dri-driver-path so we're sure to point it to the right path.
  1074. * Wed Mar 22 2006 Soren Sandmann <sandmann@redhat.com> 1.0.99.1-2
  1075. - Add xorg-server-1.0.99-composite-visibility.patch to get rid of flashing
  1076. titlebars in compositing metacity.
  1077. * Tue Mar 21 2006 Kristian Hテクgsberg <krh@redhat.com> 1.0.99.1-1
  1078. - Update to 1.0.99.1 snapshot.
  1079. * Mon Mar 06 2006 Jeremy Katz <katzj@redhat.com> 1.0.1-8
  1080. - build libxf86config with -fPIC (#181292)
  1081. - fix sgi 1600sw extra mode (#182430)
  1082. * Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 1.0.1-7
  1083. - install randrstr.h as part of sdk as required for building some drivers
  1084. * Tue Feb 21 2006 Mike A. Harris <mharris@redhat.com>
  1085. - Added xorg-server-1.0.1-backtrace.patch which enables the Xorg server's
  1086. built in backtrace support by default, as it was inadvertently disabled in
  1087. 7.0.
  1088. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.1-6.1
  1089. - bump again for double-long bug on ppc(64)
  1090. * Wed Feb 08 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-6
  1091. - Added xorg-x11-server-1.0.1-Red-Hat-extramodes.patch which is a merger of
  1092. XFree86-4.2.99.2-redhat-custom-modelines.patch and
  1093. xorg-x11-6.8.2-laptop-modes.patch from FC4 for (#180301)
  1094. - Install a copy of the vesamodes and extramodes files which contain the list
  1095. of video modes that are built into the X server, so that the "rhpxl" package
  1096. does not have to carry around an out of sync copy for itself. (#180301)
  1097. * Tue Feb 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-5
  1098. - Updated "BuildRequires: mesa-source >= 6.4.2-2" to get fix for (#176976)
  1099. * Mon Feb 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-4
  1100. - Fix brown paper bag error introduced in rpm post script in 1.0.1-4.
  1101. * Mon Feb 06 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
  1102. - Added xorg-x11-server-1.0.1-composite-fastpath-fdo4320.patch with changes
  1103. suggested by ajax to fix (fdo#4320).
  1104. - Cosmetic cleanups to satiate the banshees.
  1105. * Sun Feb 05 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
  1106. - Added xorg-x11-server-1.0.1-fbpict-fix-rounding.patch from CVS HEAD.
  1107. - Added xorg-x11-server-1.0.1-SEGV-on-null-interface.patch which prevents a
  1108. SEGV on null interfaces (#174279,178986)
  1109. * Wed Jan 18 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-1
  1110. - Updated to xserver 1.0.1 from X11R7.0
  1111. * Thu Dec 22 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-3
  1112. - Added "Provides: libxf86config-devel = %{version}-%{release}" to sdk package.
  1113. * Wed Dec 21 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-2
  1114. - Added xserver-1.0.0-parser-add-missing-headers-to-sdk.patch to provide the
  1115. necessary libxf86config.a headers to be able to use the library. (#173084)
  1116. * Sat Dec 17 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
  1117. - Updated to xserver 1.0.0 from X11R7 RC4
  1118. - Removed the following patches, which are now integrated upstream:
  1119. - xorg-server-0.99.3-rgb.txt-dix-config-fix.patch,
  1120. - xorg-server-0.99.3-fbmmx-fix-for-non-SSE-cpu.patch
  1121. - Changed manNx directories to manN to match upstream defaults.
  1122. - Added libxf86config.a to sdk subpackage.
  1123. - Updated build dependency of "mesa-libGL-devel >= 6.4.1-1"
  1124. - Added "BuildRequires: xorg-x11-font-utils >= 1.0.0-1" to be able to query
  1125. the fontdir from fontutil.pc which is implemented currently by a custom
  1126. patch.
  1127. - Enable xtrap, xcsecurity, xevie, and lbx on all builds, not just DRI builds.
  1128. - Fix sdk installation path, so that drivers can find the files again.
  1129. - Update file manifest, to deal with X server modules that have moved to
  1130. a subdir, etc.
  1131. * Mon Nov 28 2005 Kristian Hテクgsberg <krh@redhat.com>
  1132. - Add a few missing BuildRequires.
  1133. * Fri Nov 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-9
  1134. - Added "Requires: xorg-x11-drivers >= 0.99.2-4" as a dependency of the Xorg
  1135. subpackage, to ensure that anaconda installs all of the drivers during OS
  1136. installs and upgrades, as requested by Jeremy Katz.
  1137. * Fri Nov 25 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-8
  1138. - Added xorg-server-0.99.3-rgb.txt-dix-config-fix.patch which fixes the
  1139. --with-rgb-path option to actually *work*.
  1140. - Updated libdrm dep to 1.0.5
  1141. * Wed Nov 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-7
  1142. - Update xorg-x11-server-utils dep to 0.99.2-5 to ensure rgb.txt is installed
  1143. in correct location - _datadir/X11/rgb
  1144. - Added --with-rgb-path configure option to specify _datadir/X11/rgb so the
  1145. X server finds the rgb.txt database properly, for bugs (#173453, 173435,
  1146. 173428, 173483, 173734, 173737, 173594)
  1147. - Added xorg-server-0.99.3-fbmmx-fix-for-non-SSE-cpu.patch to prevent SSE/MMX
  1148. code from being activated on non-capable VIA CPU. (#173384,fdo#5093)
  1149. * Thu Nov 17 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-6
  1150. - Add the missing rpm pre script from monolithic xorg-x11 packaging,
  1151. clean it up a bit, reorder it for slight performance gain.
  1152. - Add some perl magic to pre script to remove RgbPath from xorg.conf,
  1153. in order to fix bug (#173036, 173435, 173453, 173428)
  1154. - Add more perl magic to pre script to update ModulePath to the new
  1155. location if it is specified in xorg.conf.
  1156. - Added xorg-x11-server-0.99.3-init-origins-fix.patch ported from monolithic
  1157. xorg-x11 package to fix Xinerama bug.
  1158. - Added xorg-redhat-die-ugly-pattern-die-die-die.patch to kill the ugly grey
  1159. stipple once again for bug (#173423).
  1160. - Added "BuildRequires: libdrm-devel" for DRI enabled builds.
  1161. * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-5
  1162. - Xorg server should be suid for users to be able to run startx (#173064)
  1163. * Mon Nov 14 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
  1164. - Added temporary "BuildRequires: libXfont-devel >= 0.99.2-3" and
  1165. "Requires: libXfont-devel >= 0.99.2-3" to ensure early-testers of
  1166. pre-rawhide modular X have installed the work around for (#172997).
  1167. - Added implementation specific "Requires: xkbdata" to Xorg subpackage, as
  1168. we want to ensure the xkb data files are present, but allow us the option
  1169. of easily switching implementations to "xkeyboard-config" at a future
  1170. date, if we decide to go that route.
  1171. - Re-enable _smp_mflags during build.
  1172. - Added "Requires: xorg-x11-drv-vesa" to Xorg subpackage (#173060)
  1173. * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-3
  1174. - provide Xserver
  1175. - add another requires for basic bits
  1176. * Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-2
  1177. - add some deps to the Xorg subpackage for base fonts, keyboard and mouse
  1178. drivers, and rgb.txt that the server really wont work without
  1179. * Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
  1180. - Update to xorg-server-0.99.3 from X11R7 RC2.
  1181. - Add xorg-server.m4 to sdk subpackage, and "X" symlink to Xorg subpackage.
  1182. * Thu Nov 10 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-4
  1183. - Added "Requires: xkbcomp" for Xorg server, as it invokes it internally.
  1184. * Wed Nov 09 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
  1185. - Added "BuildRequires: libXtst-devel" for Xtst examples.
  1186. * Mon Nov 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
  1187. - Added versioning to Xorg virtual Provide, to allow config tools and driver
  1188. packages to have version based requires.
  1189. * Thu Oct 27 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
  1190. - Update to xorg-server-0.99.2 from X11R7 RC1.
  1191. - Add "BuildRequires: xorg-x11-util-macros >= 0.99.1".
  1192. - Add "BuildRequires: mesa-source >= 6.4-4" for DRI builds.
  1193. - Added dmx related utilities to Xdmx subpackage.
  1194. - Individually list each X server module in file manifest.
  1195. - Hack man1 manpages to be installed into man1x.
  1196. - Add the following ./configure options --disable-dependency-tracking,
  1197. --enable-composite, --enable-xtrap, --enable-xcsecurity, --enable-xevie,
  1198. --enable-lbx, --enable-dri, --with-mesa-source, --with-module-dir,
  1199. --with-os-name, --with-os-vendor, --with-xkb-output, --disable-xorgcfg
  1200. - Added getconfig, scanpci et al to Xorg subpackage
  1201. - Added inb, inl, inw, ioport, outboutl, outw, pcitweak utils to Xorg package
  1202. conditionally, defaulting to "off". These utilities are potentially
  1203. dangerous and can physically damage hardware and/or destroy data, so are
  1204. not shipped by default.
  1205. - Added "BuildRequires: libdmx-devel" for dmx utilities
  1206. - Added "BuildRequires: libXres-devel" for Xres examples
  1207. - Added {_libdir}/xserver/SecurityPolicy to Xorg subpackage for XSECURITY
  1208. * Mon Oct 03 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050830.2
  1209. - Fix license tag to be "MIT/X11"
  1210. - Change Xdmx subpackage to Obsolete xorg-x11-Xdmx instead of xorg-x11-Xnest
  1211. * Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050830.1
  1212. - Update BuildRequires for new library package naming (libX...)
  1213. - Use Fedora Extras style BuildRoot tag
  1214. - Invoke make with _smp_mflags to take advantage of SMP systems
  1215. * Tue Aug 30 2005 Kristian Hogsberg <krh@redhat.com> 0.99.1-2.cvs20050830
  1216. - Go back to %spec -n, use new cvs snapshot that supports overriding
  1217. moduledir during make install, use %makeinstall.
  1218. - Drop %{moduledir}/multimedia globs.
  1219. * Fri Aug 26 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2.cvs20050825.0
  1220. - Added build dependency on xorg-x11-libfontenc-devel, as the build fails
  1221. half way through without it, even though upstream dependencies do not
  1222. specify it as required.
  1223. * Tue Aug 23 2005 Kristian Hogsberg <krh@redhat.com> 0.99.1-1
  1224. - Initial spec file for the modular X server.