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

Revision 8011, 32.0 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release

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