source: projects/specs/trunk/c/control-center/control-center-vl.spec @ 12110

Revision 12110, 33.3 KB checked in by tomop, 5 years ago (diff)

control-center-3.30.3-1

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