control-center-vl.spec 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995
  1. %define pango_version 1.40.0
  2. %define gtk3_version 3.20.0
  3. %define gnome_desktop3_version 3.20.0
  4. %define libgnomekbd_version 3.6.0
  5. %define desktop_file_utils_version 0.3
  6. %define startup_notification_version 0.7
  7. %define libxklavier_version 5.0
  8. %define gnome_doc_utils_version 0.20
  9. %define gnome_menus_version 3.8.0
  10. %define vine_menus_version 3.0
  11. %define evolution_data_server_version 3.20.0
  12. %define libcanberra_version 0.9
  13. %define usermode_version 1.83
  14. %define libnotify_version 0.7.3
  15. %define nm_version 0.9.8
  16. %define mm_version 0.7.0
  17. %define _unpackaged_files_terminate_build 1
  18. Summary: GNOME Control Center.
  19. Summary(ja): GNOME コントロールセンター
  20. Name: control-center
  21. Version: 3.30.3
  22. Release: 2%{?_dist_release}
  23. Group: User Interface/Desktops
  24. Vendor: Project Vine
  25. Distribution: Vine Linux
  26. Packager: inagaki, daisuke
  27. License: GPLv2+ and GFDL+
  28. URL: http://www.gnome.org
  29. Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-control-center/3.30/gnome-control-center-%{version}.tar.xz
  30. Patch0: fix-segv.patch
  31. # patch for Vine
  32. Patch1000: 0001-disable-NTP-and-auto-timezone.patch
  33. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  34. Obsoletes: gnome, control-center-devel < 2.0
  35. Obsoletes: fontilus, themus
  36. Provides: gnome-control-center = %{version}-%{release}
  37. Provides: gnome-volume-manager < 2.25
  38. Obsoletes: gnome-volume-manager < 2.25
  39. Requires: usermode >= %{usermode_version}
  40. Requires: gnome-settings-daemon
  41. Requires: gnome-icon-theme
  42. Requires: gnome-desktop3 >= %{gnome_desktop3_version}
  43. Requires: dbus-x11
  44. Requires: apg
  45. Requires(post,postun): desktop-file-utils shared-mime-info gtk3
  46. BuildRequires: meson
  47. BuildRequires: gnome-common
  48. BuildRequires: pango-devel >= %{pango_version}
  49. BuildRequires: gtk3-devel >= %{gtk3_version}
  50. BuildRequires: gnome-desktop3-devel >= %{gnome_desktop3_version}
  51. BuildRequires: libgnomekbd-devel >= %{libgnomekbd_version}
  52. BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
  53. BuildRequires: startup-notification-devel >= %{startup_notification_version}
  54. BuildRequires: libxklavier-devel >= %{libxklavier_version}
  55. BuildRequires: gnome-menus-devel >= %{gnome_menus_version}
  56. BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
  57. BuildRequires: evolution-data-server-devel >= %{evolution_data_server_version}
  58. BuildRequires: gnome-settings-daemon-devel
  59. BuildRequires: libcanberra-gtk3-devel >= %{libcanberra_version}
  60. BuildRequires: nautilus-devel
  61. BuildRequires: alsa-lib-devel
  62. BuildRequires: autoconf
  63. BuildRequires: gettext-devel
  64. BuildRequires: librsvg2-devel
  65. BuildRequires: libXScrnSaver-devel
  66. #BuildRequires: libXxf86misc-devel
  67. BuildRequires: libSM-devel
  68. BuildRequires: unique3-devel
  69. BuildRequires: polkit-devel
  70. BuildRequires: libgtop2-devel
  71. BuildRequires: upower-devel
  72. BuildRequires: pulseaudio-libs-devel
  73. BuildRequires: cups-devel
  74. BuildRequires: cheese-devel
  75. BuildRequires: grilo-devel >= 0.3.0
  76. BuildRequires: gstreamer-plugins-base-devel
  77. BuildRequires: gnome-online-accounts-devel
  78. BuildRequires: colord-devel
  79. BuildRequires: colord-gtk-devel
  80. BuildRequires: NetworkManager-libnm-devel >= %{nm_version}
  81. BuildRequires: libnma-devel
  82. BuildRequires: ModemManager-glib-devel >= %{mm_version}
  83. BuildRequires: libnotify-devel >= %{libnotify_version}
  84. BuildRequires: libwacom-devel
  85. BuildRequires: libpwquality-devel
  86. BuildRequires: ibus-devel
  87. BuildRequires: accountsservice-devel
  88. BuildRequires: libsmbclient-devel
  89. BuildRequires: eudev-libgudev1-devel
  90. BuildRequires: gnome-bluetooth-devel
  91. BuildRequires: libappstream-glib-devel
  92. BuildRequires: udisks2-devel
  93. BuildRequires: chrpath
  94. %description
  95. GNOME (the GNU Network Object Model Environment) is an attractive and
  96. easy-to-use GUI desktop environment. The control-center package
  97. provides the GNOME Control Center utilities that allow you to setup
  98. and configure your system's GNOME environment (things like the desktop
  99. background and theme, the screensaver, the window manager, system
  100. sounds, and mouse behavior).
  101. If you install GNOME, you need to install control-center.
  102. %description -l ja
  103. GNOME (the GNU Network Object Model Environment) は、魅力的で使いやすい
  104. GUI デスクトップ環境です。 control-center パッケージには、あなたの GNOME
  105. 環境の設定に使う GNOME コントロールセンター・ユーティリティが含まれていま
  106. す。(これを使うと、デスクトップの壁紙や、テーマ、スクリーンセーバ、ウィン
  107. ドウマネージャ、サウンド、マウス、その他いろいろな設定を行えます。)
  108. %package devel
  109. Summary: Development files for GNOME Control Center
  110. Summary(ja): GNOME コントロールセンターの開発用ファイル
  111. Group: Development/Libraries
  112. Requires: %{name} = %{version}-%{release}
  113. %description devel
  114. Development tool for GNOME Control Center
  115. %descriotion -l ja devel
  116. GNOME コントロールセンターの開発用ファイルが含まれています。
  117. %prep
  118. %setup -q -n gnome-control-center-%{version}
  119. %autopatch -p1
  120. %build
  121. %meson \
  122. -Dwayland=false
  123. %meson_build
  124. %install
  125. rm -rf $RPM_BUILD_ROOT
  126. %meson_install
  127. desktop-file-install --delete-original \
  128. --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  129. --add-only-show-in GNOME \
  130. $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
  131. # We do want this
  132. mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
  133. # We don't want these
  134. rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/autostart
  135. rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/cursor-fonts
  136. # Remove rpath
  137. chrpath --delete $RPM_BUILD_ROOT%{_bindir}/gnome-control-center
  138. %find_lang %{name} --all-name --with-gnome
  139. %clean
  140. rm -rf $RPM_BUILD_ROOT
  141. %post
  142. /sbin/ldconfig
  143. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  144. update-mime-database %{_datadir}/mime > /dev/null
  145. touch --no-create %{_datadir}/icons/hicolor
  146. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  147. /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
  148. fi
  149. %postun
  150. /sbin/ldconfig
  151. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  152. update-mime-database %{_datadir}/mime > /dev/null
  153. touch --no-create %{_datadir}/icons/hicolor
  154. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  155. /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
  156. fi
  157. %files -f %{name}.lang
  158. %defattr(-, root, root)
  159. %license COPYING
  160. %doc NEWS README.md
  161. %{_bindir}/gnome-control-center
  162. %{_libexecdir}/cc-remote-login-helper
  163. %{_libexecdir}/gnome-control-center-search-provider
  164. %dir %{_datadir}/gnome/wm-properties
  165. %dir %{_datadir}/gnome-control-center
  166. %{_datadir}/metainfo/gnome-control-center.appdata.xml
  167. %{_datadir}/applications/*
  168. %dir %{_datadir}/bash-completion
  169. %dir %{_datadir}/bash-completion/completions
  170. %{_datadir}/bash-completion/completions/gnome-control-center
  171. %{_datadir}/dbus-1/services/org.gnome.ControlCenter.SearchProvider.service
  172. %{_datadir}/dbus-1/services/org.gnome.ControlCenter.service
  173. %{_datadir}/gnome-control-center/icons
  174. %{_datadir}/gnome-control-center/keybindings
  175. %{_datadir}/gnome-control-center/pixmaps
  176. %{_datadir}/gnome-control-center/sounds
  177. %{_datadir}/gnome-shell/search-providers/gnome-control-center-search-provider.ini
  178. %{_datadir}/icons/*
  179. %{_datadir}/pixmaps/*
  180. %{_datadir}/polkit-1/actions/org.gnome.controlcenter.datetime.policy
  181. %{_datadir}/polkit-1/actions/org.gnome.controlcenter.remote-login-helper.policy
  182. %{_datadir}/polkit-1/actions/org.gnome.controlcenter.user-accounts.policy
  183. %{_datadir}/polkit-1/rules.d/gnome-control-center.rules
  184. %{_datadir}/glib-2.0/schemas/org.gnome.ControlCenter.gschema.xml
  185. %{_datadir}/sounds/*
  186. %dir %{_datadir}/gettext
  187. %dir %{_datadir}/gettext/its
  188. %{_datadir}/gettext/its/*
  189. %files devel
  190. %defattr(-, root, root)
  191. %{_datadir}/pkgconfig/*
  192. %changelog
  193. * Mon Jul 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.3-2
  194. - added Patch0 to fix segmentation fault.
  195. * Thu May 16 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.3-1
  196. - new upstream release.
  197. - rebuilt with libgtop2-2.40.0.
  198. - dropped Patch1001.
  199. * Fri Jan 04 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.30.2-1
  200. - new upstream release.
  201. - dropped all Patches.
  202. - added Patch1000.
  203. - added Patch1001.
  204. * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.1-1
  205. - new upstream release
  206. - update Patch1001 (control-center-3.20.0-disable-bluetooth.patch)
  207. * Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.2-1
  208. - new upstream release
  209. - remove Patch0
  210. * Fri Nov 06 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
  211. - new upstream release
  212. - add Patch0 (control-center-3.18.1-sharing-panel-desktop.patch)
  213. - add Patch1001 (control-center-3.18.1-disable-bluetooth.patch)
  214. * Sun Jul 26 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.3-1
  215. - new upstream release
  216. * Mon Jul 06 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-2
  217. - fix typo
  218. * Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
  219. - new upstream release
  220. * Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
  221. - new upstream release
  222. * Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
  223. - new upstream release
  224. * Sun Nov 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-2
  225. - add Patch1000 (control-center-3.14.2-datetime-vine.patch)
  226. * Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
  227. - new upstream release
  228. * Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
  229. - new upstream release
  230. * Sun Sep 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-3
  231. - rebuild with upower-0.99.1
  232. * Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-2
  233. - rebuild with libgtop2-2.30.0
  234. * Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
  235. - new upstream release
  236. * Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
  237. - new upstream release
  238. - add BuildRequires: grilo-devel
  239. * Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
  240. - new upstream release
  241. - remove Patch0 (gnome-control-center-3.10.1-test-chooser-dialog.patch)
  242. * Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
  243. - new upstream release
  244. - add BuildRequires: NetworkManager-glib-devel, ModemManager-glib-devel, libsmbclient-devel
  245. - add Patch0 (gnome-control-center-3.10.1-test-chooser-dialog.patch)
  246. * Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.4.1-1
  247. - new upstream release
  248. * Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
  249. - new upstream release
  250. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
  251. - new upstream release
  252. - remove Patch0 (control-center-3.8.1-git20130424.patch)
  253. * Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-2
  254. - add Patch1 (control-center-3.8.1-gpermission.patch)
  255. * Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
  256. - new upstream release
  257. - remove BuildRequires: gnome-panel-devel, metacity-devel
  258. - change BuildRequires: libnm-gtk-devel instead of NetworkManager-gtk-devel
  259. - add BuildRequires: colord-gtk-devel, accountsservice-devel, gnome-online-accounts-devel
  260. - add Patch0 (control-center-3.8.1-git20130424.patch)
  261. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
  262. - new upstream release
  263. * Tue Oct 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
  264. - new upstream release
  265. * Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
  266. - new upstream release
  267. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  268. - new upstream release
  269. - add BuildRequires: libpwquality-devel
  270. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
  271. - new upstream release
  272. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  273. - new upstream release
  274. - remove BuildRequires: GConf2-devel, libbonobo-devel
  275. - add BuildRequires: libwacom-devel
  276. * Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
  277. - new upstream release
  278. * Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  279. - new upstream release
  280. * Mon Oct 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-2
  281. - rebuild with NetworkManager-0.9
  282. - change BuildRequires: NetworkManager-gtk-devel instead of NetworkManager-glib-devel
  283. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  284. - new upstream release
  285. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  286. - new upstream release
  287. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
  288. - new upstream release
  289. - remove Patch0
  290. * Mon Aug 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
  291. - new upstream release
  292. - add BuildRequires: libnotify-devel
  293. - add Patch0 (control-center-3.1.5-crash-layout.patch)
  294. * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
  295. - new upstream release
  296. - change BuildRequires: gtk3-devel instead of gtk2-devel
  297. - change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
  298. - change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
  299. - change BuildRequires: unique3-devel instead of unique-devel
  300. - add BuildRequires: libXxf86misc-devel, libSM-devel, polkit-devel, libgtop2-devel, upower-devel,
  301. pulseaudio-libs-devel, cups-devel, cheese-devel, gstreamer-plugins-base-devel,
  302. gnome-online-accounts-devel, colord-devel, NetworkManager-glib-devel
  303. - add Requires: apg
  304. - drop all Patches
  305. - add Provides: and Obsoletes: gnome-volume-manager
  306. * Mon Mar 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.1-2
  307. - update desktop-effect-integration patch
  308. - fix freeze on changing metacity to compiz
  309. - run compiz directly instead of compiz-gtk
  310. - drop use of jockey-gtk
  311. - update ja.po
  312. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
  313. - new upstream release
  314. * Sat Nov 06 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.0-4
  315. - update translation.
  316. * Fri Nov 05 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.0-3
  317. - update translation.
  318. * Sat Oct 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
  319. - update Source21(gnome-control-center-2.32.0-vine.ja.po)
  320. * Mon Oct 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  321. - new upstream release
  322. - drop Patch22, Patch30, Patch52
  323. - fix %files
  324. * Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.1-4
  325. - rebuilt with rpm-4.8.1 for pkg-config (too)
  326. * Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-3
  327. - rebuild with rpm-4.8.1 for pkg-config file
  328. - add Requires: %{name}=%{version}-%{release}
  329. * Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
  330. - rebuild with evolution-data-server-2.30.2
  331. * Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
  332. - new upstream release
  333. * Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  334. - new upstream release
  335. - drop Patch3, Patch46, Patch50, Patch51, Patch53, Patch54, Patch112
  336. - add BuildRequires: gnome-common, unique-devel
  337. * Thu Dec 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.1-2
  338. - enable Patch101,110-112 and 500
  339. * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
  340. - new upstream release
  341. - disabled Patch101, 110-112 and 500
  342. * Fri Jul 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-9
  343. - update notification-theme.patch
  344. - use vine theme if NotificationTheme is not set in meta-theme.
  345. * Tue Jun 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-8
  346. - add Patch510: use Sans for font-properties sample font.
  347. - add BR: librsvg2-devel, libXScrnSaver-devel
  348. - remove BR: esound
  349. * Sat Jun 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-7
  350. - add Patch37: Don't rely on _BACKUP property for xkb initialization
  351. * Wed May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-6
  352. - renumber patch10 to patch1010
  353. - do not check gdm fprint plugin
  354. - add Patch101: show aspect in drop down menu
  355. - add Patch110: modify gnome-mouse-properties to fit smaller screen
  356. - add Patch111: modify gnome-about-me to fit smaller screen
  357. - add Patch112: modify gnome-display-properties to fit smaller screen
  358. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-5
  359. - update Patch100 to use compiz-gtk instead of compiz
  360. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-4
  361. - update ja.po
  362. * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
  363. - import upstream patchs (10,22,3[0-6])
  364. * Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
  365. - add nautilus-devel to BR: not Requires:
  366. * Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  367. - new upstream release
  368. - update ja.po
  369. - add BR: nautilus-devel
  370. * Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-3
  371. - drop Patch20 which need new XInput API
  372. - update Patch23
  373. * Sat Oct 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-2
  374. - add Patch20,22.23 from ubuntu
  375. - patch20 to add touchpad configuration
  376. - patch22 to add aspect setting in randr capplet
  377. - patch23 to integrate desktop setting into appearance-properties
  378. * Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-1
  379. - new upstream release
  380. * Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  381. - new upstream release
  382. * Thu Jul 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2.1-3
  383. - add gnome-typing-monitor to %%files
  384. * Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2.1-2
  385. - add Patch100 for new RandR capplet. (fc)
  386. * Sat Jun 7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2.1-1
  387. - new upstream release
  388. - dropped Patch8 (merged into upstream)
  389. * Sat Apr 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
  390. - new upstream release
  391. - added Patch7 and Patch8 from Fedora
  392. * Mon Mar 31 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-3
  393. - Fix warnings in the keybindings capplet when in non-UTF-8 locale
  394. - Fix Esc/Backspace being bindable when CapsLock is on (#427123)
  395. * Tue Apr 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-2
  396. - Remove a nonfunctional button from the a11y preferences
  397. - added BuildRequires: gnome-settings-daemon, gnome-panel
  398. - added Requires: gnome-icon-theme, gnome-desktop, dbus-x11
  399. - removed Requires: xscreensaver
  400. * Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  401. - new upstream release based on Fedora
  402. - added BuildRequires: gnome-settings-daemon
  403. * Tue Jan 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
  404. - new upstream release based on Fedora
  405. * Wed Oct 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-5
  406. - Fix the orca command in the default applications capplet (#351471)
  407. * Sat Jul 14 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0-0vl4
  408. - add BuildReq: libgnomekbd-devel
  409. * Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl3
  410. - rebuilt with evolution-data-server-devel-1.10.1
  411. * Fri May 11 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0-0vl2
  412. - add BuildReq: evolution-data-server-devel
  413. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
  414. - new upstream release
  415. - remove unneeded? patch10
  416. * Sun Oct 22 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.14.2-0vl2
  417. - added Patch10 to supress /dev/pmu warning messages on some ppc models
  418. * Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
  419. - new upstream release
  420. * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
  421. - new upstream release
  422. * Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
  423. - run gtk-update-icon-cache in %%post script.
  424. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
  425. - new upstream release
  426. - drop Patch10,it is merged in upstream
  427. * Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.93-0vl2
  428. - add Patch10 for correct textdomain name in
  429. default-applications-properties(Bug332833)
  430. - add Patch100 for change default-applications settings for vine
  431. * Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.93-0vl1
  432. - new upstream release
  433. * Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
  434. - new upstream release
  435. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  436. - new upstream release
  437. * Wed Aug 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
  438. - new upstream release
  439. - enable alsa support
  440. * Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
  441. - new upstream release
  442. * Thu Mar 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl4
  443. - fixed type in %%post script
  444. * Wed Mar 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl3
  445. - clear the old defaults of xkb
  446. * Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
  447. - remove bonobo-activation dependency
  448. * Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  449. - new upstream version
  450. * Sun Feb 27 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2-0vl1
  451. - new upstream release
  452. - add Japanese summay to devel package
  453. * Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
  454. - new upstream release
  455. * Sat Mar 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl3
  456. - modify patch11 to use NeoVine theme instead of BeCool.
  457. * Wed Dec 24 2003 Tomoya TAKA <taka@vinelinux.org> 2.4.0-0vl2
  458. - rebuild with new toolchain
  459. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  460. - new upstream release
  461. - remove obsolete ja.po
  462. * Sat Sep 06 2003 Tomoya TAKA <taka@vinelinux.org> 2.3.6-0vl2
  463. - change required version of metacity to 2.4.34 on alpha
  464. * Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.6-0vl1
  465. - new upstream release
  466. * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-0vl1
  467. - new upstream release
  468. * Sun May 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl3
  469. - add more missing files and schemas...
  470. * Sun May 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl2
  471. - add missing file in %{_libdir}/gnome-vfs-2.0/
  472. * Sat May 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl1
  473. - new upstream release
  474. - this is experimental version
  475. - remove sr@Latn locale from desktop files to build with desktop-file-utils-0.3
  476. * Sun Mar 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
  477. - new upstream release
  478. * Sat Mar 1 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl3
  479. - import patch6 (upstream paches) from rawhide package.
  480. * Tue Feb 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl2
  481. - import patch1-5 (upstream paches) from rawhide package.
  482. * Sun Feb 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl1
  483. - new upstream release
  484. * Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
  485. - rebuild
  486. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  487. - new upstream release
  488. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl1
  489. - new upstream release
  490. * Sun Jan 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1
  491. - new upstream release
  492. * Wed Jan 8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl7
  493. - change default gtk1 theme from Raleigh to BeCool.
  494. * Wed Jan 8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl6
  495. - add BuildRequires/Requires.
  496. - fixed kanjicode of specfile
  497. * Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl5
  498. - remove bogus message in %%post scripts.
  499. * Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl4
  500. - add patch10 to modify some desktop files
  501. - update ja.po
  502. * Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl3
  503. - update ja.po
  504. * Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
  505. - update ja.po
  506. * Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
  507. - new upstream release
  508. * Sun Dec 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl3
  509. - add devel package
  510. - add window-manager-settings files.
  511. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl2
  512. - modify dependancies.
  513. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl1
  514. - build for Vine Linux
  515. - new upstream release from gnome-2.1.4
  516. * Thu Sep 5 2002 Jonathan Blandford <jrb@redhat.com>
  517. - Allow setting custom mime handlers
  518. * Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
  519. - make desktop file symlinks absolute #71991
  520. - add po files from cvs.gnome.org
  521. * Fri Aug 23 2002 Jonathan Blandford <jrb@redhat.com>
  522. - Fix up keyboard handling
  523. * Wed Aug 21 2002 Jonathan Blandford <jrb@redhat.com>
  524. - Fixes for #68735
  525. * Wed Aug 7 2002 Jonathan Blandford <jrb@redhat.com>
  526. - New version. Fix up metacity theme locations
  527. * Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
  528. - Switch the gtk1 theme along with the gtk2 theme
  529. - Add the ability to switch the window manager theme through the theme capplet
  530. - Add two more font options to the font property dialog
  531. - Add a bunch of missing unrefs of the result of gconf_client_get_default()
  532. * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
  533. - fix desktop files more
  534. - copy icons to /usr/share/pixmaps
  535. * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
  536. - munge the desktop files correctly
  537. - obsolete control-center-devel, #69168
  538. - replace gnomecc.desktop with a file from redhat-menus
  539. * Tue Jul 23 2002 Owen Taylor <otaylor@redhat.com>
  540. - Fix crasher bug in xftprefs patch
  541. * Tue Jul 16 2002 Owen Taylor <otaylor@redhat.com>
  542. - Change the default rendering style to be "Best Shapes", not "Best Contrast"
  543. * Tue Jul 9 2002 Owen Taylor <otaylor@redhat.com>
  544. - Add Xft / XSETTINGS support
  545. * Fri Jun 28 2002 Bill Nottingham <notting@redhat.com> 2.0.0-2
  546. - fix %%post so schemas get installed
  547. * Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
  548. - 2.0.0
  549. - add new default editor schemas
  550. - fix find_lang
  551. * Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
  552. - rebuild for new libraries
  553. - remove a no-longer-existing schemas file from post
  554. - use desktop-file-install
  555. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  556. - rebuild in different environment
  557. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  558. - rebuild with new dependent libs
  559. * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
  560. - rebuild in different environment
  561. * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
  562. - rebuild in different environment
  563. - build requires bonobo-activation
  564. * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
  565. - 1.99.10
  566. * Fri May 3 2002 Havoc Pennington <hp@redhat.com>
  567. - 1.99.9
  568. * Wed Apr 17 2002 Havoc Pennington <hp@redhat.com>
  569. - Move to GNOME 2 version
  570. * Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
  571. - merge in translations
  572. * Fri Apr 12 2002 Owen Taylor <otaylor@redhat.com>
  573. - Make the theme selector write fontsets, not fonts (#62413)
  574. * Mon Apr 1 2002 Havoc Pennington <hp@redhat.com>
  575. - really put screensaver capplet back (I think)
  576. * Wed Mar 27 2002 Bill Nottingham <notting@redhat.com>
  577. - revert xscreensaver change
  578. * Wed Mar 27 2002 Havoc Pennington <hp@redhat.com>
  579. - init "Scaled" radio button correctly #61913
  580. * Mon Mar 25 2002 Havoc Pennington <hp@redhat.com>
  581. - change path to windowmaker config tool again, #61824
  582. * Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
  583. - rather than keep patching and patching it, use xscreensaver's own
  584. capplet
  585. * Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
  586. - rebuild in Hampton
  587. * Wed Jan 30 2002 Jonathan Blandford <jrb@redhat.com>
  588. - Rebuild package.
  589. * Thu Jan 24 2002 Tim Powers <timp@redhat.com>
  590. - rebuilt against new openssl
  591. * Fri Jan 18 2002 Havoc Pennington <hp@redhat.com>
  592. - automake14
  593. - don't run auto* again in ccsingle subdir, not sure why we did that
  594. * Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
  595. - rebuild with new gnome-libs so that libcapplet has right cflags/libs
  596. - pixbufflags patch to make the rebuild work
  597. - compileflags patch to make control-center-single work
  598. * Wed Aug 29 2001 Havoc Pennington <hp@redhat.com>
  599. - fix #52831 (UI properties in Programs menu)
  600. * Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
  601. - Add po files from sources.redhat.com
  602. * Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
  603. - set the _XROOTCOLOR_PIXEL property, should fix
  604. bug #52141
  605. * Wed Aug 22 2001 Yukihiro Nakai <ynakai@redhat.com>
  606. - Update translation.
  607. - Add CJK fontset patch
  608. * Thu Aug 16 2001 Jonathan Blandford <jrb@redhat.com>
  609. - New control-center-single to handle exiting, #51665
  610. * Wed Aug 01 2001 Havoc Pennington <hp@redhat.com>
  611. - remove .desktop file for gnomecc, so it won't appear
  612. in panel menu, #49653
  613. * Mon Jul 30 2001 Jonathan Blandford <jrb@redhat.com>
  614. - allow to build without depending on control-center-devel
  615. * Mon Jul 23 2001 Jonathan Blandford <jrb@redhat.com>
  616. - Add BuildRequires
  617. * Mon Jul 16 2001 Jonathan Blandford <jrb@redhat.com>
  618. - New version of control-center-single
  619. * Thu Jul 12 2001 Alexander Larsson <alexl@redhat.com>
  620. - Change default background to the same as the nautilus one
  621. * Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
  622. - add hack to default to standalone control panels
  623. * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
  624. - Bump release + rebuild.
  625. * Tue May 22 2001 Havoc Pennington <hp@redhat.com>
  626. - putting in tree for David
  627. * Tue May 22 2001 David Sainty <dsainty@redhat.com>
  628. - improve DPMS patch for the try case, and enable patch
  629. * Wed May 2 2001 Bill Nottingham <notting@redhat.com>
  630. - add patch to use xscreensaver's DPMS stuff, require that version
  631. * Fri Apr 20 2001 <jrb@redhat.com>
  632. - New Version (1.4.0.1)
  633. * Wed Apr 4 2001 Bill Nottingham <notting@redhat.com>
  634. - kick the mixer once on startup if we aren't running esd
  635. * Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
  636. - translations
  637. * Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
  638. - Rebuild for GTK+-1.2.9 include paths
  639. * Fri Feb 23 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
  640. - langify
  641. - don't define and use "ver" at the top of the file
  642. - move changelog to sane location
  643. * Thu Feb 08 2001 Elliot Lee <sopwith@redhat.com> 1.2.2-4
  644. - Apply patch from bug #23782 to see how it works
  645. * Fri Feb 02 2001 Elliot Lee <sopwith@redhat.com> 1.2.2-3
  646. - Include fvwm2.desktop in WM's
  647. * Sat Jan 27 2001 Akira TAGOH <tagoh@redhat.com>
  648. - Added Japanese patch.
  649. * Mon Dec 04 2000 Jonathan Blandford <jrb@redhat.com>
  650. - Update release.
  651. * Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
  652. - Again, fix problem with solid backgrounds in bg-properties capplet
  653. (patch got lost somewhere)
  654. * Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
  655. - Up Epoch and release
  656. * Thu Aug 10 2000 Owen Taylor <otaylor@redhat.com>
  657. - Handle unreadable desktop files without crashing
  658. * Mon Aug 07 2000 Owen Taylor <otaylor@redhat.com>
  659. - Fix problem with backgrounds bigger than screen.
  660. * Tue Aug 01 2000 Owen Taylor <otaylor@redhat.com>
  661. - Fix problem when ~/.gtkrc does not already exist.
  662. - Fix problem with solid backgrounds in bg-properties capplet
  663. * Tue Jul 18 2000 Owen Taylor <otaylor@redhat.com>
  664. - Sort of fix problem with people hitting OK while the
  665. "Save Session" dialog is still up. (Session won't be saved,
  666. but at least the selected entry will be correctly kept.)
  667. - Fix history list in background properties capplet
  668. - Fix problems with temporary files in theme-selector capplet
  669. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  670. - automatic rebuild
  671. * Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
  672. - Require redhat-logos
  673. - Some spec file and FHS fixes
  674. - reposition embedded logo a bit
  675. * Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
  676. - Add big change to use gdk-pixbuf for backgrounds and add
  677. the ability to emboss the background with a logo
  678. * Mon Feb 28 2000 Preston Brown <pbrown@redhat.com>
  679. - revert .so strip
  680. * Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
  681. - strip .so lib
  682. - use configure macro
  683. * Mon Sep 20 1999 Jonathan Blandford <jrb@redhat.com>
  684. - changed to work with 1.0.40
  685. * Fri Sep 17 1999 Jonathan Blandford <jrb@redhat.com>
  686. - Added fixrevert bug to fix bug in theme selector.
  687. * Sun Jun 13 1999 Jonathan Blandford <jrb@redhat.com>
  688. - updated RPM to use new control-center.
  689. * Wed Apr 07 1999 Michael Fulbright <drmike@redhat.com>
  690. - fixed sound-properties to only disable sound when run with --init-settings-..
  691. - removed debugging output from several capplets, fixed try behaviour of sm and
  692. gnome-edit capplets
  693. - fixed bug in screensaver and background props
  694. - added new icons
  695. * Mon Apr 05 1999 Jonathan Blandford <jrb@redhat.com>
  696. - added a patch to fix the close dialog
  697. - added a patch to limit the number of bg's in the history.
  698. * Fri Apr 02 1999 Jonathan Blandford <jrb@redhat.com>
  699. - vesion 1.0.5
  700. - removed all patches >10 other then dontstartesd.
  701. * Thu Apr 01 1999 Michael Fulbright <drmike@redhat.com>
  702. - removed UI props till it works better
  703. * Wed Mar 31 1999 Michael Fulbright <drmike@redhat.com>
  704. - make sure we DONT inadvertantly start esd by calling esd_open_...
  705. * Tue Mar 30 1999 Michael Fulbright <drmike@redhat.com>
  706. - changed default bg color to '#356390'
  707. * Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
  708. - prime file selector path for browse in background-props if
  709. "/usr/share/pixmaps/backgrounds/" exists.
  710. - fix behavior of file selector when you delete/cancel/ok it
  711. * Wed Mar 24 1999 Michael Fulbright <drmike@redhat.com>
  712. - added patch to fix trying in theme selector
  713. - disabled crystal screensaver, it does evil things to preview in capplet
  714. * Mon Mar 22 1999 Michael Fulbright <drmike@redhat.com>
  715. - version 1.0.4, fixes problems with sndprops and theme props among
  716. other things.
  717. * Thu Mar 18 1999 Michael Fulbright <drmike@redhat.com>
  718. - fix sound-properties capplet so Try/Revert doesnt come on unless user
  719. changes something
  720. - fixed theme-selector to not leave processes behind on Linux 2.2 kernels
  721. - strip binaries
  722. * Sun Mar 14 1999 Michael Fulbright <drmike@redhat.com>
  723. - version 1.0.3
  724. - added patch to make esd release after 30 sec of inactivity
  725. * Wed Mar 10 1999 Michael Fulbright <drmike@redhat.com>
  726. - version 1.0.2
  727. - turned off sound by default
  728. * Thu Mar 04 1999 Michael Fulbright <drmike@redhat.com>
  729. - version 1.0.1
  730. * Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
  731. - version 0.99.8.1
  732. - added etc/CORBA/servers/* to file list
  733. * Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
  734. - update to 0.99.8
  735. - added /usr/lib/cappletConf.sh
  736. * Mon Feb 08 1999 The Rasterman <raster@redhat.com>
  737. - update to 0.99.5.1
  738. * Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
  739. - update to 0.99.5
  740. * Wed Jan 20 1999 Michael Fulbright <drmike@redhat.com>
  741. - update to 0.99.3.1
  742. * Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
  743. - update to 0.99.3
  744. - seems like patch for non-standard xscreensaver placement was already in
  745. prestine sources(?)
  746. * Wed Jan 06 1999 Jonathan Blandford <jrb@redhat.com>
  747. - updated to 0.99.1
  748. - temporary hack patch to get path to work to non-standard placement
  749. of xscreensaver binaries in RH 5.2
  750. * Wed Dec 16 1998 Jonathan Blandford <jrb@redhat.com>
  751. - Created for the new control-center branch