control-center-vl.spec 34 KB

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