xorg-x11-server-vl.spec 66 KB

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