system-config-display-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. Summary: A graphical interface for configuring the X Window System display
  2. Summary(ja): X ウィンドウシステムのディスプレイを設定するためのグラフィカルインタフェース
  3. Name: system-config-display
  4. Version: 1.1.3
  5. Release: 3%{?_dist_release}
  6. URL: http://fedoraproject.org/wiki/SystemConfig/Tools
  7. License: GPL
  8. ExclusiveOS: Linux
  9. Group: System Environment/Base
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildArch: noarch
  12. Source0: http://fedorahosted.org/releases/s/y/%{name}/%{name}-%{version}.tar.bz2
  13. Patch10: system-config-display-1.1.3-check-DISPLAY.patch
  14. ExcludeArch: s390 s390x
  15. BuildRequires: desktop-file-utils
  16. BuildRequires: intltool, gettext
  17. Requires: pygtk2 >= 1.99.11
  18. Requires: pygtk2-libglade
  19. Requires: python
  20. Requires: usermode >= 1.98
  21. Requires: usermode-gtk
  22. Requires: hwdata
  23. Requires: dbus-python
  24. Requires: pyxf86config >= 0.3.16
  25. Requires: rhpl >= 0.170-1
  26. Requires: rhpxl >= 0.34-1
  27. Requires: /usr/bin/Xorg
  28. Requires: metacity
  29. Requires: gtk2 >= 2.6
  30. Requires: hicolor-icon-theme
  31. %description
  32. system-config-display is a graphical application for configuring an
  33. X Window System X server display.
  34. %prep
  35. %setup -q
  36. %patch10 -p1
  37. for i in src/* ;do
  38. perl -pi -e 's|python2|python|g' $i
  39. done
  40. %build
  41. make
  42. %install
  43. rm -rf $RPM_BUILD_ROOT
  44. make INSTROOT=$RPM_BUILD_ROOT install
  45. desktop-file-install --vendor "" --delete-original \
  46. --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  47. --remove-category Application \
  48. --remove-category SystemSetup \
  49. --add-category Settings \
  50. $RPM_BUILD_ROOT%{_datadir}/applications/system-config-display.desktop
  51. chmod a-x $RPM_BUILD_ROOT%{_datadir}/system-config-display/pixmaps/*
  52. %find_lang %name
  53. %clean
  54. rm -rf $RPM_BUILD_ROOT
  55. %postun
  56. touch --no-create %{_datadir}/icons/hicolor
  57. if [ -x /usr/bin/gtk-update-icon-cache -a -e %{_datadir}/icons/hicolor ]; then
  58. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  59. fi
  60. %post
  61. touch --no-create %{_datadir}/icons/hicolor
  62. if [ -x /usr/bin/gtk-update-icon-cache -a -e %{_datadir}/icons/hicolor ]; then
  63. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  64. fi
  65. %files -f %{name}.lang
  66. %defattr(-,root,root)
  67. %{_bindir}/system-config-display
  68. %{_datadir}/system-config-display
  69. %{_datadir}/applications/*
  70. %attr(0644,root,root) %config /etc/security/console.apps/system-config-display
  71. %attr(0644,root,root) %config /etc/pam.d/system-config-display
  72. %attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-display.png
  73. %changelog
  74. * Sat Apr 23 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.3-3
  75. - rebuild for Vine 6
  76. * Mon Aug 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.3-2
  77. - add Patch10 to run on no-X environment. (<BTS:760>)
  78. * Tue Apr 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.3-1
  79. - new upstream release
  80. - remove obsolete patches
  81. * Sun Aug 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.51-2
  82. - require usermode >= 1.98
  83. * Tue Aug 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.51-1
  84. - initial build for Vine Linux
  85. * Sun Apr 06 2008 Adam Jackson <ajax@redhat.com> 1.0.51-9
  86. - scd-1.0.51-backtick.patch: Fix unicode hilarity. (#441060)
  87. * Thu Mar 27 2008 Bill Nottingham <notting@redhat.com> 1.0.51-8
  88. - don't use rhpxl.mouse any more
  89. * Mon Feb 25 2008 Adam Jackson <ajax@redhat.com> 1.0.51-7
  90. - scd-1.0.51-unkudzify.patch: Replace kudzu dependency with dbus dependency.
  91. - Fix the chmod fix from -6 to, you know, work.
  92. * Tue Feb 12 2008 Adam Jackson <ajax@redhat.com> 1.0.51-6
  93. - Clear executable bit from the icons. (#429875)
  94. * Tue Jan 22 2008 Adam Jackson <ajax@redhat.com> 1.0.51-5
  95. - scd-1.0.51-config-util.patch: Update for new usermode. (#428397)
  96. * Mon Oct 01 2007 Adam Jackson <ajax@redhat.com> 1.0.51-4
  97. - Un-Require: redhat-artwork, we don't actually require it. (#314001)
  98. * Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 1.0.51-3
  99. - Remove ppc64 from ExcludeArch.
  100. * Wed Jun 27 2007 Matthias Clasen <mclasen@redhat.com> 1.0.51-2
  101. - Fix up categories in desktop file
  102. * Wed Apr 11 2007 Adam Jackson <ajax@redhat.com> 1.0.51-1
  103. - Load the mouse and keyboard configs from the config file, so as not to
  104. clobber them. (#145316)
  105. * Wed Mar 28 2007 Jeremy Katz <katzj@redhat.com> - 1.0.50-1
  106. - start X server with a black background; we don't need xsri anymore
  107. * Thu Mar 22 2007 Adam Jackson <ajax@redhat.com> 1.0.49-1
  108. - Package review cleanups.
  109. * Mon Jan 29 2007 Adam Jackson <ajax@redhat.com>
  110. - Copy instead of rename when doing backup of xorg.conf, in case the user has
  111. it as a symlink. (#181965)
  112. * Fri Dec 15 2006 Adam Jackson <ajax@redhat.com> 1.0.48-2
  113. - Rebuild for translations.
  114. * Fri Dec 8 2006 Adam Jackson <ajax@redhat.com>
  115. - Add dist tag to Release.
  116. * Thu Dec 7 2006 Adam Jackson <ajax@redhat.com> 1.0.48-1
  117. - Import old driver list code from rhpxl. (#218241)
  118. * Wed Dec 6 2006 Adam Jackson <ajax@redhat.com> 1.0.47-1
  119. - Fail gracefully on machines with no video.
  120. * Tue Nov 21 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.46-1
  121. - Fix mnemonic for the color depth combo on the last tab (#216391)
  122. * Wed Sep 13 2006 Adam Jackson <ajackson@redhat.com> 1.0.45-1
  123. - Refresh the mode state before first paint, to give rhpxl a chance to ask
  124. RANDR for the current mode.
  125. * Mon Aug 28 2006 Adam Jackson <ajackson@redhat.com> 1.0.44-1
  126. - Unpack properly when given a refresh rate instead of a refresh range.
  127. * Fri Aug 25 2006 Adam Jackson <ajackson@redhat.com> 1.0.43-1
  128. - Drop 8bpp support.
  129. - Simplify monitor selection view.
  130. - Fix initial window sizing to be large enough for all fields.
  131. * Mon Aug 21 2006 Adam Jackson <ajackson@redhat.com> 1.0.42-1
  132. - Align lists correctly in RTL locales. (#202754)
  133. * Thu Aug 3 2006 Bill Nottingham <notting@redhat.com> 1.0.41-1
  134. - adjust to new rhpxl (<clumens@redhat.com>)
  135. - work with newer, sparser, config files
  136. - when dealing with autoprobed monitors, pull current resolution from randr
  137. * Wed Jul 26 2006 Chris Lumens <clumens@redhat.com> 1.0.38-1
  138. - Fix CHARSET in te and kn translations (#200203).
  139. - Add gettext to buildrequires.
  140. * Thu Mar 09 2006 Chris Lumens <clumens@redhat.com> 1.0.37-2
  141. - Add back spec file parts that got lost on last rebuild.
  142. * Tue Mar 07 2006 Chris Lumens <clumens@redhat.com> 1.0.37-1
  143. - Initialize monitor name label to something other than unknown if we
  144. really know what it is.
  145. * Fri Mar 03 2006 Martin Stransky <stransky@redhat.com> 1.0.36-3
  146. - added pam fix (#170625)
  147. - fix prereq (#182861, #182862)
  148. * Wed Feb 22 2006 Chris Lumens <clumens@redhat.com> 1.0.36-2
  149. - Add rhpxl to requires
  150. * Fri Jan 27 2006 Paul Nasrat <pnasrat@redhat.com> - 1.0.36-1
  151. - Rebuild for translations
  152. - Fix reconfig mode
  153. * Thu Jan 12 2006 Soren Sandmann <sandmann@redhat.com> - 1.0.35-1
  154. - Rebuild
  155. * Tue Jan 10 2006 Soren Sandmann <sandmann@redhat.com> - 1.0.34-1
  156. - Some s/rhpl/rhpxl/ type changes
  157. * Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> - 1.0.33-1
  158. - minor changes needed for modular X
  159. * Wed Sep 21 2005 Bill Nottingham <notting@redhat.com> 1.0.32-1
  160. - Fix up some leftover code that still needed migration (#168932)
  161. * Fri Sep 9 2005 Bill Nottingham <notting@redhat.com> 1.0.31-1
  162. - Adapt to new kudzu video driver probing, and new rhpl
  163. * Mon Jun 27 2005 Soren Sandmann <sandmann@redhat.com> 1.0.30-1
  164. - Add ppc64 to ExcludeArchs
  165. * Mon May 23 2005 Jeremy Katz <katzj@redhat.com> - 1.0.29-1
  166. - put scriptlets from distcvs in this specfile
  167. * Mon May 23 2005 Jeremy Katz <katzj@redhat.com> - 1.0.28-1
  168. - fix typo in cleanup leading to traceback (#157423)
  169. * Thu Apr 28 2005 Soren Sandmann <sandmann@redhat.com> 1.0.26-1
  170. - Clean up deprecation warnings (#153937)
  171. * Tue Jan 04 2005 Paul Nasrat <pnasrat@redhat.com> 1.0.25-1
  172. - Only merge hardware_state if defined (#143944)
  173. - Only print card if verbose (#143271)
  174. * Mon Nov 15 2004 Paul Nasrat <pnasrat@redhat.com> 1.0.24-1
  175. - Dual Head patch for testing thanks to Marc Andre Morissette (#136916)
  176. * Tue Oct 19 2004 Paul Nasrat <pnasrat@redhat.com> 1.0.23-1
  177. - Firstboot - re-read config so both kbd and display changes persist (#135361)
  178. * Thu Oct 14 2004 Paul Nasrat <pnasrat@redhat.com> 1.0.22-1
  179. - Depth callback patch from twaugh (#128650)
  180. * Fri Oct 01 2004 Paul Nasrat <pnasrat@redhat.com> 1.0.21-1
  181. - fix mouse traceback
  182. * Tue Sep 07 2004 Paul Nasrat <pnasrat@redhat.com> - 1.0.20-1
  183. - Refactor some stuff into rhpl
  184. - Don't override driver changes unless in reconfig (#127779)
  185. * Tue Sep 07 2004 Paul Nasrat <pnasrat@redhat.com> - 1.0.19-1
  186. - Translatable desktop
  187. - Layout changes for firstboot screen
  188. * Thu Aug 19 2004 Paul Nasrat <pnasrat@redhat.com> - 1.0.18-2
  189. - Ensure selection string translatable
  190. * Thu Aug 19 2004 Paul Nasrat <pnasrat@redhat.com> - 1.0.18-1
  191. - Monitor selection for first boot
  192. * Fri Jun 25 2004 Brent Fox <bfox@redhat.com> - 1.0.17-1
  193. - initialize self.probed_path in videocardDialog.py (bug #113695)
  194. * Wed Jun 23 2004 Brent Fox <bfox@redhat.com> - 1.0.16-1
  195. - reduce size of monitor-off.png and monitor-on.png to fit in 640x480 (bug #122142)
  196. * Mon Jun 14 2004 Brent Fox <bfox@redhat.com> - 1.0.15-2
  197. - set the text domain for xconf.py and xConfigDialog.py (bug #123494)
  198. * Wed Jun 2 2004 Alex Larsson <alexl@redhat.com> 1.0.15-1
  199. - fix --reconfig and catch some exceptions for readonly root
  200. * Tue May 25 2004 Brent Fox <bfox@redhat.com> 1.0.14-2
  201. - add BuildRequires for desktop-file-utils (bug# 124181)
  202. * Fri Apr 30 2004 Brent Fox <bfox@redhat.com> 1.0.14-1
  203. - do not write out extra XF86Config file during firstboot (bug #121729)
  204. * Tue Apr 20 2004 Brent Fox <bfox@redhat.com> 1.0.13-3
  205. - Do not write out XkbRules line to config file, as it is unnecessary to hard
  206. code the rules file, which has a built in default which should always
  207. work. (#120858)
  208. * Wed Apr 14 2004 Brent Fox <bfox@redhat.com> 1.0.13-2
  209. - update requires for new pyxf86config
  210. * Tue Apr 13 2004 Brent Fox <bfox@redhat.com> 1.0.13-1
  211. - make changes for XFree86 -> Xorg conversion
  212. * Thu Apr 8 2004 Brent Fox <bfox@redhat.com> 1.0.12-2
  213. - fix icon path (bug #120174)
  214. * Tue Mar 23 2004 Brent Fox <bfox@redhat.com> 1.0.12-1
  215. - filter out duplicate monitor entries (bug #118976)
  216. * Wed Mar 17 2004 Mike A. Harris <mharris@redhat.com> 1.0.11-1
  217. - Change Requires: XFree86 to Requires: /usr/X11R6/bin/XFree86, which is
  218. what it appears from the sources is being called. That will need to change
  219. when the server gets renamed, so it should be implemented IMHO in a way
  220. that is not hard coded. This should suffice for now however.
  221. - Changed package description to remove "XFree86" name and replace it with
  222. generic "X Window System X server" term.
  223. - Added the "via", and "voodoo" drivers that were missing to internal driver
  224. list in videocardDialog.py. The list is still missing stuff though, but
  225. those sprung to mind.
  226. - Added force-tag target to Makefile with tag -cF
  227. - Added tag target without -F to Makefile
  228. - Removed -F from archive target as that can potentially blow away an already
  229. tagged and released version from the repository if someone accidentally
  230. does a "make archive" without updating the spec file Version: field like
  231. I just about did. ;o)
  232. * Mon Mar 1 2004 Brent Fox <bfox@redhat.com> 1.0.10-1
  233. - sanity check the monitor selection (bug #112314)
  234. * Mon Mar 1 2004 Brent Fox <bfox@redhat.com> 1.0.9-3
  235. - remove Requires on system-config-mouse
  236. * Fri Feb 27 2004 Brent Fox <bfox@redhat.com> 1.0.9-2
  237. - another stab at the dual-head code
  238. * Thu Feb 26 2004 Brent Fox <bfox@redhat.com> 1.0.9-1
  239. - write out "Screen" entry for dual-head cards
  240. * Tue Feb 24 2004 Brent Fox <bfox@redhat.com> 1.0.8-1
  241. - start up metacity to make the windows look nice (bug #108206)
  242. * Thu Feb 19 2004 Brent Fox <bfox@redhat.com> 1.0.7-1
  243. - don't import rhpl.mouse in xconf.py
  244. * Tue Feb 17 2004 Brent Fox <bfox@redhat.com> 1.0.6-1
  245. - write XF86Config to the correct path (bug #115501)
  246. * Fri Jan 30 2004 Brent Fox <bfox@redhat.com> 1.0.5-1
  247. - correct naming in the spec file description
  248. * Thu Dec 4 2003 Brent Fox <bfox@redhat.com> 1.0.4-1
  249. - add code to apply changes made in the firstboot display screen
  250. * Tue Dec 2 2003 Brent Fox <bfox@redhat.com> 1.0.3-1
  251. - add code to pull display notebook page into firstboot
  252. * Thu Nov 20 2003 Brent Fox <bfox@redhat.com> 1.0.2-1
  253. - fix path problem
  254. * Wed Nov 19 2003 Brent Fox <bfox@redhat.com> 1.0.1-1
  255. - rename from redhat-config-xfree86 to system-config-display
  256. - add Obsoletes for redhat-config-xfree86
  257. - make changes for Python2
  258. * Thu Oct 23 2003 Brent Fox <bfox@redhat.com> 0.9.15-1
  259. - work around cards with no driver entries (bug #106501)
  260. * Thu Oct 23 2003 Brent Fox <bfox@redhat.com> 0.9.14-1
  261. - check length of list before removing items (bug #107790)
  262. * Thu Oct 16 2003 Brent Fox <bfox@redhat.com> 0.9.13-1
  263. - allow dualhead to be disabled (bug #107261)
  264. * Wed Oct 15 2003 Brent Fox <bfox@redhat.com> 0.9.12-1
  265. - fix bug #106884 for real this time
  266. * Tue Oct 14 2003 Brent Fox <bfox@redhat.com> 0.9.11-1
  267. - package lightrays.png inside redhat-config-xfree86
  268. * Mon Oct 13 2003 Brent Fox <bfox@redhat.com> 0.9.10-1
  269. - make sure current is initialized (bug #106884)
  270. * Mon Oct 6 2003 Brent Fox <bfox@redhat.com> 0.9.9-3
  271. - add a Requires for XFree86 (bug #105992)
  272. * Mon Oct 6 2003 Brent Fox <bfox@redhat.com> 0.9.9-2
  273. - finish up the dual-head code
  274. - catch case of having no layout options
  275. * Thu Oct 2 2003 Brent Fox <bfox@redhat.com> 0.9.9-1
  276. - first stab at multihead code
  277. - commit some additional monitor icons
  278. * Thu Aug 14 2003 Brent Fox <bfox@redhat.com> 0.9.8-1
  279. - tag on every build
  280. * Thu Jun 5 2003 Brent Fox <bfox@redhat.com> 0.9.7-1
  281. - see if we have the name for an unprobed monitor
  282. * Tue Jun 3 2003 Brent Fox <bfox@redhat.com> 0.9.6-1
  283. - only offer the resolutions that we know to be reasonable for the selected monitor (bug #88269)
  284. * Fri May 30 2003 Brent Fox <bfox@redhat.com> 0.9.5-1
  285. - big UI changes
  286. - make room in the UI for multihead stuff
  287. * Wed May 28 2003 Brent Fox <bfox@redhat.com> 0.7.6-1
  288. - add an ExcludeArch for s390 and s390x (bug #91811)
  289. * Fri May 23 2003 Brent Fox <bfox@redhat.com> 0.7.5-1
  290. - turn on horizontal scrolling in videocard window
  291. - initialize dpi measurement option menu correctly (bug #90190)
  292. * Wed May 21 2003 Michael Fulbright <msf@redhat.com> 0.7.4-1
  293. - converted to use new way of representing Generic monitors in MonitorsDB
  294. * Tue Feb 4 2003 Brent Fox <bfox@redhat.com> 0.7.3-2
  295. - paint the background with lightrays.png
  296. * Thu Jan 30 2003 Brent Fox <bfox@redhat.com> 0.7.3-1
  297. - bump and build
  298. * Tue Jan 21 2003 Brent Fox <bfox@redhat.com> 0.7.2-3
  299. - add closing parenthesis (bug #80398)
  300. * Mon Jan 20 2003 Brent Fox <bfox@redhat.com> 0.7.2-2
  301. - iterate through available video cards until one works
  302. - clean up the output
  303. * Fri Jan 17 2003 Brent Fox <bfox@redhat.com> 0.7.1-6
  304. - make monitor dialog a little larger and allow horz. scrolling (bug #82112)
  305. * Tue Jan 14 2003 Brent Fox <bfox@redhat.com> 0.7.1-5
  306. - fixed desktop file icon
  307. * Thu Jan 9 2003 Jeremy Katz <katzj@redhat.com> 0.7.1-4
  308. - import rhpl.monitor
  309. * Mon Jan 6 2003 Brent Fox <bfox@redhat.com> 0.7.1-3
  310. - try to read the XMOUSETYPE from /etc/sysconfig/mouse (bug #74992)
  311. * Sun Jan 5 2003 Brent Fox <bfox@redhat.com> 0.7.1-2
  312. - fix the dialog centering code
  313. - connect the resolution menu to update_ui so the screenshot gets refreshed
  314. * Sun Jan 5 2003 Brent Fox <bfox@redhat.com> 0.7.1-1
  315. - change radio buttons to OptionMenus
  316. * Fri Jan 3 2003 Brent Fox <bfox@redhat.com> 0.7.0-6
  317. - default to us keyboard if /etc/sysconfig/keyboard contains a keyboard unknown to rhpl (bug #80993)
  318. * Sun Dec 22 2002 Brent Fox <bfox@redhat.com> 0.7.0-5
  319. - change xconfig.comment to reflect that redhat-config-xfree86 made the change
  320. * Fri Dec 20 2002 Brent Fox <bfox@redhat.com> 0.7.0-4
  321. - call mouse.read() if probing didn't return a valid DEVICE info (bug #80115)
  322. - import string in videocardDialog.py
  323. - pass hardware_state into VideocardDialog
  324. * Thu Dec 19 2002 Brent Fox <bfox@redhat.com> 0.7.0-2
  325. - made some ui cleanups that keeps the dialog from resizing while changing resolutions
  326. - removed all the autoconf stuff and replaced it with simpler Makefile and spec file
  327. - rebuild for completeness
  328. * Fri Dec 13 2002 Brent Fox <bfox@redhat.com> 0.7.0-1
  329. - pulled the classes out into their own files to make it more understandable
  330. * Tue Nov 12 2002 Michael Fulbright <msf@redhat.com> 0.6.9-1
  331. - migrated to new rhpl based backend
  332. * Tue Nov 5 2002 Alexander Larsson <alexl@redhat.com>
  333. - Fixed some small bugs
  334. * Thu Sep 5 2002 Alexander Larsson <alexl@redhat.com>
  335. - Require pygtk2-libglade
  336. * Fri Aug 30 2002 Jeremy Katz <katzj@redhat.com> 0.6.6-1
  337. - create /etc/X11/X symlink (#73108)
  338. * Wed Aug 28 2002 Alexander Larsson <alexl@redhat.com> 0.6.5-1
  339. - Fix DRI state changes. (#72255)
  340. * Tue Aug 27 2002 Alexander Larsson <alexl@redhat.com> 0.6.4-1
  341. - Fix XF86Option typo (#72243)
  342. * Mon Aug 26 2002 Alexander Larsson <alexl@redhat.com> 0.6.3-1
  343. - Fixes bug #72456
  344. * Fri Aug 23 2002 Alexander Larsson <alexl@redhat.com> 0.6.2-1
  345. - Fixed part of Bug #72275, the rest is in Gtk+.
  346. * Wed Aug 21 2002 Preston Brown <pbrown@redhat.com> 0.6.1-1
  347. - fixed starting tool when XF86Config is corrupt (#71461)
  348. * Fri Aug 9 2002 Alexander Larsson <alexl@redhat.com> 0.6.0-1
  349. - Add 640x480 to list of resolutions
  350. - Kluge around treeview horizontal scroll bug in videocard dialog
  351. - set textdomain everywhere it is needed to make i18n work
  352. - Try --reconfig if starting an xserver with the current config file doesn't work.
  353. - Tell gdm to restart server on logout after we write the config file.
  354. * Tue Aug 6 2002 Preston Brown <pbrown@redhat.com> 0.5.2-1
  355. - output to XF86Config (not XF86Config-4) when using --reconfig
  356. * Fri Jul 19 2002 Alexander Larsson <alexl@redhat.com>
  357. - Obsolete Xconfigurator
  358. * Wed Jun 26 2002 Alexander Larsson <alexl@redhat.com> 0.3.1-1
  359. - Updated to use configure
  360. * Mon Jun 17 2002 Alexander Larsson <alexl@redhat.com>
  361. - Bumped version to 0.3.0
  362. * Thu May 30 2002 Alex Larsson <alexl@redhat.com>
  363. - Bumped to 0.2.2
  364. * Tue May 28 2002 Alex Larsson <alexl@redhat.com>
  365. - Update to version 0.2.0
  366. * Thu Apr 11 2002 Alex Larsson <alexl@redhat.com> 0.1.0-1
  367. - Initial release
  368. * Tue Apr 9 2002 Alex Larsson <alexl@redhat.com>
  369. - Initial specfile