control-center-vl.spec 33 KB

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