Hello community,
here is the log from the commit of package gconf2-branding-openSUSE for openSUSE:Factory
checked in at Wed May 20 12:34:32 CEST 2009.
--------
--- gconf2-branding-openSUSE/gconf2-branding.changes 2009-03-10 20:46:31.000000000 +0100
+++ /mounts/work_src_done/STABLE/gconf2-branding-openSUSE/gconf2-branding.changes 2009-05-19 16:53:34.000000000 +0200
@@ -1,0 +2,15 @@
+Tue May 19 16:21:23 CEST 2009 - vuntz(a)novell.com
+
+- Change default gtk+ and metacity theme to Sonar.
+- Change default metacity font to FifthLeg Bold 12.
+- Add Requires on gtk2-metatheme-sonar and fifth-leg-font.
+
+-------------------------------------------------------------------
+Tue May 12 14:09:16 CEST 2009 - vuntz(a)novell.com
+
+- Set /desktop/gnome/policykit/auth_dialog_retain_authorization to
+ false. This removes a PolicyKit-gnome patch to not retain
+ authorizations by default (bnc#431569).
+- Bump version to 2.26, since we have GNOME 2.26.
+
+-------------------------------------------------------------------
gconf2-branding-openSUSE.changes: same change
gconf2-branding-SLED.changes: same change
gconf2-branding-SLES.changes: same change
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gconf2-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.LF1999/_old 2009-05-20 12:34:06.000000000 +0200
+++ /var/tmp/diff_new_pack.LF1999/_new 2009-05-20 12:34:06.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gconf2-branding-openSUSE (Version 2.24)
+# spec file for package gconf2-branding-openSUSE (Version 2.26)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -44,8 +44,8 @@
License: BSD 3-Clause
Group: System/GUI/GNOME
Summary: GNOME configuration system: openSUSE defaults
-Version: 2.24
-Release: 24
+Version: 2.26
+Release: 1
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: gconf2
@@ -79,8 +79,12 @@
#BRAND: gconf2-branding-openSUSE provides branding Look and Feel using
#BRAND: gconf schemas. All referenced files must be present in this
#BRAND: package or in required packages.
-# Referenced Metacity theme Gilouche is part of gtk2-theme-openSUSE:
+# Referenced icon theme Gilouche is part of gtk2-theme-openSUSE:
Requires: gtk2-theme-%{desktop_data} desktop-data-%{desktop_data} = %{desktop_data_ver}
+# Metacity and gtk+ theme
+Requires: gtk2-metatheme-sonar
+# Window title font
+Requires: fifth-leg-font
Suggests: desktop-data-openSUSE-extra-gnome
%description
@@ -96,7 +100,7 @@
Summary: Dynamic Wallpaper with openSUSE Look
Group: System/GUI/GNOME
Version: %{desktop_data_ver}
-Release: 17
+Release: 18
%description -n desktop-data-openSUSE-extra-gnome
This optional package contains nice dynamic wallpaper with openSUSE
@@ -185,6 +189,8 @@
%gconf_set /apps/procman/proctree/col_15_visible --type=bool "FALSE"
%gconf_set /apps/gnome-terminal/global/use_mnemonics --type=bool "false"
%gconf_set /apps/gnome-terminal/global/use_menu_accelerators --type=bool "false"
+# Do not retain PK authorizations by default (bnc#431569) lnussel(a)suse.de
+%gconf_set /desktop/gnome/policykit/auth_dialog_retain_authorization --type=bool "false"
# Use firefox, not epiphany for all apps handled by gnome-vfs2 and libgnome (keep inactive for ftp):
%gconf_set /desktop/gnome/url-handlers/http/command --type=string "firefox %s"
%gconf_set /desktop/gnome/url-handlers/https/command --type=string "firefox %s"
@@ -213,7 +219,7 @@
%gconf_set /desktop/gnome/interface/icon_theme --type=string "Gilouche"
# WARNING: gtk2-branding-openSUSE must contain the same, otherwise it
# will change when gnome-settings-daemon starts:
-%gconf_set /desktop/gnome/interface/gtk_theme --type=string "Gilouche"
+%gconf_set /desktop/gnome/interface/gtk_theme --type=string "Sonar"
# Enable sound events by default in libgnome:
%gconf_set /desktop/gnome/sound/enable_esd --type=bool "false"
%gconf_set /desktop/gnome/sound/event_sounds --type=bool "true"
@@ -224,7 +230,8 @@
%gconf_set /apps/metacity/global_keybindings/panel_main_menu_list --type=list --list-type=string "[Super_L,Super_R]"
%endif
# Change default theme in Metacity:
-%gconf_set /apps/metacity/general/theme --type=string "Gilouche"
+%gconf_set /apps/metacity/general/theme --type=string "Sonar"
+%gconf_set /apps/metacity/general/titlebar_font --type=string "FifthLeg Bold 12"
# FIX-OPENSUSE nautilus-config-defaults.patch -- Default configuration
# Enables the classic Nautilus behavior, where all windows are browsers:
%gconf_set /apps/nautilus/preferences/always_use_browser --type=bool "true"
@@ -321,6 +328,15 @@
%dir %{_datadir}/gnome-background-properties
%changelog
+* Tue May 19 2009 vuntz(a)novell.com
+- Change default gtk+ and metacity theme to Sonar.
+- Change default metacity font to FifthLeg Bold 12.
+- Add Requires on gtk2-metatheme-sonar and fifth-leg-font.
+* Tue May 12 2009 vuntz(a)novell.com
+- Set /desktop/gnome/policykit/auth_dialog_retain_authorization to
+ false. This removes a PolicyKit-gnome patch to not retain
+ authorizations by default (bnc#431569).
+- Bump version to 2.26, since we have GNOME 2.26.
* Tue Mar 10 2009 vuntz(a)novell.com
- On openSUSE 11.1, make it require desktop-data-openSUSE 11.1.
* Tue Mar 03 2009 vuntz(a)novell.com
++++++ gconf2-branding-SLED.spec ++++++
--- /var/tmp/diff_new_pack.LF1999/_old 2009-05-20 12:34:06.000000000 +0200
+++ /var/tmp/diff_new_pack.LF1999/_new 2009-05-20 12:34:06.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gconf2-branding-SLED (Version 2.24)
+# spec file for package gconf2-branding-SLED (Version 2.26)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -44,8 +44,8 @@
License: BSD 3-Clause
Group: System/GUI/GNOME
Summary: SLED defaults for the GNOME configuration system
-Version: 2.24
-Release: 24
+Version: 2.26
+Release: 1
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: gconf2
@@ -79,8 +79,12 @@
#BRAND: gconf2-branding-openSUSE provides branding Look and Feel using
#BRAND: gconf schemas. All referenced files must be present in this
#BRAND: package or in required packages.
-# Referenced Metacity theme Gilouche is part of gtk2-theme-openSUSE:
+# Referenced icon theme Gilouche is part of gtk2-theme-openSUSE:
Requires: gtk2-theme-%{desktop_data} desktop-data-%{desktop_data} = %{desktop_data_ver}
+# Metacity and gtk+ theme
+Requires: gtk2-metatheme-sonar
+# Window title font
+Requires: fifth-leg-font
Suggests: desktop-data-SLED-extra-gnome
%description
@@ -96,7 +100,7 @@
Summary: SLED defaults for the GNOME configuration system
Group: System/GUI/GNOME
Version: %{desktop_data_ver}
-Release: 17
+Release: 18
%description -n desktop-data-SLED-extra-gnome
This package provides SLED defaults for configurations based on GConf
@@ -178,6 +182,8 @@
%gconf_set /apps/procman/proctree/col_15_visible --type=bool "FALSE"
%gconf_set /apps/gnome-terminal/global/use_mnemonics --type=bool "false"
%gconf_set /apps/gnome-terminal/global/use_menu_accelerators --type=bool "false"
+# Do not retain PK authorizations by default (bnc#431569) lnussel(a)suse.de
+%gconf_set /desktop/gnome/policykit/auth_dialog_retain_authorization --type=bool "false"
# Use firefox, not epiphany for all apps handled by gnome-vfs2 and libgnome (keep inactive for ftp):
%gconf_set /desktop/gnome/url-handlers/http/command --type=string "firefox %s"
%gconf_set /desktop/gnome/url-handlers/https/command --type=string "firefox %s"
@@ -206,7 +212,7 @@
%gconf_set /desktop/gnome/interface/icon_theme --type=string "Gilouche"
# WARNING: gtk2-branding-SLED must contain the same, otherwise it
# will change when gnome-settings-daemon starts:
-%gconf_set /desktop/gnome/interface/gtk_theme --type=string "Gilouche"
+%gconf_set /desktop/gnome/interface/gtk_theme --type=string "Sonar"
# Enable sound events by default in libgnome:
%gconf_set /desktop/gnome/sound/enable_esd --type=bool "false"
%gconf_set /desktop/gnome/sound/event_sounds --type=bool "true"
@@ -217,7 +223,8 @@
%gconf_set /apps/metacity/global_keybindings/panel_main_menu_list --type=list --list-type=string "[Super_L,Super_R]"
%endif
# Change default theme in Metacity:
-%gconf_set /apps/metacity/general/theme --type=string "Gilouche"
+%gconf_set /apps/metacity/general/theme --type=string "Sonar"
+%gconf_set /apps/metacity/general/titlebar_font --type=string "FifthLeg Bold 12"
# FIX-OPENSUSE nautilus-config-defaults.patch -- Default configuration
# Enables the classic Nautilus behavior, where all windows are browsers:
%gconf_set /apps/nautilus/preferences/always_use_browser --type=bool "true"
@@ -314,6 +321,15 @@
%dir %{_datadir}/gnome-background-properties
%changelog
+* Tue May 19 2009 vuntz(a)novell.com
+- Change default gtk+ and metacity theme to Sonar.
+- Change default metacity font to FifthLeg Bold 12.
+- Add Requires on gtk2-metatheme-sonar and fifth-leg-font.
+* Tue May 12 2009 vuntz(a)novell.com
+- Set /desktop/gnome/policykit/auth_dialog_retain_authorization to
+ false. This removes a PolicyKit-gnome patch to not retain
+ authorizations by default (bnc#431569).
+- Bump version to 2.26, since we have GNOME 2.26.
* Tue Mar 10 2009 vuntz(a)novell.com
- On openSUSE 11.1, make it require desktop-data-openSUSE 11.1.
* Tue Mar 03 2009 vuntz(a)novell.com
++++++ gconf2-branding-SLES.spec ++++++
--- /var/tmp/diff_new_pack.LF1999/_old 2009-05-20 12:34:06.000000000 +0200
+++ /var/tmp/diff_new_pack.LF1999/_new 2009-05-20 12:34:06.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gconf2-branding-SLES (Version 2.24)
+# spec file for package gconf2-branding-SLES (Version 2.26)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -44,8 +44,8 @@
License: BSD 3-Clause
Group: System/GUI/GNOME
Summary: SLES defaults for the GNOME configuration system
-Version: 2.24
-Release: 24
+Version: 2.26
+Release: 1
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: gconf2
@@ -79,8 +79,12 @@
#BRAND: gconf2-branding-openSUSE provides branding Look and Feel using
#BRAND: gconf schemas. All referenced files must be present in this
#BRAND: package or in required packages.
-# Referenced Metacity theme Gilouche is part of gtk2-theme-openSUSE:
+# Referenced icon theme Gilouche is part of gtk2-theme-openSUSE:
Requires: gtk2-theme-%{desktop_data} desktop-data-%{desktop_data} = %{desktop_data_ver}
+# Metacity and gtk+ theme
+Requires: gtk2-metatheme-sonar
+# Window title font
+Requires: fifth-leg-font
Suggests: desktop-data-SLES-extra-gnome
%description
@@ -96,7 +100,7 @@
Summary: SLES defaults for the GNOME configuration system
Group: System/GUI/GNOME
Version: %{desktop_data_ver}
-Release: 17
+Release: 18
%description -n desktop-data-SLES-extra-gnome
This package provides SLES defaults for configurations based on GConf
@@ -178,6 +182,8 @@
%gconf_set /apps/procman/proctree/col_15_visible --type=bool "FALSE"
%gconf_set /apps/gnome-terminal/global/use_mnemonics --type=bool "false"
%gconf_set /apps/gnome-terminal/global/use_menu_accelerators --type=bool "false"
+# Do not retain PK authorizations by default (bnc#431569) lnussel(a)suse.de
+%gconf_set /desktop/gnome/policykit/auth_dialog_retain_authorization --type=bool "false"
# Use firefox, not epiphany for all apps handled by gnome-vfs2 and libgnome (keep inactive for ftp):
%gconf_set /desktop/gnome/url-handlers/http/command --type=string "firefox %s"
%gconf_set /desktop/gnome/url-handlers/https/command --type=string "firefox %s"
@@ -206,7 +212,7 @@
%gconf_set /desktop/gnome/interface/icon_theme --type=string "Gilouche"
# WARNING: gtk2-branding-SLES must contain the same, otherwise it
# will change when gnome-settings-daemon starts:
-%gconf_set /desktop/gnome/interface/gtk_theme --type=string "Gilouche"
+%gconf_set /desktop/gnome/interface/gtk_theme --type=string "Sonar"
# Enable sound events by default in libgnome:
%gconf_set /desktop/gnome/sound/enable_esd --type=bool "false"
%gconf_set /desktop/gnome/sound/event_sounds --type=bool "true"
@@ -217,7 +223,8 @@
%gconf_set /apps/metacity/global_keybindings/panel_main_menu_list --type=list --list-type=string "[Super_L,Super_R]"
%endif
# Change default theme in Metacity:
-%gconf_set /apps/metacity/general/theme --type=string "Gilouche"
+%gconf_set /apps/metacity/general/theme --type=string "Sonar"
+%gconf_set /apps/metacity/general/titlebar_font --type=string "FifthLeg Bold 12"
# FIX-OPENSUSE nautilus-config-defaults.patch -- Default configuration
# Enables the classic Nautilus behavior, where all windows are browsers:
%gconf_set /apps/nautilus/preferences/always_use_browser --type=bool "true"
@@ -314,6 +321,15 @@
%dir %{_datadir}/gnome-background-properties
%changelog
+* Tue May 19 2009 vuntz(a)novell.com
+- Change default gtk+ and metacity theme to Sonar.
+- Change default metacity font to FifthLeg Bold 12.
+- Add Requires on gtk2-metatheme-sonar and fifth-leg-font.
+* Tue May 12 2009 vuntz(a)novell.com
+- Set /desktop/gnome/policykit/auth_dialog_retain_authorization to
+ false. This removes a PolicyKit-gnome patch to not retain
+ authorizations by default (bnc#431569).
+- Bump version to 2.26, since we have GNOME 2.26.
* Tue Mar 10 2009 vuntz(a)novell.com
- On openSUSE 11.1, make it require desktop-data-openSUSE 11.1.
* Tue Mar 03 2009 vuntz(a)novell.com
++++++ gconf2-branding.spec.in ++++++
--- /var/tmp/diff_new_pack.LF1999/_old 2009-05-20 12:34:07.000000000 +0200
+++ /var/tmp/diff_new_pack.LF1999/_new 2009-05-20 12:34:07.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gconf2-branding-%{branding_name} (Version 2.24)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -44,7 +44,7 @@
License: BSD 3-Clause
Group: System/GUI/GNOME
Summary: %{branding_name} defaults for the GNOME configuration system
-Version: 2.24
+Version: 2.26
Release: 1
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -79,13 +79,17 @@
#BRAND: gconf2-branding-openSUSE provides branding Look and Feel using
#BRAND: gconf schemas. All referenced files must be present in this
#BRAND: package or in required packages.
-# Referenced Metacity theme Gilouche is part of gtk2-theme-openSUSE:
+# Referenced icon theme Gilouche is part of gtk2-theme-openSUSE:
Requires: gtk2-theme-%{desktop_data} desktop-data-%{desktop_data} = %{desktop_data_ver}
+# Metacity and gtk+ theme
+Requires: gtk2-metatheme-sonar
+# Window title font
+Requires: fifth-leg-font
Suggests: desktop-data-%{branding_name}-extra-gnome
%description
-This package provides %{branding_name} defaults for configurations based on
-GConf database system.
+This package provides %{branding_name} defaults for configurations based on GConf
+database system.
@@ -185,6 +189,8 @@
%gconf_set /apps/procman/proctree/col_15_visible --type=bool "FALSE"
%gconf_set /apps/gnome-terminal/global/use_mnemonics --type=bool "false"
%gconf_set /apps/gnome-terminal/global/use_menu_accelerators --type=bool "false"
+# Do not retain PK authorizations by default (bnc#431569) lnussel(a)suse.de
+%gconf_set /desktop/gnome/policykit/auth_dialog_retain_authorization --type=bool "false"
# Use firefox, not epiphany for all apps handled by gnome-vfs2 and libgnome (keep inactive for ftp):
%gconf_set /desktop/gnome/url-handlers/http/command --type=string "firefox %s"
%gconf_set /desktop/gnome/url-handlers/https/command --type=string "firefox %s"
@@ -213,7 +219,7 @@
%gconf_set /desktop/gnome/interface/icon_theme --type=string "Gilouche"
# WARNING: gtk2-branding-%{branding_name} must contain the same, otherwise it
# will change when gnome-settings-daemon starts:
-%gconf_set /desktop/gnome/interface/gtk_theme --type=string "Gilouche"
+%gconf_set /desktop/gnome/interface/gtk_theme --type=string "Sonar"
# Enable sound events by default in libgnome:
%gconf_set /desktop/gnome/sound/enable_esd --type=bool "false"
%gconf_set /desktop/gnome/sound/event_sounds --type=bool "true"
@@ -224,7 +230,8 @@
%gconf_set /apps/metacity/global_keybindings/panel_main_menu_list --type=list --list-type=string "[Super_L,Super_R]"
%endif
# Change default theme in Metacity:
-%gconf_set /apps/metacity/general/theme --type=string "Gilouche"
+%gconf_set /apps/metacity/general/theme --type=string "Sonar"
+%gconf_set /apps/metacity/general/titlebar_font --type=string "FifthLeg Bold 12"
# FIX-OPENSUSE nautilus-config-defaults.patch -- Default configuration
# Enables the classic Nautilus behavior, where all windows are browsers:
%gconf_set /apps/nautilus/preferences/always_use_browser --type=bool "true"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org