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

Revision 7712, 31.3 KB checked in by Takemikaduchi, 11 years ago (diff)

new upstream release

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