xorg-x11-server-vl.spec 59 KB

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