control-center-vl.spec 33 KB

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