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

Revision 12450, 33.2 KB checked in by tomop, 4 years ago (diff)

updated 2 packages

control-center-3.36.4-1

cups-pk-helper-0.2.6-11

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