xorg-x11-server-vl.spec 62 KB

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