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

Revision 7681, 31.2 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME 3.8.2

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
[7681]20Version: 3.8.2
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
[7681]226* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
227- new upstream release
228- remove Patch0 (control-center-3.8.1-git20130424.patch)
229
[7648]230* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-2
231- add Patch1 (control-center-3.8.1-gpermission.patch)
232
[7633]233* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
234- new upstream release
235- remove BuildRequires: gnome-panel-devel, metacity-devel
236- change BuildRequires: libnm-gtk-devel instead of NetworkManager-gtk-devel
237- add BuildRequires: colord-gtk-devel, accountsservice-devel, gnome-online-accounts-devel
238- add Patch0 (control-center-3.8.1-git20130424.patch)
239
[7119]240* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
241- new upstream release
242
[6984]243* Tue Oct 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
244- new upstream release
245
[6924]246* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
247- new upstream release
248
[6890]249* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
250- new upstream release
251- add BuildRequires: libpwquality-devel
252
[6201]253* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
254- new upstream release
255
[6078]256* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
[6011]257- new upstream release
258- remove BuildRequires: GConf2-devel, libbonobo-devel
259- add BuildRequires: libwacom-devel
260
[5168]261* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
262- new upstream release
263
[5038]264* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
265- new upstream release
266
[4933]267* Mon Oct 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-2
268- rebuild with NetworkManager-0.9
269- change BuildRequires: NetworkManager-gtk-devel instead of NetworkManager-glib-devel
270
[4850]271* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
272- new upstream release
273
[4812]274* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
275- new upstream release
276
[4704]277* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
278- new upstream release
279- remove Patch0
280
[4650]281* Mon Aug 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
282- new upstream release
283- add BuildRequires: libnotify-devel
284- add Patch0 (control-center-3.1.5-crash-layout.patch)
285
[4616]286* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
287- new upstream release
288- change BuildRequires: gtk3-devel instead of gtk2-devel
289- change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
290- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
291- change BuildRequires: unique3-devel instead of unique-devel
292- add BuildRequires: libXxf86misc-devel, libSM-devel, polkit-devel, libgtop2-devel, upower-devel,
293                     pulseaudio-libs-devel, cups-devel, cheese-devel, gstreamer-plugins-base-devel,
294                     gnome-online-accounts-devel, colord-devel, NetworkManager-glib-devel
295- add Requires: apg
296- drop all Patches
297- add Provides: and Obsoletes: gnome-volume-manager
298
[7633]299* Mon Mar 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.1-2
[3000]300- update desktop-effect-integration patch
301  - fix freeze on changing metacity to compiz
302  - run compiz directly instead of compiz-gtk
303  - drop use of jockey-gtk
304- update ja.po
305
[2219]306* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
307- new upstream release
308
[2177]309* Sat Nov 06 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.0-4
310- update translation.
311
312* Fri Nov 05 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.0-3
313- update translation.
314
[2118]315* Sat Oct 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
316- update Source21(gnome-control-center-2.32.0-vine.ja.po)
317
[2041]318* Mon Oct 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
319- new upstream release
320- drop Patch22, Patch30, Patch52
321- fix %files
322
[1946]323* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.1-4
324- rebuilt with rpm-4.8.1 for pkg-config (too)
325
[1897]326* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-3
327- rebuild with rpm-4.8.1 for pkg-config file
328- add Requires: %{name}=%{version}-%{release}
329
[1232]330* Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
331- rebuild with evolution-data-server-2.30.2
332
[926]333* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
334- new upstream release
335
[805]336* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
337- new upstream release
338- drop Patch3, Patch46, Patch50, Patch51, Patch53, Patch54, Patch112
339- add BuildRequires: gnome-common, unique-devel
340
[521]341* Thu Dec 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.1-2
342- enable Patch101,110-112 and 500
343
344* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
345- new upstream release
346- disabled Patch101, 110-112 and 500
347
348* Fri Jul 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-9
349- update notification-theme.patch
350  - use vine theme if NotificationTheme is not set in meta-theme.
351
352* Tue Jun 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-8
353- add Patch510: use Sans for font-properties sample font.
354- add BR: librsvg2-devel, libXScrnSaver-devel
355- remove BR: esound
356
357* Sat Jun 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-7
358- add Patch37: Don't rely on _BACKUP property for xkb initialization
359
360* Wed May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-6
361- renumber patch10 to patch1010
362  - do not check gdm fprint plugin
363- add Patch101: show aspect in drop down menu
364- add Patch110: modify gnome-mouse-properties to fit smaller screen
365- add Patch111: modify gnome-about-me to fit smaller screen
366- add Patch112: modify gnome-display-properties to fit smaller screen
367
368* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-5
369- update Patch100 to use compiz-gtk instead of compiz
370
371* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-4
372- update ja.po
373
374* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
375- import upstream patchs (10,22,3[0-6])
376
377* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
378- add nautilus-devel to BR: not Requires:
379
380* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
381- new upstream release
382- update ja.po
383- add BR: nautilus-devel
384
385* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-3
386- drop Patch20 which need new XInput API
387- update Patch23
388
389* Sat Oct 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-2
390- add Patch20,22.23 from ubuntu
391  - patch20 to add touchpad configuration
392  - patch22 to add aspect setting in randr capplet
393  - patch23 to integrate desktop setting into appearance-properties
394
395* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-1
396- new upstream release
397
398* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
399- new upstream release
400
401* Thu Jul 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2.1-3
402- add gnome-typing-monitor to %%files
403
404* Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2.1-2
405- add Patch100 for new RandR capplet. (fc)
406
407* Sat Jun  7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2.1-1
408- new upstream release
409- dropped Patch8 (merged into upstream)
410
411* Sat Apr 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
412- new upstream release
413- added Patch7 and Patch8 from Fedora
414  * Mon Mar 31 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-3
415  - Fix warnings in the keybindings capplet when in non-UTF-8 locale
416  - Fix Esc/Backspace being bindable when CapsLock is on (#427123)
417  * Tue Apr  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-2
418  - Remove a nonfunctional button from the a11y preferences
419- added BuildRequires: gnome-settings-daemon, gnome-panel
420- added Requires: gnome-icon-theme, gnome-desktop, dbus-x11
421- removed Requires: xscreensaver
422
423* Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
424- new upstream release based on Fedora
425- added BuildRequires: gnome-settings-daemon
426
427* Tue Jan  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
428- new upstream release based on Fedora
429  * Wed Oct 24 2007  Matthias Clasen <mclasen@redhat.com> - 2.20.1-5
430  - Fix the orca command in the default applications capplet (#351471)
431
432* Sat Jul 14 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0-0vl4
433- add BuildReq: libgnomekbd-devel
434
435* Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl3
436- rebuilt with evolution-data-server-devel-1.10.1
437
438* Fri May 11 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0-0vl2
439- add BuildReq: evolution-data-server-devel
440
441* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
442- new upstream release
443- remove unneeded? patch10
444
445* Sun Oct 22 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.14.2-0vl2
446- added Patch10 to supress /dev/pmu warning messages on some ppc models
447
448* Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
449- new upstream release
450
451* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
452- new upstream release
453
454* Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
455- run gtk-update-icon-cache in %%post script.
456
457* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
458- new upstream release
459- drop Patch10,it is merged in upstream
460
461* Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.93-0vl2
462- add Patch10 for correct textdomain name in
463  default-applications-properties(Bug332833)
464- add Patch100 for change default-applications settings for vine
465
466* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.93-0vl1
467- new upstream release
468
469* Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
470- new upstream release
471
472* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
473- new upstream release
474
475* Wed Aug 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
476- new upstream release
477- enable alsa support
478
479* Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
480- new upstream release
481
482* Thu Mar 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl4
483- fixed type in %%post script
484
485* Wed Mar 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl3
486- clear the old defaults of xkb
487
488* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
489- remove bonobo-activation dependency
490
491* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
492- new upstream version
493
494* Sun Feb 27 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2-0vl1
495- new upstream release
496- add Japanese summay to devel package
497
498* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
499- new upstream release
500
501* Sat Mar 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl3
502- modify patch11 to use NeoVine theme instead of BeCool.
503
504* Wed Dec 24 2003 Tomoya TAKA <taka@vinelinux.org> 2.4.0-0vl2
505- rebuild with new toolchain
506
507* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
508- new upstream release
509- remove obsolete ja.po
510
511* Sat Sep 06 2003 Tomoya TAKA <taka@vinelinux.org> 2.3.6-0vl2
512- change required version of metacity to 2.4.34 on alpha
513
514* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.6-0vl1
515- new upstream release
516
517* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-0vl1
518- new upstream release
519
520* Sun May 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl3
521- add more missing files and schemas...
522
523* Sun May 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl2
524- add missing file in %{_libdir}/gnome-vfs-2.0/
525
526* Sat May 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl1
527- new upstream release
528- this is experimental version
529- remove sr@Latn locale from desktop files to build with desktop-file-utils-0.3
530
531* Sun Mar 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
532- new upstream release
533
534* Sat Mar  1 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl3
535- import patch6 (upstream paches) from rawhide package.
536
537* Tue Feb 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl2
538- import patch1-5 (upstream paches) from rawhide package.
539
540* Sun Feb 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl1
541- new upstream release
542
543* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
544- rebuild
545
546* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
547- new upstream release
548
549* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl1
550- new upstream release
551
552* Sun Jan 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1
553- new upstream release
554
555* Wed Jan  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl7
556- change default gtk1 theme from Raleigh to BeCool.
557
558* Wed Jan  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl6
559- add BuildRequires/Requires.
560- fixed kanjicode of specfile
561
562* Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl5
563- remove bogus message in %%post scripts.
564
565* Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl4
566- add patch10 to modify some desktop files
567- update ja.po
568
569* Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl3
570- update ja.po
571
572* Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
573- update ja.po
574
575* Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
576- new upstream release
577
578* Sun Dec 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl3
579- add devel package
580- add window-manager-settings files.
581
582* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl2
583- modify dependancies.
584
585* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl1
586- build for Vine Linux
587- new upstream release from gnome-2.1.4
588
589* Thu Sep  5 2002 Jonathan Blandford <jrb@redhat.com>
590- Allow setting custom mime handlers
591
592* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
593- make desktop file symlinks absolute #71991
594- add po files from cvs.gnome.org
595
596* Fri Aug 23 2002 Jonathan Blandford <jrb@redhat.com>
597- Fix up keyboard handling
598
599* Wed Aug 21 2002 Jonathan Blandford <jrb@redhat.com>
600- Fixes for #68735
601
602* Wed Aug  7 2002 Jonathan Blandford <jrb@redhat.com>
603- New version.  Fix up metacity theme locations
604
605* Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
606- Switch the gtk1 theme along with the gtk2 theme
607- Add the ability to switch the window manager theme through the theme capplet
608- Add two more font options to the font property dialog
609- Add a bunch of missing unrefs of the result of gconf_client_get_default()
610
611* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
612- fix desktop files more
613- copy icons to /usr/share/pixmaps
614
615* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
616- munge the desktop files correctly
617- obsolete control-center-devel, #69168
618- replace gnomecc.desktop with a file from redhat-menus
619
620* Tue Jul 23 2002 Owen Taylor <otaylor@redhat.com>
621- Fix crasher bug in xftprefs patch
622
623* Tue Jul 16 2002 Owen Taylor <otaylor@redhat.com>
624- Change the default rendering style to be "Best Shapes", not "Best Contrast"
625
626* Tue Jul  9 2002 Owen Taylor <otaylor@redhat.com>
627- Add Xft / XSETTINGS support
628
629* Fri Jun 28 2002 Bill Nottingham <notting@redhat.com> 2.0.0-2
630- fix %%post so schemas get installed
631 
632* Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
633- 2.0.0
634- add new default editor schemas
635- fix find_lang
636
637* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
638- rebuild for new libraries
639- remove a no-longer-existing schemas file from post
640- use desktop-file-install
641
642* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
643- rebuild in different environment
644
645* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
646- rebuild with new dependent libs
647
648* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
649- rebuild in different environment
650
651* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
652- rebuild in different environment
653- build requires bonobo-activation
654
655* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
656- 1.99.10
657
658* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
659- 1.99.9
660
661* Wed Apr 17 2002 Havoc Pennington <hp@redhat.com>
662- Move to GNOME 2 version
663
664* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
665- merge in translations
666
667* Fri Apr 12 2002 Owen Taylor <otaylor@redhat.com>
668- Make the theme selector write fontsets, not fonts (#62413)
669
670* Mon Apr  1 2002 Havoc Pennington <hp@redhat.com>
671- really put screensaver capplet back (I think)
672
673* Wed Mar 27 2002 Bill Nottingham <notting@redhat.com>
674- revert xscreensaver change
675
676* Wed Mar 27 2002 Havoc Pennington <hp@redhat.com>
677- init "Scaled" radio button correctly #61913
678
679* Mon Mar 25 2002 Havoc Pennington <hp@redhat.com>
680- change path to windowmaker config tool again, #61824
681
682* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
683- rather than keep patching and patching it, use xscreensaver's own
684  capplet
685
686* Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
687- rebuild in Hampton
688
689* Wed Jan 30 2002 Jonathan Blandford <jrb@redhat.com>
690- Rebuild package.
691
692* Thu Jan 24 2002 Tim Powers <timp@redhat.com>
693- rebuilt against new openssl
694
695* Fri Jan 18 2002 Havoc Pennington <hp@redhat.com>
696- automake14
697- don't run auto* again in ccsingle subdir, not sure why we did that
698
699* Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
700- rebuild with new gnome-libs so that libcapplet has right cflags/libs
701- pixbufflags patch to make the rebuild work
702- compileflags patch to make control-center-single work
703
704* Wed Aug 29 2001 Havoc Pennington <hp@redhat.com>
705- fix #52831 (UI properties in Programs menu)
706
707* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
708- Add po files from sources.redhat.com
709
710* Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
711- set the _XROOTCOLOR_PIXEL property, should fix
712  bug #52141
713
714* Wed Aug 22 2001 Yukihiro Nakai <ynakai@redhat.com>
715- Update translation.
716- Add CJK fontset patch
717
718* Thu Aug 16 2001 Jonathan Blandford <jrb@redhat.com>
719- New control-center-single to handle exiting, #51665
720
721* Wed Aug 01 2001 Havoc Pennington <hp@redhat.com>
722- remove .desktop file for gnomecc, so it won't appear
723  in panel menu, #49653
724
725* Mon Jul 30 2001 Jonathan Blandford <jrb@redhat.com>
726- allow to build without depending on control-center-devel
727
728* Mon Jul 23 2001 Jonathan Blandford <jrb@redhat.com>
729- Add BuildRequires
730
731* Mon Jul 16 2001 Jonathan Blandford <jrb@redhat.com>
732- New version of control-center-single
733
734* Thu Jul 12 2001 Alexander Larsson <alexl@redhat.com>
735- Change default background to the same as the nautilus one
736
737* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
738- add hack to default to standalone control panels
739
740* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
741- Bump release + rebuild.
742
743* Tue May 22 2001 Havoc Pennington <hp@redhat.com>
744- putting in tree for David
745
746* Tue May 22 2001 David Sainty <dsainty@redhat.com>
747- improve DPMS patch for the try case, and enable patch
748
749* Wed May  2 2001 Bill Nottingham <notting@redhat.com>
750- add patch to use xscreensaver's DPMS stuff, require that version
751
752* Fri Apr 20 2001  <jrb@redhat.com>
753- New Version (1.4.0.1)
754
755* Wed Apr  4 2001 Bill Nottingham <notting@redhat.com>
756- kick the mixer once on startup if we aren't running esd
757
758* Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
759- translations
760
761* Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
762- Rebuild for GTK+-1.2.9 include paths
763
764* Fri Feb 23 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
765- langify
766- don't define and use "ver" at the top of the file
767- move changelog to sane location
768
769* Thu Feb 08 2001 Elliot Lee <sopwith@redhat.com> 1.2.2-4
770- Apply patch from bug #23782 to see how it works
771
772* Fri Feb 02 2001 Elliot Lee <sopwith@redhat.com> 1.2.2-3
773- Include fvwm2.desktop in WM's
774
775* Sat Jan 27 2001 Akira TAGOH <tagoh@redhat.com>
776- Added Japanese patch.
777
778* Mon Dec 04 2000 Jonathan Blandford <jrb@redhat.com>
779- Update release.
780
781* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
782- Again, fix problem with solid backgrounds in bg-properties capplet
783  (patch got lost somewhere)
784
785* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
786- Up Epoch and release
787
788* Thu Aug 10 2000 Owen Taylor <otaylor@redhat.com>
789- Handle unreadable desktop files without crashing
790
791* Mon Aug 07 2000 Owen Taylor <otaylor@redhat.com>
792- Fix problem with backgrounds bigger than screen.
793
794* Tue Aug 01 2000 Owen Taylor <otaylor@redhat.com>
795- Fix problem when ~/.gtkrc does not already exist.
796- Fix problem with solid backgrounds in bg-properties capplet
797
798* Tue Jul 18 2000 Owen Taylor <otaylor@redhat.com>
799- Sort of fix problem with people hitting OK while the
800  "Save Session" dialog is still up. (Session won't be saved,
801  but at least the selected entry will be correctly kept.)
802- Fix history list in background properties capplet
803- Fix problems with temporary files in theme-selector capplet
804
805* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
806- automatic rebuild
807
808* Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
809- Require redhat-logos
810- Some spec file and FHS fixes
811- reposition embedded logo a bit
812
813* Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
814- Add big change to use gdk-pixbuf for backgrounds and add
815  the ability to emboss the background with a logo
816
817* Mon Feb 28 2000 Preston Brown <pbrown@redhat.com>
818- revert .so strip
819
820* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
821- strip .so lib
822- use configure macro
823
824* Mon Sep 20 1999 Jonathan Blandford <jrb@redhat.com>
825- changed to work with 1.0.40
826
827* Fri Sep 17 1999 Jonathan Blandford <jrb@redhat.com>
828- Added fixrevert bug to fix bug in theme selector.
829
830* Sun Jun 13 1999 Jonathan Blandford <jrb@redhat.com>
831- updated RPM to use new control-center.
832
833* Wed Apr 07 1999 Michael Fulbright <drmike@redhat.com>
834- fixed sound-properties to only disable sound when run with --init-settings-..
835- removed debugging output from several capplets, fixed try behaviour of sm and
836  gnome-edit capplets
837- fixed bug in screensaver and background props
838- added new icons
839
840* Mon Apr 05 1999 Jonathan Blandford <jrb@redhat.com>
841- added a patch to fix the close dialog
842- added a patch to limit the number of bg's in the history.
843
844* Fri Apr 02 1999 Jonathan Blandford <jrb@redhat.com>
845- vesion 1.0.5
846- removed all patches >10 other then dontstartesd.
847
848* Thu Apr 01 1999 Michael Fulbright <drmike@redhat.com>
849- removed UI props till it works better
850
851* Wed Mar 31 1999 Michael Fulbright <drmike@redhat.com>
852- make sure we DONT inadvertantly start esd by calling esd_open_...
853
854* Tue Mar 30 1999 Michael Fulbright <drmike@redhat.com>
855- changed default bg color to '#356390'
856
857* Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
858- prime file selector path for browse in background-props if
859  "/usr/share/pixmaps/backgrounds/" exists.
860- fix behavior of file selector when you delete/cancel/ok it
861
862* Wed Mar 24 1999 Michael Fulbright <drmike@redhat.com>
863- added patch to fix trying in theme selector
864- disabled crystal screensaver, it does evil things to preview in capplet
865
866* Mon Mar 22 1999 Michael Fulbright <drmike@redhat.com>
867- version 1.0.4, fixes problems with sndprops and theme props among
868  other things.
869
870* Thu Mar 18 1999 Michael Fulbright <drmike@redhat.com>
871- fix sound-properties capplet so Try/Revert doesnt come on unless user
872  changes something
873- fixed theme-selector to not leave processes behind on Linux 2.2 kernels
874- strip binaries
875
876* Sun Mar 14 1999 Michael Fulbright <drmike@redhat.com>
877- version 1.0.3
878- added patch to make esd release after 30 sec of inactivity
879
880* Wed Mar 10 1999 Michael Fulbright <drmike@redhat.com>
881- version 1.0.2
882- turned off sound by default
883
884* Thu Mar 04 1999 Michael Fulbright <drmike@redhat.com>
885- version 1.0.1
886
887* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
888- version 0.99.8.1
889- added etc/CORBA/servers/* to file list
890
891* Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
892- update to 0.99.8
893- added /usr/lib/cappletConf.sh
894
895* Mon Feb 08 1999 The Rasterman <raster@redhat.com>
896- update to 0.99.5.1
897
898* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
899- update to 0.99.5
900
[7633]901* Wed Jan 20 1999 Michael Fulbright <drmike@redhat.com>
[521]902- update to 0.99.3.1
903
904* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
905- update to 0.99.3
906- seems like patch for non-standard xscreensaver placement was already in
907  prestine sources(?)
908
909* Wed Jan 06 1999 Jonathan Blandford <jrb@redhat.com>
910- updated to 0.99.1
911- temporary hack patch to get path to work to non-standard placement
912  of xscreensaver binaries in RH 5.2
913
914* Wed Dec 16 1998 Jonathan Blandford <jrb@redhat.com>
915- Created for the new control-center branch
916
Note: See TracBrowser for help on using the repository browser.