xorg-x11-server-vl.spec 60 KB

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