OBS User unknown 2008-10-06 15:58:40 +00:00 committed by Git OBS Bridge
parent 989d709bf1
commit 35c3ab00ac
5 changed files with 106 additions and 86 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ae991cbfb2ecf8acdf3d23d700394572207e2244baf223d2a9001f0eb8ba1931
size 1510180

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ebe5b0c2bb296386f1d62c3a5d30ed50e353c8d9dc390b77e0b5fdf56e4dad9
size 1504921

View File

@ -106,7 +106,7 @@ index 4c21fa1..49e7a4b 100644
/* Database management */ /* Database management */
static gchar * static gchar *
@@ -1036,13 +1082,68 @@ gnome_rr_config_save (GnomeRRConfig *configuration, GError **err) @@ -1037,15 +1037,70 @@
return result; return result;
} }
@ -172,12 +172,15 @@ index 4c21fa1..49e7a4b 100644
{ {
CrtcAssignment *assignment; CrtcAssignment *assignment;
GnomeOutputInfo **outputs; GnomeOutputInfo **outputs;
gboolean result = FALSE;
- outputs = make_outputs (conf); - outputs = make_outputs (conf);
-
+ outputs = make_outputs (config); + outputs = make_outputs (config);
+
assignment = crtc_assignment_new (screen, outputs); assignment = crtc_assignment_new (screen, outputs);
outputs_free (outputs);
@@ -1065,42 +1166,51 @@ apply_configuration (GnomeRRConfig *conf, GnomeRRScreen *screen) @@ -1065,42 +1166,51 @@ apply_configuration (GnomeRRConfig *conf, GnomeRRScreen *screen)
gboolean gboolean
gnome_rr_config_apply_stored (GnomeRRScreen *screen) gnome_rr_config_apply_stored (GnomeRRScreen *screen)

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Oct 4 08:59:29 WST 2008 - mboman@suse.de
- Update to version 2.24.0:
+ GnomeRR: don't try and set the screen size if turning off any of the
CRTC's failed
+ GnomeDesktopItem: compute the length of the string passed to
gnome_desktop_item_new_from_string if the len is not specified
+ Translation updates
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 15 09:05:45 EST 2008 - mboman@novell.com Mon Sep 15 09:05:45 EST 2008 - mboman@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package gnome-desktop (Version 2.23.92) # spec file for package gnome-desktop (Version 2.24.0)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -26,7 +26,7 @@ BuildRequires: update-desktop-files
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GPL v2 or later; LGPL v2.1 or later License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GPL v2 or later; LGPL v2.1 or later
Group: System/GUI/GNOME Group: System/GUI/GNOME
Obsoletes: gnome-core Obsoletes: gnome-core
Version: 2.23.92 Version: 2.24.0
Release: 1 Release: 1
Summary: The GNOME Desktop API Library Summary: The GNOME Desktop API Library
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
@ -195,59 +195,66 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/gnome-desktop %{_datadir}/gtk-doc/html/gnome-desktop
%changelog %changelog
* Mon Sep 15 2008 mboman@novell.com * Sat Oct 04 2008 mboman@suse.de
- Update to version 2.24.0:
+ GnomeRR: don't try and set the screen size if turning off any of the
CRTC's failed
+ GnomeDesktopItem: compute the length of the string passed to
gnome_desktop_item_new_from_string if the len is not specified
+ Translation updates
* Tue Sep 16 2008 mboman@novell.com
- Update to version 2.23.92: - Update to version 2.23.92:
+ GnomeRR: fix compilation on Solaris + GnomeRR: fix compilation on Solaris
+ Misc: Fix compilation with old Xorg with no pkg-config files + Misc: Fix compilation with old Xorg with no pkg-config files
+ Translation updates + Translation updates
* Fri Sep 12 2008 vuntz@novell.com * Sat Sep 13 2008 vuntz@novell.com
- Update gnome-desktop-fate300461-desktop-gettext.patch to make it - Update gnome-desktop-fate300461-desktop-gettext.patch to make it
able to load translations from the desktop-translations package. able to load translations from the desktop-translations package.
This is part of fate#300461 again. This is part of fate#300461 again.
* Wed Sep 10 2008 federico@novell.com * Thu Sep 11 2008 federico@novell.com
- Added gnome-desktop-randr-cloned-outputs.diff to provide - Added gnome-desktop-randr-cloned-outputs.diff to provide
infrastructure needed to support switching display output modes on infrastructure needed to support switching display output modes on
laptops with the Fn-F7 (XF86Display) hotkey. The actual handling of laptops with the Fn-F7 (XF86Display) hotkey. The actual handling of
the hotkey happens in the gnome-settings-daemon package. the hotkey happens in the gnome-settings-daemon package.
* Wed Sep 03 2008 mboman@novell.com * Thu Sep 04 2008 mboman@novell.com
- Update to version 2.23.91: - Update to version 2.23.91:
+ Fix leak + Fix leak
+ GnomeRR: allow E-EDID blocks + GnomeRR: allow E-EDID blocks
+ Fix compilation with old Xorg with no pkg-config files + Fix compilation with old Xorg with no pkg-config files
+ Translation updates + Translation updates
* Fri Aug 29 2008 maw@suse.de * Sat Aug 30 2008 maw@suse.de
- Update to version 2.23.90: - Update to version 2.23.90:
+ Add support for randr monitor labling (so drop + Add support for randr monitor labling (so drop
gnome-desktop-randr-monitor-labeling.diff, which previously gnome-desktop-randr-monitor-labeling.diff, which previously
implemented this but now is upstream) implemented this but now is upstream)
+ Updated translations. + Updated translations.
* Fri Aug 15 2008 federico@novell.com * Sat Aug 16 2008 federico@novell.com
- Added gnome-desktop-randr-monitor-labeling.diff. This implements an - Added gnome-desktop-randr-monitor-labeling.diff. This implements an
API to label physical monitors while their RANDR options are being API to label physical monitors while their RANDR options are being
configured. configured.
* Tue Aug 05 2008 rodrigo@suse.de * Wed Aug 06 2008 rodrigo@suse.de
- Update to version 2.23.6: - Update to version 2.23.6:
+ Fix build with gcc 2.x (Jens Granseuer) + Fix build with gcc 2.x (Jens Granseuer)
+ GnomeBG: fix handling of empty filenames (Soren Sandmann) + GnomeBG: fix handling of empty filenames (Soren Sandmann)
+ GnomeBG: word around non-atomic gconf for emitting changed signals + GnomeBG: word around non-atomic gconf for emitting changed signals
only once (Soren Sandmann) only once (Soren Sandmann)
- Remove upstreamed randr1.2 patch - Remove upstreamed randr1.2 patch
* Mon Jul 28 2008 vuntz@novell.com * Tue Jul 29 2008 vuntz@novell.com
- Add gnome-desktop-fate300461-desktop-gettext.patch to support - Add gnome-desktop-fate300461-desktop-gettext.patch to support
translation of desktop entries via gettext. This is part of translation of desktop entries via gettext. This is part of
fate#300461 fate#300461
* Mon Jul 07 2008 ro@suse.de * Mon Jul 07 2008 ro@suse.de
- update baselibs.conf - update baselibs.conf
(it is called libgnome-desktop-2-7 by now) (it is called libgnome-desktop-2-7 by now)
* Thu Jul 03 2008 aj@suse.de * Fri Jul 04 2008 aj@suse.de
- Revert last change, it's needed for gnome-panel. - Revert last change, it's needed for gnome-panel.
* Mon Jun 30 2008 aj@suse.de * Mon Jun 30 2008 aj@suse.de
- Remove gnome-desktop from baselibs.conf. - Remove gnome-desktop from baselibs.conf.
* Fri Jun 20 2008 maw@suse.de * Sat Jun 21 2008 maw@suse.de
- Update to version 2.23.4: - Update to version 2.23.4:
+ Require intltool 0.40.0 + Require intltool 0.40.0
+ Updated translations. + Updated translations.
* Mon Jun 16 2008 maw@suse.de * Tue Jun 17 2008 maw@suse.de
- Update to version 2.23.3: - Update to version 2.23.3:
+ libgnome-desktop: + libgnome-desktop:
* Do not force the top-left corner of the image to fit in * Do not force the top-left corner of the image to fit in
@ -273,21 +280,21 @@ rm -rf $RPM_BUILD_ROOT
* Convert the strftime() output to UTF-8 (Takao Fujiwara) * Convert the strftime() output to UTF-8 (Takao Fujiwara)
+ Updated translations + Updated translations
- Rename the libgnome-desktop shared library subpackage. - Rename the libgnome-desktop shared library subpackage.
* Thu May 29 2008 federico@novell.com * Fri May 30 2008 federico@novell.com
- Updated gnome-desktop-randr-1.2.diff with the latest fixes from upstream. - Updated gnome-desktop-randr-1.2.diff with the latest fixes from upstream.
* Sun May 11 2008 coolo@suse.de * Sun May 11 2008 coolo@suse.de
- fix renames of xxbit packages - fix renames of xxbit packages
* Wed May 07 2008 federico@novell.com * Thu May 08 2008 federico@novell.com
- Updated gnome-desktop-randr-1.2.diff with bugfixes from Fedora and Ubuntu. - Updated gnome-desktop-randr-1.2.diff with bugfixes from Fedora and Ubuntu.
* Tue Apr 29 2008 cthiel@suse.de * Wed Apr 30 2008 cthiel@suse.de
- obsolete gnome-desktop-<arch> via baselibs.conf - obsolete gnome-desktop-<arch> via baselibs.conf
* Fri Apr 25 2008 federico@novell.com * Sat Apr 26 2008 federico@novell.com
- Added gnome-desktop-randr-1.2.diff to integrate the new - Added gnome-desktop-randr-1.2.diff to integrate the new
functionality to configure RandR 1.2. functionality to configure RandR 1.2.
* Mon Apr 21 2008 vuntz@suse.de * Mon Apr 21 2008 vuntz@suse.de
- Rewrite gnome-desktop-recently-used-apps.patch so that it - Rewrite gnome-desktop-recently-used-apps.patch so that it
applies. applies.
* Thu Apr 10 2008 maw@suse.de * Fri Apr 11 2008 maw@suse.de
- Update to version 2.22.1: - Update to version 2.22.1:
+ Fix some compiler warnings + Fix some compiler warnings
+ Handle start time in the future correctly in GnomeBG + Handle start time in the future correctly in GnomeBG
@ -295,12 +302,12 @@ rm -rf $RPM_BUILD_ROOT
* Thu Apr 10 2008 ro@suse.de * Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages - added baselibs.conf file to build xxbit packages
for multilib support for multilib support
* Tue Apr 01 2008 vuntz@suse.de * Wed Apr 02 2008 vuntz@suse.de
- Remove uz@cyrillic workaround (see bnc#372941) - Remove uz@cyrillic workaround (see bnc#372941)
* Thu Mar 13 2008 maw@suse.de * Fri Mar 14 2008 maw@suse.de
- Update to version 2.22.0: - Update to version 2.22.0:
+ Updated translations. + Updated translations.
* Tue Mar 04 2008 maw@suse.de * Wed Mar 05 2008 maw@suse.de
- Update to version 2.21.92: - Update to version 2.21.92:
+ libgnome-desktop: + libgnome-desktop:
* Fix crash in GnomeBG * Fix crash in GnomeBG
@ -311,7 +318,7 @@ rm -rf $RPM_BUILD_ROOT
+ Misc: + Misc:
* Use gvfs-copy instead of gnomevfs-copy in autogen.sh * Use gvfs-copy instead of gnomevfs-copy in autogen.sh
+ Updated translations. + Updated translations.
* Mon Feb 18 2008 maw@suse.de * Tue Feb 19 2008 maw@suse.de
- Update to version 2.21.91: - Update to version 2.21.91:
+ libgnome-desktop: + libgnome-desktop:
* Fix invalid read * Fix invalid read
@ -322,12 +329,12 @@ rm -rf $RPM_BUILD_ROOT
* Add back a --version option * Add back a --version option
+ Require gio, and get rid of gnome-vfs + Require gio, and get rid of gnome-vfs
+ Updated translations. + Updated translations.
* Fri Feb 01 2008 maw@suse.de * Sat Feb 02 2008 maw@suse.de
- Update to version 2.21.90: - Update to version 2.21.90:
+ Add GNOME_DESKTOP_USE_UNSTABLE_API API guard + Add GNOME_DESKTOP_USE_UNSTABLE_API API guard
+ Updated translations + Updated translations
- Build with -fno-strict-aliasing. - Build with -fno-strict-aliasing.
* Thu Jan 24 2008 rodrigo@suse.de * Fri Jan 25 2008 rodrigo@suse.de
- Updated to GNOME 2.21.5 version: - Updated to GNOME 2.21.5 version:
* gnome-about: Don't keep the window centered * gnome-about: Don't keep the window centered
* gnome-about: Fix problem when the color of the logo is wrong * gnome-about: Fix problem when the color of the logo is wrong
@ -337,83 +344,83 @@ rm -rf $RPM_BUILD_ROOT
so people can actually read it so people can actually read it
* Add check for X11 libraries * Add check for X11 libraries
* Translations update * Translations update
* Tue Sep 18 2007 sbrabec@suse.cz * Wed Sep 19 2007 sbrabec@suse.cz
- Updated to version 2.20.0: - Updated to version 2.20.0:
* gnome-about: Display the list of Foundation members too * gnome-about: Display the list of Foundation members too
* Remove gnome-vfs dependency for gnome-about * Remove gnome-vfs dependency for gnome-about
* Remove spec file * Remove spec file
* Translations update * Translations update
* Mon Sep 10 2007 mauro@suse.de * Tue Sep 11 2007 mauro@suse.de
- Update to version 2.19.92: - Update to version 2.19.92:
+ Updated translations. + Updated translations.
+ Updated README + Updated README
* Thu Aug 30 2007 maw@suse.de * Fri Aug 31 2007 maw@suse.de
- Update to version 2.19.90: - Update to version 2.19.90:
+ Updated translations. + Updated translations.
* Tue Aug 14 2007 maw@suse.de * Tue Aug 14 2007 maw@suse.de
- Rename the uz@cyrillic locale directory to uz@Cyrl to avoid - Rename the uz@cyrillic locale directory to uz@Cyrl to avoid
unowned directories. unowned directories.
* Tue Aug 07 2007 maw@suse.de * Wed Aug 08 2007 maw@suse.de
- Use %%fdupes - Use %%fdupes
- Split off a -lang subpackage - Split off a -lang subpackage
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun. - s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
* Thu Aug 02 2007 mauro@suse.de * Fri Aug 03 2007 mauro@suse.de
- Update to version 2.19.6 - Update to version 2.19.6
- Dependencies fixes. - Dependencies fixes.
* Fri Jul 06 2007 maw@suse.de * Sat Jul 07 2007 maw@suse.de
- Update to version 2.19.4 - Update to version 2.19.4
- Updated translations - Updated translations
- Some tangoified icons - Some tangoified icons
- Requires newer versions of glib2 and gtk2. - Requires newer versions of glib2 and gtk2.
* Fri Jun 22 2007 maw@suse.de * Sat Jun 23 2007 maw@suse.de
- Require libopenssl-devel in the -devel subpackage - Require libopenssl-devel in the -devel subpackage
- Let the automagic requirements stuff do all the work. - Let the automagic requirements stuff do all the work.
* Thu Jun 07 2007 sbrabec@suse.cz * Thu Jun 07 2007 sbrabec@suse.cz
- Removed invalid desktop Category "Application" (#254654). - Removed invalid desktop Category "Application" (#254654).
* Fri Apr 27 2007 sbrabec@suse.cz * Fri Apr 27 2007 sbrabec@suse.cz
- Do not call meinproc (#227624). - Do not call meinproc (#227624).
* Wed Apr 11 2007 maw@suse.de * Thu Apr 12 2007 maw@suse.de
- Update to version 2.18.1 - Update to version 2.18.1
- Minor fixes - Minor fixes
- Updated translations for both the documentation (ar and ca) - Updated translations for both the documentation (ar and ca)
and the software itself (dz, es, eu, gl, ku, and lv). and the software itself (dz, es, eu, gl, ku, and lv).
* Fri Mar 23 2007 maw@suse.de * Sat Mar 24 2007 maw@suse.de
- Update to version 2.18.0 - Update to version 2.18.0
- Few, minor changes. - Few, minor changes.
* Mon Feb 19 2007 maw@suse.de * Tue Feb 20 2007 maw@suse.de
- Update to version 2.17.91. - Update to version 2.17.91.
* Wed Feb 07 2007 sbrabec@suse.cz * Wed Feb 07 2007 sbrabec@suse.cz
- Do not build unusable static libraries (#238552). - Do not build unusable static libraries (#238552).
* Sun Jan 07 2007 sbrabec@suse.cz * Mon Jan 08 2007 sbrabec@suse.cz
- Splitted gnome-desktop-doc from gnome-desktop. - Splitted gnome-desktop-doc from gnome-desktop.
* Thu Dec 14 2006 maw@suse.de * Fri Dec 15 2006 maw@suse.de
- Move to /usr - Move to /usr
- Some specfile cleanup. - Some specfile cleanup.
* Tue Nov 21 2006 sbrabec@suse.cz * Wed Nov 22 2006 sbrabec@suse.cz
- Do not explicitly require mDNSResponder-lib blocking avahi compat - Do not explicitly require mDNSResponder-lib blocking avahi compat
package. package.
* Wed Nov 15 2006 jimmyk@suse.de * Thu Nov 16 2006 jimmyk@suse.de
- Updated recently-used-apps.patch to be compatible with new recently-used - Updated recently-used-apps.patch to be compatible with new recently-used
format, BNC #221392. format, BNC #221392.
* Thu Oct 12 2006 ro@suse.de * Fri Oct 13 2006 ro@suse.de
- added gnome-doc-utils-devel to buildreq - added gnome-doc-utils-devel to buildreq
* Mon Oct 02 2006 jhargadon@suse.de * Tue Oct 03 2006 jhargadon@suse.de
- update to version 2.16.1 - update to version 2.16.1
- updated translations - updated translations
* Wed Sep 13 2006 jhargadon@suse.de * Thu Sep 14 2006 jhargadon@suse.de
- update to version 2.16.0 - update to version 2.16.0
- updated translations - updated translations
* Tue Sep 12 2006 danw@suse.de * Wed Sep 13 2006 danw@suse.de
- update X-KDE-SubstituteUID.dif for 2.15 and re-enable it. #202076 - update X-KDE-SubstituteUID.dif for 2.15 and re-enable it. #202076
* Wed Aug 30 2006 jhargadon@suse.de * Thu Aug 31 2006 jhargadon@suse.de
- update to version 2.15.92 - update to version 2.15.92
- Remove gnome-workspace icon - Remove gnome-workspace icon
- Doc Translations - Doc Translations
* Fri Aug 18 2006 jhargadon@suse.de * Sat Aug 19 2006 jhargadon@suse.de
- update to version 2.15.91 - update to version 2.15.91
- Use a useful icon theme in gnome_desktop_item_find_icon() when no - Use a useful icon theme in gnome_desktop_item_find_icon() when no
icon theme is passed as argument so we get results icon theme is passed as argument so we get results
* Fri Aug 11 2006 jhargadon@suse.de * Sat Aug 12 2006 jhargadon@suse.de
- updated to version 2.15.90 - updated to version 2.15.90
- Set GNOME_PARAM_APP_DATADIR in test application - Set GNOME_PARAM_APP_DATADIR in test application
- Save some memory in gnome-about - Save some memory in gnome-about
@ -423,83 +430,83 @@ rm -rf $RPM_BUILD_ROOT
- Use gdk_x11_display_get_user_time() to get the launch time - Use gdk_x11_display_get_user_time() to get the launch time
- Don't crash when launching a desktop file without specifying a - Don't crash when launching a desktop file without specifying a
screen screen
* Mon May 08 2006 jimmyk@suse.de * Tue May 09 2006 jimmyk@suse.de
- Fix recently-used-apps patch, colliding libegg symbols (BNC #158106). - Fix recently-used-apps patch, colliding libegg symbols (BNC #158106).
* Mon Mar 20 2006 danw@suse.de * Tue Mar 21 2006 danw@suse.de
- Fix the error message mentioned in #156801 (though not the dialog - Fix the error message mentioned in #156801 (though not the dialog
box, which turns out to be a separate bug). box, which turns out to be a separate bug).
* Tue Feb 28 2006 jimmyk@suse.de * Wed Mar 01 2006 jimmyk@suse.de
- Added .recently-used-apps support (BNC #152405) - Added .recently-used-apps support (BNC #152405)
* Tue Feb 28 2006 sbrabec@suse.cz * Tue Feb 28 2006 sbrabec@suse.cz
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14). - Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
* Mon Feb 27 2006 ro@suse.de * Tue Feb 28 2006 ro@suse.de
- added kdelibs3-devel-doc to BuildRequires - added kdelibs3-devel-doc to BuildRequires
* Sat Feb 04 2006 aj@suse.de * Sat Feb 04 2006 aj@suse.de
- Reduce BuildRequires. - Reduce BuildRequires.
* Wed Jan 25 2006 mls@suse.de * Thu Jan 26 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Wed Nov 30 2005 gekker@suse.de * Thu Dec 01 2005 gekker@suse.de
- Update to version 2.12.2 - Update to version 2.12.2
* Wed Nov 16 2005 sbrabec@suse.cz * Wed Nov 16 2005 sbrabec@suse.cz
- Fixed X-KDE-SubstituteUID patch for commands with arguments - Fixed X-KDE-SubstituteUID patch for commands with arguments
(#133942). (#133942).
* Wed Oct 12 2005 gekker@suse.de * Thu Oct 13 2005 gekker@suse.de
- Update to version 2.12.1 - Update to version 2.12.1
* Mon Sep 05 2005 rodrigo@suse.de * Mon Sep 05 2005 rodrigo@suse.de
- Update to version 2.12.0 - Update to version 2.12.0
* Mon Aug 22 2005 gekker@suse.de * Tue Aug 23 2005 gekker@suse.de
- Update to version 2.11.92 - Update to version 2.11.92
* Tue Aug 02 2005 gekker@suse.de * Wed Aug 03 2005 gekker@suse.de
- Update to version 2.11.90 - Update to version 2.11.90
* Fri Jul 22 2005 gekker@suse.de * Sat Jul 23 2005 gekker@suse.de
- Update to version 2.11.5 - Update to version 2.11.5
* Fri Jun 17 2005 gekker@suse.de * Sat Jun 18 2005 gekker@suse.de
- Update to version 2.11.3 - Update to version 2.11.3
* Wed Jun 01 2005 sbrabec@suse.cz * Thu Jun 02 2005 sbrabec@suse.cz
- Fixed devel requirements. - Fixed devel requirements.
* Mon May 23 2005 sbrabec@suse.cz * Mon May 23 2005 sbrabec@suse.cz
- Require libgnomesu instead of kdebase. - Require libgnomesu instead of kdebase.
* Fri May 13 2005 sbrabec@suse.cz * Sat May 14 2005 sbrabec@suse.cz
- Call gnomesu for root-only binaries. - Call gnomesu for root-only binaries.
* Tue Mar 22 2005 sbrabec@suse.cz * Wed Mar 23 2005 sbrabec@suse.cz
- Typo fix in desktop file (#72816). - Typo fix in desktop file (#72816).
* Wed Mar 16 2005 clahey@suse.de * Thu Mar 17 2005 clahey@suse.de
- Add an icon (gnome-about-logo-transparent). - Add an icon (gnome-about-logo-transparent).
* Thu Mar 10 2005 adrian@suse.de * Thu Mar 10 2005 adrian@suse.de
- kick build check workaround and apply translations to desktop file - kick build check workaround and apply translations to desktop file
- show gnome about dialog only in gnome - show gnome about dialog only in gnome
* Wed Mar 09 2005 gekker@suse.de * Thu Mar 10 2005 gekker@suse.de
- Update to version 2.10.0 (GNOME 2.10). - Update to version 2.10.0 (GNOME 2.10).
* Thu Mar 03 2005 gekker@suse.de * Fri Mar 04 2005 gekker@suse.de
- update to version 2.9.92 - update to version 2.9.92
* Thu Feb 10 2005 gekker@suse.de * Fri Feb 11 2005 gekker@suse.de
- Update to version 2.9.91 - Update to version 2.9.91
* Tue Feb 08 2005 sbrabec@suse.cz * Tue Feb 08 2005 sbrabec@suse.cz
- Changed Categories for gnome-about (#50440). - Changed Categories for gnome-about (#50440).
* Sat Feb 05 2005 gekker@suse.de * Sun Feb 06 2005 gekker@suse.de
- Update to version 2.9.90.1 - Update to version 2.9.90.1
* Sat Jan 22 2005 gekker@suse.de * Sat Jan 22 2005 gekker@suse.de
- Fixing the broken build - Fixing the broken build
* Thu Jan 20 2005 gekker@suse.de * Fri Jan 21 2005 gekker@suse.de
- Update to version 2.9.4 - Update to version 2.9.4
* Tue Nov 02 2004 ro@suse.de * Wed Nov 03 2004 ro@suse.de
- locale rename: no -> nb - locale rename: no -> nb
* Mon Oct 04 2004 sbrabec@suse.cz * Tue Oct 05 2004 sbrabec@suse.cz
- Updated Czech translation (#46621), - Updated Czech translation (#46621),
* Wed Sep 29 2004 hhetter@suse.de * Wed Sep 29 2004 hhetter@suse.de
- change distributor to SUSE - change distributor to SUSE
* Mon Sep 20 2004 shprasad@suse.de * Mon Sep 20 2004 shprasad@suse.de
- Fixes bug #65062 (Fix given by svasista@novell.com) - Fixes bug #65062 (Fix given by svasista@novell.com)
Fixes a crash when menu item is deleted. Fixes a crash when menu item is deleted.
* Wed Aug 25 2004 clahey@suse.de * Thu Aug 26 2004 clahey@suse.de
- Cache gnome-desktop help files. - Cache gnome-desktop help files.
* Thu Aug 19 2004 rml@novell.com * Fri Aug 20 2004 rml@novell.com
- Fix bug #62316: Use kdesu not gnomesu - Fix bug #62316: Use kdesu not gnomesu
* Tue Aug 17 2004 sbrabec@suse.cz * Tue Aug 17 2004 sbrabec@suse.cz
- Added gnomesu needed by X-KDE-SubstituteUID.dif to requires (#43867). - Added gnomesu needed by X-KDE-SubstituteUID.dif to requires (#43867).
* Wed Jul 28 2004 clahey@suse.de * Thu Jul 29 2004 clahey@suse.de
- Change distributor from GNOME Project to Novell, Inc. - Change distributor from GNOME Project to Novell, Inc.
* Tue May 04 2004 clahey@suse.de * Wed May 05 2004 clahey@suse.de
- Updated to version 2.6.0.1. - Updated to version 2.6.0.1.
- Updated X-KDE-SubstituteUID based on changes in base package. - Updated X-KDE-SubstituteUID based on changes in base package.
- Added patch to provide .directory files for new GNOME menu layout. - Added patch to provide .directory files for new GNOME menu layout.
@ -511,7 +518,7 @@ rm -rf $RPM_BUILD_ROOT
- FHS 2.3 fix (mandir, infodir, #35821). - FHS 2.3 fix (mandir, infodir, #35821).
* Wed Mar 10 2004 sbrabec@suse.cz * Wed Mar 10 2004 sbrabec@suse.cz
- Fixed %%doc attributes (#33163). - Fixed %%doc attributes (#33163).
* Sat Jan 10 2004 adrian@suse.de * Sun Jan 11 2004 adrian@suse.de
- add %%defattr and %%run_ldconfig - add %%defattr and %%run_ldconfig
* Mon Oct 27 2003 sbrabec@suse.cz * Mon Oct 27 2003 sbrabec@suse.cz
- Updated to version 2.4.1.1. - Updated to version 2.4.1.1.
@ -526,9 +533,9 @@ rm -rf $RPM_BUILD_ROOT
* Fri Sep 12 2003 hhetter@suse.de * Fri Sep 12 2003 hhetter@suse.de
- enable X-KDE-SubstituteUID - enable X-KDE-SubstituteUID
- fix kdedir setting - fix kdedir setting
* Mon Jul 14 2003 sbrabec@suse.cz * Tue Jul 15 2003 sbrabec@suse.cz
- GNOME prefix change to /opt/gnome. - GNOME prefix change to /opt/gnome.
* Tue Jun 24 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.
- Fixed filelist. - Fixed filelist.
@ -537,11 +544,11 @@ rm -rf $RPM_BUILD_ROOT
* Tue Mar 04 2003 hhetter@suse.de * Tue Mar 04 2003 hhetter@suse.de
- provide links for susewm icons in first place, making - provide links for susewm icons in first place, making
the GNOME susewm menu more consistent the GNOME susewm menu more consistent
* Mon Feb 10 2003 hhetter@suse.de * Tue Feb 11 2003 hhetter@suse.de
- updated to version 2.2.0.1 [GNOME 2.2.0] - updated to version 2.2.0.1 [GNOME 2.2.0]
* Tue Jan 28 2003 hhetter@suse.de * Tue Jan 28 2003 hhetter@suse.de
- updated to version 2.2.0 - updated to version 2.2.0
* Thu Jan 16 2003 sbrabec@suse.cz * Fri Jan 17 2003 sbrabec@suse.cz
- Updated to version 2.1.90. - Updated to version 2.1.90.
- Updated %%files and license. - Updated %%files and license.
* Thu Jan 16 2003 sbrabec@suse.cz * Thu Jan 16 2003 sbrabec@suse.cz
@ -551,9 +558,9 @@ rm -rf $RPM_BUILD_ROOT
* Thu Nov 28 2002 hhetter@suse.de * Thu Nov 28 2002 hhetter@suse.de
- updated to version 2.0.10 [GNOME 2.0.3] - updated to version 2.0.10 [GNOME 2.0.3]
- removed hu-translation because translations have been updated - removed hu-translation because translations have been updated
* Mon Nov 11 2002 ro@suse.de * Tue Nov 12 2002 ro@suse.de
- changed neededforbuild <xf86 xdevel> to <x-devel-packages> - changed neededforbuild <xf86 xdevel> to <x-devel-packages>
* Tue Sep 24 2002 sbrabec@suse.cz * Wed Sep 25 2002 sbrabec@suse.cz
- Added alsa-devel to neededforbuild, because esound-devel can require it. - Added alsa-devel to neededforbuild, because esound-devel can require it.
* Thu Sep 19 2002 sbrabec@suse.cz * Thu Sep 19 2002 sbrabec@suse.cz
- Added alsa to neededforbuild, because esound can depend on it. - Added alsa to neededforbuild, because esound can depend on it.
@ -581,14 +588,14 @@ rm -rf $RPM_BUILD_ROOT
- updated to version 2.0.3, req. for Nautilus 2.0.1 - updated to version 2.0.3, req. for Nautilus 2.0.1
* Thu Jun 27 2002 hhetter@suse.de * Thu Jun 27 2002 hhetter@suse.de
- updated to version 2.0.2 (gnome 2.0 final) - updated to version 2.0.2 (gnome 2.0 final)
* Thu Jun 20 2002 hhetter@suse.de * Fri Jun 21 2002 hhetter@suse.de
- updated to version 2.0.1 - updated to version 2.0.1
* Mon Jun 10 2002 hhetter@suse.de * Mon Jun 10 2002 hhetter@suse.de
- updated to version 2.0.0 - updated to version 2.0.0
- many translation updates - many translation updates
* Tue Jun 04 2002 hhetter@suse.de * Wed Jun 05 2002 hhetter@suse.de
- updated to frozen source version 1.5.22 - updated to frozen source version 1.5.22
* Wed May 15 2002 ro@suse.de * Thu May 16 2002 ro@suse.de
- use libdir - use libdir
* Wed Apr 10 2002 hhetter@suse.de * Wed Apr 10 2002 hhetter@suse.de
- initial release for GNOME 2.0 platform - initial release for GNOME 2.0 platform