control-center-vl.spec 33 KB

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