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

Revision 12431, 33.3 KB checked in by tomop, 4 years ago (diff)

updated 9 packages

control-center-3.30.3-2

docker-ce-19.03.9-1

docker-compose-1.26.2-1

golang-1.14.6-1

polkit-0.116-2

postfix-3.5.6-1

unbound-1.11.0-1

webkitgtk4-2.28.3-1

zabbix-5.0.2-1

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