forked from pool/gnome-control-center
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=18
This commit is contained in:
parent
341782af77
commit
d467100cfd
1768
gnome-control-center-randr-gerror.diff
Normal file
1768
gnome-control-center-randr-gerror.diff
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 9 14:04:20 CST 2009 - federico@novell.com
|
||||||
|
|
||||||
|
- Added gnome-control-center-randr-gerror.diff. This adds good error
|
||||||
|
reporting when changing the multihead configuration, and fixes these
|
||||||
|
bugs:
|
||||||
|
bnc#381030 - Fix spacings in the display capplet's dialog, labels,
|
||||||
|
and option grouping.
|
||||||
|
bnc#450141 - Remove nonfunctioning Help button.
|
||||||
|
bnc#433939 - Make it more obvious how to turn on a newly-detected
|
||||||
|
monitor that is off.
|
||||||
|
bgo#551566 - Fix incorrect repainting when resizing the capplet's
|
||||||
|
dialog.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 12 19:25:07 CET 2008 - rodrigo@novell.com
|
Wed Nov 12 19:25:07 CET 2008 - rodrigo@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-control-center (Version 2.24.0.1)
|
# spec file for package gnome-control-center (Version 2.24.0.1)
|
||||||
#
|
#
|
||||||
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,7 +34,7 @@ Group: System/GUI/GNOME
|
|||||||
Obsoletes: fontilus themus acme
|
Obsoletes: fontilus themus acme
|
||||||
Provides: fontilus themus acme
|
Provides: fontilus themus acme
|
||||||
Version: 2.24.0.1
|
Version: 2.24.0.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: The GNOME Control Center
|
Summary: The GNOME Control Center
|
||||||
Source: gnome-%{_name}-%{version}.tar.bz2
|
Source: gnome-%{_name}-%{version}.tar.bz2
|
||||||
Source1: control-center-art.tar.bz2
|
Source1: control-center-art.tar.bz2
|
||||||
@ -57,6 +57,8 @@ Patch14: gnome-control-center-system-proxy-configuration.patch
|
|||||||
Patch28: gnome-control-center-use-settings-menu.patch
|
Patch28: gnome-control-center-use-settings-menu.patch
|
||||||
# PATCH-FIX-OPENSUSE gnome-control-center-bnc373197-layout-switch-keybinding.patch bnc373197 vuntz@novell.com -- this is a temporary hack to change the default layout switching keybinding
|
# PATCH-FIX-OPENSUSE gnome-control-center-bnc373197-layout-switch-keybinding.patch bnc373197 vuntz@novell.com -- this is a temporary hack to change the default layout switching keybinding
|
||||||
Patch30: gnome-control-center-bnc373197-layout-switch-keybinding.patch
|
Patch30: gnome-control-center-bnc373197-layout-switch-keybinding.patch
|
||||||
|
# PATCH-FIX-UPSTREAM gnome-control-center-randr-gerror.diff bnc381030 bnc450141 bnc433939 bgo551566 - Various usability fixes for the display capplet
|
||||||
|
Patch31: gnome-control-center-randr-gerror.diff
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Requires: nautilus gnome-settings-daemon gnome-menus libcanberra-gtk
|
Requires: nautilus gnome-settings-daemon gnome-menus libcanberra-gtk
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
@ -116,6 +118,7 @@ gnome-patch-translation-prepare
|
|||||||
cp %{S:3} capplets/passwd/change-password.png
|
cp %{S:3} capplets/passwd/change-password.png
|
||||||
%patch28
|
%patch28
|
||||||
%patch30 -p1
|
%patch30 -p1
|
||||||
|
%patch31 -p1
|
||||||
gnome-patch-translation-update
|
gnome-patch-translation-update
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -239,13 +242,24 @@ fi
|
|||||||
%{_datadir}/pkgconfig/*.pc
|
%{_datadir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 09 2009 federico@novell.com
|
||||||
|
- Added gnome-control-center-randr-gerror.diff. This adds good error
|
||||||
|
reporting when changing the multihead configuration, and fixes these
|
||||||
|
bugs:
|
||||||
|
bnc#381030 - Fix spacings in the display capplet's dialog, labels,
|
||||||
|
and option grouping.
|
||||||
|
bnc#450141 - Remove nonfunctioning Help button.
|
||||||
|
bnc#433939 - Make it more obvious how to turn on a newly-detected
|
||||||
|
monitor that is off.
|
||||||
|
bgo#551566 - Fix incorrect repainting when resizing the capplet's
|
||||||
|
dialog.
|
||||||
* Wed Nov 12 2008 rodrigo@novell.com
|
* Wed Nov 12 2008 rodrigo@novell.com
|
||||||
- Add libcanberra-gtk to Requires to get sound events working (bnc#439054)
|
- Add libcanberra-gtk to Requires to get sound events working (bnc#439054)
|
||||||
* Tue Nov 04 2008 vuntz@novell.com
|
* Tue Nov 04 2008 vuntz@novell.com
|
||||||
- Move gnome-control-center-use-preferences-menu.patch to
|
- Move gnome-control-center-use-preferences-menu.patch to
|
||||||
gnome-control-center-use-settings-menu.patch since we now use
|
gnome-control-center-use-settings-menu.patch since we now use
|
||||||
settings.menu.
|
settings.menu.
|
||||||
* Sat Oct 04 2008 mboman@suse.de
|
* Fri Oct 03 2008 mboman@suse.de
|
||||||
- Update to version 2.24.0.1:
|
- Update to version 2.24.0.1:
|
||||||
+ Fix newly-introduced crash in theme tab (bgo#553541)
|
+ Fix newly-introduced crash in theme tab (bgo#553541)
|
||||||
* Fri Sep 26 2008 vuntz@novell.com
|
* Fri Sep 26 2008 vuntz@novell.com
|
||||||
@ -404,7 +418,7 @@ fi
|
|||||||
- Added control-center2-desktop-effects.patch to add compiz
|
- Added control-center2-desktop-effects.patch to add compiz
|
||||||
activation GUI to the appearance capplet.
|
activation GUI to the appearance capplet.
|
||||||
- Finish tagging of patches
|
- Finish tagging of patches
|
||||||
* Fri Mar 14 2008 maw@suse.de
|
* Thu Mar 13 2008 maw@suse.de
|
||||||
- Update to version 2.22.0:
|
- Update to version 2.22.0:
|
||||||
+ about-me:
|
+ about-me:
|
||||||
* Fix misspelling of "palindrome" (bgo#519398)
|
* Fix misspelling of "palindrome" (bgo#519398)
|
||||||
@ -442,7 +456,7 @@ fi
|
|||||||
- Removed gnome-settings-daemon related files
|
- Removed gnome-settings-daemon related files
|
||||||
- Disable temporarily gnome-patch-translation*, since it's
|
- Disable temporarily gnome-patch-translation*, since it's
|
||||||
complaining about files removed upstream ??
|
complaining about files removed upstream ??
|
||||||
* Wed Nov 21 2007 maw@suse.de
|
* Tue Nov 20 2007 maw@suse.de
|
||||||
- Fix build.
|
- Fix build.
|
||||||
* Tue Nov 06 2007 rodrigo@suse.de
|
* Tue Nov 06 2007 rodrigo@suse.de
|
||||||
- Added missing gtk_widget_set_sensitive call (#8785)
|
- Added missing gtk_widget_set_sensitive call (#8785)
|
||||||
@ -682,12 +696,12 @@ fi
|
|||||||
- Ported control-center-default-applications-ftp+news.patch
|
- Ported control-center-default-applications-ftp+news.patch
|
||||||
(#113104#c11).
|
(#113104#c11).
|
||||||
- Added seamonkey to default applications list.
|
- Added seamonkey to default applications list.
|
||||||
* Sat Mar 31 2007 maw@suse.de
|
* Fri Mar 30 2007 maw@suse.de
|
||||||
- Update to version 2.18.0
|
- Update to version 2.18.0
|
||||||
- b.g.o 344741 and 413468 (partially).
|
- b.g.o 344741 and 413468 (partially).
|
||||||
* Mon Mar 19 2007 sbrabec@suse.cz
|
* Mon Mar 19 2007 sbrabec@suse.cz
|
||||||
- Fixed devel dependencies.
|
- Fixed devel dependencies.
|
||||||
* Fri Mar 16 2007 maw@suse.de
|
* Thu Mar 15 2007 maw@suse.de
|
||||||
- Update to version 2.17.91
|
- Update to version 2.17.91
|
||||||
- Refresh a number of patches.
|
- Refresh a number of patches.
|
||||||
- Bug fixes include bugzilla.gnome.org #402797, #358106, #380991,
|
- Bug fixes include bugzilla.gnome.org #402797, #358106, #380991,
|
||||||
@ -715,7 +729,7 @@ fi
|
|||||||
- Update and reenable control-center2-po-update.patch
|
- Update and reenable control-center2-po-update.patch
|
||||||
* Fri Oct 13 2006 dreveman@suse.de
|
* Fri Oct 13 2006 dreveman@suse.de
|
||||||
- Update compiz keybinding patch so it works with compiz 0.2.
|
- Update compiz keybinding patch so it works with compiz 0.2.
|
||||||
* Fri Oct 13 2006 aj@suse.de
|
* Thu Oct 12 2006 aj@suse.de
|
||||||
- Adjust BuildRequires for gnome-doc-utils.
|
- Adjust BuildRequires for gnome-doc-utils.
|
||||||
* Mon Oct 02 2006 jhargadon@suse.de
|
* Mon Oct 02 2006 jhargadon@suse.de
|
||||||
- update to version 2.16.1
|
- update to version 2.16.1
|
||||||
@ -728,14 +742,14 @@ fi
|
|||||||
- Allow the text in the details to ellipsize and set a minimun width for
|
- Allow the text in the details to ellipsize and set a minimun width for
|
||||||
the dialog
|
the dialog
|
||||||
- translation updates
|
- translation updates
|
||||||
* Thu Sep 14 2006 jhargadon@suse.de
|
* Wed Sep 13 2006 jhargadon@suse.de
|
||||||
- update to versin 2.16.0
|
- update to versin 2.16.0
|
||||||
- avoid excess strduping
|
- avoid excess strduping
|
||||||
- avoid extra key events processing
|
- avoid extra key events processing
|
||||||
- avoid grabbing all keyboard when the key code cannot be retrieved
|
- avoid grabbing all keyboard when the key code cannot be retrieved
|
||||||
- add missing maximize button
|
- add missing maximize button
|
||||||
- translation updates
|
- translation updates
|
||||||
* Sat Sep 02 2006 gekker@suse.de
|
* Fri Sep 01 2006 gekker@suse.de
|
||||||
- Install dbus service file in correct location
|
- Install dbus service file in correct location
|
||||||
* Wed Aug 30 2006 jhargadon@suse.de
|
* Wed Aug 30 2006 jhargadon@suse.de
|
||||||
- update to version 2.15.92
|
- update to version 2.15.92
|
||||||
@ -772,7 +786,7 @@ fi
|
|||||||
- Fix for 185591 - missing localization for sound entries.
|
- Fix for 185591 - missing localization for sound entries.
|
||||||
* Fri Jun 16 2006 sbrabec@suse.cz
|
* Fri Jun 16 2006 sbrabec@suse.cz
|
||||||
- Fixed missing strings in password dialog (#185584).
|
- Fixed missing strings in password dialog (#185584).
|
||||||
* Fri Jun 02 2006 hpj@suse.de
|
* Thu Jun 01 2006 hpj@suse.de
|
||||||
- Updated the search patch to fall back to gnome-search-tool if
|
- Updated the search patch to fall back to gnome-search-tool if
|
||||||
Beagle can't be found.
|
Beagle can't be found.
|
||||||
* Mon May 29 2006 hpj@suse.de
|
* Mon May 29 2006 hpj@suse.de
|
||||||
@ -804,7 +818,7 @@ fi
|
|||||||
- Updated control-center2-multiple-displays.patch to use the correct
|
- Updated control-center2-multiple-displays.patch to use the correct
|
||||||
DISPLAY for bonobo-activation, and fixed ultra-quick error dialog
|
DISPLAY for bonobo-activation, and fixed ultra-quick error dialog
|
||||||
(#156801).
|
(#156801).
|
||||||
* Thu Mar 23 2006 federico@novell.com
|
* Wed Mar 22 2006 federico@novell.com
|
||||||
- Updated control-center2-system-proxy-configuration.diff to fix bug
|
- Updated control-center2-system-proxy-configuration.diff to fix bug
|
||||||
[#158600]. Gnome-settings-daemon will now read the HTTPS_PROXY value
|
[#158600]. Gnome-settings-daemon will now read the HTTPS_PROXY value
|
||||||
from /etc/sysconfi/proxy and set it in the appropriate GConf keys.
|
from /etc/sysconfi/proxy and set it in the appropriate GConf keys.
|
||||||
@ -816,9 +830,9 @@ fi
|
|||||||
[#153419])
|
[#153419])
|
||||||
* Sun Feb 19 2006 aj@suse.de
|
* Sun Feb 19 2006 aj@suse.de
|
||||||
- Reduce BuildRequires.
|
- Reduce BuildRequires.
|
||||||
* Sat Feb 18 2006 sreeves@suse.de
|
* Fri Feb 17 2006 sreeves@suse.de
|
||||||
- Another Update .desktop file (Name, GenericName, Comment, DocPath)
|
- Another Update .desktop file (Name, GenericName, Comment, DocPath)
|
||||||
* Sat Feb 18 2006 gekker@suse.de
|
* Fri Feb 17 2006 gekker@suse.de
|
||||||
- Fixup .desktop files for UI team
|
- Fixup .desktop files for UI team
|
||||||
* Fri Feb 17 2006 sreeves@suse.de
|
* Fri Feb 17 2006 sreeves@suse.de
|
||||||
- Update .desktop file (Name, GenericName, Comment, DocPath)
|
- Update .desktop file (Name, GenericName, Comment, DocPath)
|
||||||
@ -869,7 +883,7 @@ fi
|
|||||||
- s/Assistive Technology Support/Assistive Technology/
|
- s/Assistive Technology Support/Assistive Technology/
|
||||||
- Change window height to 550.
|
- Change window height to 550.
|
||||||
- Part of fix for #115299
|
- Part of fix for #115299
|
||||||
* Mon Sep 05 2005 aj@suse.de
|
* Sun Sep 04 2005 aj@suse.de
|
||||||
- Update to 2.12.0.
|
- Update to 2.12.0.
|
||||||
* Mon Aug 29 2005 rodrigo@suse.de
|
* Mon Aug 29 2005 rodrigo@suse.de
|
||||||
- Added control-center2-screensaver.patch (#113353)
|
- Added control-center2-screensaver.patch (#113353)
|
||||||
@ -924,7 +938,7 @@ fi
|
|||||||
- Symlink desktop icon to standard location (#72818).
|
- Symlink desktop icon to standard location (#72818).
|
||||||
* Thu Mar 10 2005 gekker@suse.de
|
* Thu Mar 10 2005 gekker@suse.de
|
||||||
- Add new version of the system-proxy-configuration patch (71202).
|
- Add new version of the system-proxy-configuration patch (71202).
|
||||||
* Thu Mar 10 2005 gekker@suse.de
|
* Wed Mar 09 2005 gekker@suse.de
|
||||||
- Update to version 2.10.0 (GNOME 2.10).
|
- Update to version 2.10.0 (GNOME 2.10).
|
||||||
* Mon Feb 28 2005 sbrabec@suse.cz
|
* Mon Feb 28 2005 sbrabec@suse.cz
|
||||||
- Do not package mimeinfo.cache.
|
- Do not package mimeinfo.cache.
|
||||||
@ -980,7 +994,7 @@ fi
|
|||||||
* Fri Jun 25 2004 jody@suse.de
|
* Fri Jun 25 2004 jody@suse.de
|
||||||
- Move the shell into a tarball to improve maintainability
|
- Move the shell into a tarball to improve maintainability
|
||||||
- Fix crash when clicking on whitespace
|
- Fix crash when clicking on whitespace
|
||||||
* Fri Jun 25 2004 jody@suse.de
|
* Thu Jun 24 2004 jody@suse.de
|
||||||
- remove keyboard layout (obsolete)
|
- remove keyboard layout (obsolete)
|
||||||
- change printer capplet and fix icon
|
- change printer capplet and fix icon
|
||||||
- update shell
|
- update shell
|
||||||
@ -991,7 +1005,7 @@ fi
|
|||||||
- Upgraded to 2.6.1.
|
- Upgraded to 2.6.1.
|
||||||
- Added patch to change desktop files to contain the Category needed
|
- Added patch to change desktop files to contain the Category needed
|
||||||
to show up with the new gnome-vfs2.
|
to show up with the new gnome-vfs2.
|
||||||
* Fri Apr 30 2004 clahey@suse.de
|
* Thu Apr 29 2004 clahey@suse.de
|
||||||
- Added patch to use new control center shell.
|
- Added patch to use new control center shell.
|
||||||
* Tue Apr 06 2004 sbrabec@suse.cz
|
* Tue Apr 06 2004 sbrabec@suse.cz
|
||||||
- Provide alternative desktop file in Utility->Desktop for non-GNOME
|
- Provide alternative desktop file in Utility->Desktop for non-GNOME
|
||||||
@ -1007,7 +1021,7 @@ fi
|
|||||||
- add %%defattr
|
- add %%defattr
|
||||||
* Tue Oct 07 2003 sbrabec@suse.cz
|
* Tue Oct 07 2003 sbrabec@suse.cz
|
||||||
- Updated to version 2.4.0 (GNOME 2.4).
|
- Updated to version 2.4.0 (GNOME 2.4).
|
||||||
* Sat Sep 13 2003 matz@suse.de
|
* Fri Sep 12 2003 matz@suse.de
|
||||||
- Fix wrong declaration that leads to segfaults.
|
- Fix wrong declaration that leads to segfaults.
|
||||||
* Thu Aug 07 2003 sbrabec@suse.cz
|
* Thu Aug 07 2003 sbrabec@suse.cz
|
||||||
- Not use globbing for schemas in %%files.
|
- Not use globbing for schemas in %%files.
|
||||||
@ -1019,7 +1033,7 @@ fi
|
|||||||
* Wed Jun 25 2003 sbrabec@suse.cz
|
* Wed Jun 25 2003 sbrabec@suse.cz
|
||||||
- Updated to version 2.2.2.
|
- Updated to version 2.2.2.
|
||||||
- Use %%find_lang.
|
- Use %%find_lang.
|
||||||
* Mon Jun 23 2003 ro@suse.de
|
* Sun Jun 22 2003 ro@suse.de
|
||||||
- package directories
|
- package directories
|
||||||
* Thu May 15 2003 sbrabec@suse.cz
|
* Thu May 15 2003 sbrabec@suse.cz
|
||||||
- Updated to version 2.2.1.
|
- Updated to version 2.2.1.
|
||||||
@ -1071,7 +1085,7 @@ fi
|
|||||||
- updated to version 1.99.10
|
- updated to version 1.99.10
|
||||||
* Fri Apr 26 2002 ro@suse.de
|
* Fri Apr 26 2002 ro@suse.de
|
||||||
- replaced gnome-core2 by gnome-desktop in neededforbuild
|
- replaced gnome-core2 by gnome-desktop in neededforbuild
|
||||||
* Fri Feb 01 2002 ro@suse.de
|
* Thu Jan 31 2002 ro@suse.de
|
||||||
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
||||||
* Thu Jan 24 2002 hhetter@suse.de
|
* Thu Jan 24 2002 hhetter@suse.de
|
||||||
- initial SuSE package for GNOME 2.0 platform
|
- initial SuSE package for GNOME 2.0 platform
|
||||||
|
Loading…
Reference in New Issue
Block a user