xorg-x11-server-vl.spec 64 KB

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