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

Revision 7648, 30.9 KB checked in by Takemikaduchi, 11 years ago (diff)

xserver-1.14.1

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