From 4b31d4910cc06e9b2c737e89a82fed9b784f59f8784259b2b651bd3f1d851ec5 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 26 Sep 2008 13:24:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=14 --- gnome-control-center-2.23.90.tar.bz2 | 3 - gnome-control-center-2.24.0.tar.bz2 | 3 + ...e-control-center-bnc427745-force-dpi.patch | 16 ++++++ gnome-control-center.changes | 47 ++++++++++++++++ gnome-control-center.spec | 56 ++++++++++++++++--- 5 files changed, 113 insertions(+), 12 deletions(-) delete mode 100644 gnome-control-center-2.23.90.tar.bz2 create mode 100644 gnome-control-center-2.24.0.tar.bz2 create mode 100644 gnome-control-center-bnc427745-force-dpi.patch diff --git a/gnome-control-center-2.23.90.tar.bz2 b/gnome-control-center-2.23.90.tar.bz2 deleted file mode 100644 index dc645b6..0000000 --- a/gnome-control-center-2.23.90.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c922186bb58b5cf08b4d7e09334674131a6509ec5750f1db0f31d5ba0fc95370 -size 2147811 diff --git a/gnome-control-center-2.24.0.tar.bz2 b/gnome-control-center-2.24.0.tar.bz2 new file mode 100644 index 0000000..a1cd361 --- /dev/null +++ b/gnome-control-center-2.24.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac690bc6806603fe9e9b9979b0cc8d80c2449c3a8b9f4964f378567d31e06cc +size 2119534 diff --git a/gnome-control-center-bnc427745-force-dpi.patch b/gnome-control-center-bnc427745-force-dpi.patch new file mode 100644 index 0000000..c59bdfa --- /dev/null +++ b/gnome-control-center-bnc427745-force-dpi.patch @@ -0,0 +1,16 @@ +Index: gnome-control-center-2.24.0/capplets/appearance/appearance-font.c +=================================================================== +--- gnome-control-center-2.24.0.orig/capplets/appearance/appearance-font.c ++++ gnome-control-center-2.24.0/capplets/appearance/appearance-font.c +@@ -759,8 +759,10 @@ dpi_load (GConfClient *client, + if (value) { + dpi = gconf_value_get_float (value); + gconf_value_free (value); +- } else ++ } else { + dpi = get_dpi_from_x_server (); ++ dpi = DPI_FALLBACK; ++ } + + if (dpi < DPI_LOW_REASONABLE_VALUE) + dpi = DPI_LOW_REASONABLE_VALUE; diff --git a/gnome-control-center.changes b/gnome-control-center.changes index b58e01b..67a4add 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Fri Sep 26 14:57:04 CEST 2008 - vuntz@novell.com + +- Merge openSUSE:Factory and GNOME:Factory... +- Add gnome-control-center-bnc427745-force-dpi.patch to force the + DPI to 96. This fixes huge fonts on login on recent laptops. + Fixes bnc#427745. + +------------------------------------------------------------------- +Tue Sep 23 12:46:05 CEST 2008 - rodrigo@novell.com + +- Update to version 2.24.0: + + Accessibility: + - Improve tooltip wording + + Appearance: + * when a hidden theme is selected, and therefore becomes visible, + create a thumbnail for it (bgo#547301) + * don't fail if the destination files already exist and the user tries + to overwrite them (bgo#552671) + * set GtkAdjustment page size to 0 to avoid roblems due to newly enforced + value boundaries in GTK+ 2.14 (bgo#551740) + + Common: + * properly initialize the callback data (bgo#550263) + + Default applications: + * don't advertise startup-notify. The script doesn't support it (bgo#550694) + * use a11y icon instead of searchtool (bgo#550742) + + Display: + * Use "Mirror Screens" instead of "Cloned Output" in the display of monitors, + to be consistent with the corresponding checkbox from the Glade file + * use theme colours for the background (bgo#545117) + + Keybindings: + * don't use the term "accelerator" in the UI (bgo#547276) + + Keyboard: + * chosing first variant by default (bgo#550722) + * using the fact that latest libxklavier returns descriptions in UTF-8, + no need to convert in 8-bit locales + + Sound: + * trying to print NULL strings crashes on Solaris (bgo#548586) + * add context to event sound names (bgo#549489) + + Updated translations + +------------------------------------------------------------------- +Fri Sep 19 16:15:40 CEST 2008 - rodrigo@novell.com + +- Added dependency on libcanberra-* +- Sound capplet is built always (bnc#427748) + ------------------------------------------------------------------- Thu Sep 18 13:34:00 CEST 2008 - sbrabec@suse.cz diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 66631d7..f32d49c 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -1,5 +1,5 @@ # -# spec file for package gnome-control-center (Version 2.23.90) +# spec file for package gnome-control-center (Version 2.24.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -25,22 +25,24 @@ BuildRequires: evolution-data-server-devel fdupes gnome-common BuildRequires: gnome-desktop-devel gnome-doc-utils-devel gnome-menus-devel BuildRequires: gnome-panel-devel gnome-patch-translation BuildRequires: gnome-settings-daemon-devel gstreamer010-plugins-base-devel -BuildRequires: intltool libglade2-devel libgnomekbd-devel libidl -BuildRequires: librsvg-devel libxklavier-devel metacity-devel -BuildRequires: nautilus-devel pam-devel perl-XML-Parser scrollkeeper -BuildRequires: sgml-skel update-desktop-files xorg-x11 +BuildRequires: intltool libcanberra-devel libcanberra-gtk libglade2-devel +BuildRequires: libgnomekbd-devel libidl librsvg-devel libxklavier-devel +BuildRequires: metacity-devel nautilus-devel pam-devel perl-XML-Parser +BuildRequires: scrollkeeper sgml-skel update-desktop-files xorg-x11 License: GPL v2 or later Group: System/GUI/GNOME Obsoletes: fontilus themus acme Provides: fontilus themus acme -Version: 2.23.90 -Release: 6 +Version: 2.24.0 +Release: 1 Summary: The GNOME Control Center Source: gnome-%{_name}-%{version}.tar.bz2 Source1: control-center-art.tar.bz2 Source2: fontilus.xml Source3: change-password.png Source4: permissions.tar.bz2 +# PATCH-FIX-UPSTREAM gnome-control-center-bnc427745-force-dpi.patch bnc427745 bgo553652 vuntz@novell.com -- Force the DPI to 96 right now to avoid big fonts. +Patch1: gnome-control-center-bnc427745-force-dpi.patch # PATCH-NEEDS-REBASE gnome-control-center-desktop.patch Patch3: gnome-control-center-desktop.patch # PATCH-FIX-OPENSUSE gnome-control-center-backout-309558.patch bgo309558 @@ -144,9 +146,7 @@ cp %{S:2} $RPM_BUILD_ROOT%{_datadir}/mime/packages ### % # suse $ _update_desktop_file font-properties X-SuSE-ControlCenter-LookAndFeel %suse_update_desktop_file gnome-passwd X-SuSE-ControlCenter-Personal %suse_update_desktop_file gnome-settings-mouse X-SuSE-ControlCenter-Hardware -if test -f $RPM_BUILD_ROOT/%{_datadir}/applications/gnome-settings-sound.desktop ; then %suse_update_desktop_file gnome-settings-sound X-SuSE-ControlCenter-System -fi %suse_update_desktop_file gnome-network-preferences X-SuSE-ControlCenter-System %suse_update_desktop_file gnome-appearance-properties X-SuSE-ControlCenter-LookAndFeel ### % # suse $ _update_desktop_file -D "user-guide/user-guide.xml?goscustuserinter-2" gnome-ui-properties X-SuSE-ControlCenter-LookAndFeel @@ -239,6 +239,44 @@ fi %{_datadir}/pkgconfig/*.pc %changelog +* Fri Sep 26 2008 vuntz@novell.com +- Merge openSUSE:Factory and GNOME:Factory... +- Add gnome-control-center-bnc427745-force-dpi.patch to force the + DPI to 96. This fixes huge fonts on login on recent laptops. + Fixes bnc#427745. +* Tue Sep 23 2008 rodrigo@novell.com +- Update to version 2.24.0: + + Accessibility: + - Improve tooltip wording + + Appearance: + * when a hidden theme is selected, and therefore becomes visible, + create a thumbnail for it (bgo#547301) + * don't fail if the destination files already exist and the user tries + to overwrite them (bgo#552671) + * set GtkAdjustment page size to 0 to avoid roblems due to newly enforced + value boundaries in GTK+ 2.14 (bgo#551740) + + Common: + * properly initialize the callback data (bgo#550263) + + Default applications: + * don't advertise startup-notify. The script doesn't support it (bgo#550694) + * use a11y icon instead of searchtool (bgo#550742) + + Display: + * Use "Mirror Screens" instead of "Cloned Output" in the display of monitors, + to be consistent with the corresponding checkbox from the Glade file + * use theme colours for the background (bgo#545117) + + Keybindings: + * don't use the term "accelerator" in the UI (bgo#547276) + + Keyboard: + * chosing first variant by default (bgo#550722) + * using the fact that latest libxklavier returns descriptions in UTF-8, + no need to convert in 8-bit locales + + Sound: + * trying to print NULL strings crashes on Solaris (bgo#548586) + * add context to event sound names (bgo#549489) + + Updated translations +* Fri Sep 19 2008 rodrigo@novell.com +- Added dependency on libcanberra-* +- Sound capplet is built always (bnc#427748) * Thu Sep 18 2008 sbrabec@suse.cz - Dropped ftp:// and news:// patches (bnc#256090). * Thu Sep 04 2008 mboman@novell.com