| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: gnome-utils | Distribution: openSUSE 11.4 |
| Version: 2.32.0 | Vendor: openSUSE |
| Release: 8.1 | Build date: Sat Feb 19 23:56:29 2011 |
| Group: System/GUI/GNOME | Build host: build03 |
| Size: 2143784 | Source RPM: gnome-utils-2.32.0-8.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnome.org | |
| Summary: Utilities for GNOME | |
This package contains some utilities for GNOME, such as a disk usage analyzer, a screenshot tool and a dictionary.
GPLv2+
* Sun Feb 13 2011 vuntz@opensuse.org
- Call relevant macros in %post/%postun:
+ %desktop_database_post/postun because the package ships at
least one desktop file.
+ %icon_theme_cache_post/postun because the package ships themed
icons.
- Pass %{?no_lang_C} to %find_lang so that english documentation
can be packaged with the program, and not in the lang subpackage.
- Change Requires of lang subpackage to Recommends, since the
english documentation is not there anymore.
* Tue Dec 14 2010 vuntz@opensuse.org
- Do not pass --libexecdir=%{_libexecdir}/gnome-panel to configure:
it's fine to use the standard libexecdir. This fixes the build.
* Tue Sep 28 2010 vuntz@opensuse.org
- Update to version 2.32.0:
+ All
- Fix sealing-related issues
- Fix compiler warnings
- Add the correct license files
+ Baobab
- Code cleanups
+ Screenshot
- Draw preview widget with Cairo
- Don't draw directly to the root window, and make the selected
area nicer
+ Updated translations.
* Mon Sep 06 2010 vuntz@opensuse.org
- Improve summary and description.
- Split gnome-search-tool subpackage: we don't need to install
gnome-search-tool by default, since we use tracker in openSUSE.
Note that, because of the translations, we have to recommend
gnome-utils-lang, which will install gnome-utils, unfortunately.
- Split gnome-panel-applet-dictionary subpackage, since some people
might want to install gnome-utils without having to install all
of the panel dependencies. Make it automatically installable with
a packageand(gnome-utils:gnome-panel) Supplements.
- Split libgdict-1_0-6 subpackage, to follow the SLPP. Note that
here again, we have to recommend gnome-utils-lang.
- Rename gnome-utils-devel to libgdict-devel, with appropriate
Provides/Obsoletes.
* Thu Aug 05 2010 vuntz@opensuse.org
- Update to version 2.31.1:
+ All
- Fix GSeal-related issues
- Stop using deprecated symbols
+ Baobab
- Port to GtkSpinner
- Move gconf notifications functions all in the same place
- Connect to the notification of the monitor home pref
- Sync gconf when closing the prefs dialog
- Code cleanups
+ Dictionary
- Avoid conflict with the "link" symbol defined in unistd.h
+ Screenshot
- Correctly check for shape.h if the xext is available instead
of if not
+ Search Tool
- Port to GtkSpinner
+ Updated translations.
* Mon Jun 14 2010 vuntz@opensuse.org
- Do not update desktop files with categories that they already
have, and do not use the Applet category which is reserved for
special uses (use X-SuSE-DesktopUtility instead, since we need
another category to make some SUSE-specific checks happy).
* Tue Mar 30 2010 vuntz@opensuse.org
- Update to version 2.30.0:
+ Baobab:
- do not set up dnd before the widgets are created
+ Updated translations.
* Sun Mar 28 2010 vuntz@opensuse.org
- Update gnome-utils-logview-run-as-root.patch to not add a
X-KDE-SubstitudeUID key to gnome-system-log.desktop, but instead
call xdg-su directly in Exec.
- Add a xdg-utils Requires to make sure xdg-su is installed.
- This is for bnc#540627.
* Sat Jan 16 2010 vuntz@opensuse.org
- Do not package en@shaw locale on openSUSE 11.2 and earlier.
* Thu Jan 14 2010 captain.magnus@opensuse.org
- Update to version 2.29.5:
+ Baobab
- Typo in baobab .desktop entry
- callback objects are now GtkActions (bgo#589611)
- Allow user to drag a folder directly over the rings-chart or
treemap to get it scanned (bgo#594539)
- Limits treemap zooming to the actual depth of folders shown
- Wrong format in a translatable string (bgo#508483)
- Adds a check to avoid traversing the tree model if it's empty
- Minor string fix (bgo#573530)
+ Dictionary
- Use gtk_widget_is_toplevel() instead of GTK_WIDGET_TOPLEVEL()
+ Screenshot
- Renamed "Save snapshot" to "Save screenshot"
- Removed GenericName
+ Search Tool
- Fix possible crash after deleting files (bgo#595371)
- Properly handle invalid command line args
- Resurrect the --version command line argument
- Fix a compiler warning
- Remove generated schema file from the tarball (bgo#599317)
+ System Log Viewer
- Always sanitize the stored fontsize from GConf (bgo#597554)
- Make sure we don't double-free the old name (bgo#595352)
- Make sure to return if we have an error or no new lines
(bgo#588577)
- Fix logview-filter ui file translatability
- Update help
+ Translation updates
- Remove baobab-desktop.patch. Fixed upstream
- Update the following patches to apply with fuzz=0:
gnome-utils-179040-screenshot-uri.patch
gnome-utils-desktop-icons.patch
gnome-utils-logview-run-as-root.patch
gnome-utils-no-docpath-in-search-tool.patch
* Sat Nov 14 2009 vuntz@opensuse.org
- Update to version 2.28.1:
+ Search Tool:
- bgo#595371
- Properly handle invalid command line args
- Remove new string from previous commit
+ System Log Viewer
- Always sanitize the stored fontsize from GConf (bgo#597554).
- Make sure we don't double-free the old name (bgo#595352).
- Make sure to return if we have an error or no new lines
(bgo#588577).
+ Updated translations.
- Respin gnome-utils-179040-screenshot-uri.patch and
gnome-utils-no-docpath-in-search-tool.patch to apply without
fuzz.
* Tue Sep 22 2009 dimstar@opensuse.org
- Update to version 2.28.0:
+ Remove a duplicate id in the UI file
+ gsearchtool: Always show application icons
+ gdict: Remove the connection check timeout
+ Updated translations.
* Tue Aug 25 2009 vuntz@novell.com
- Update to version 2.27.91:
+ Baobab:
- Remove build warning for
gtk_message_dialog_format_secondary_text
- Adds "total filesystem capacity" row as root of initial
treeview
- Adds suggested filename to chart snapshot file-chooser dialog
- Fix gio inode and device handling for hardlinks
+ Screenshot
- add a manual page
- fix double free of GError
- Play shutter sound effect through libcanberra
- bgo#587143 - Missing main category in desktop file
+ Search Tool:
- Modify 'Open with' menus to match the new nautilus layout
- Mark 'Open with' strings for translation
+ System Log Viewer
- use GtkInfoBar
+ Updated translations.
- Add libcanberra-devel BuildRequires.
* Mon Jun 15 2009 vuntz@novell.com
- Update to version 2.27.2:
+ Baobab
- Command line parsing cleanups; add --version
+ Search Tool:
- Stop using libgnome*
- bgo#573670: Add custom entry
- Build fixes.
+ System Log Viewer
- Translate last update time
+ Build fixes
+ Updated translations.
- Remove gnome-desktop-devel BuildRequires.
* Tue May 05 2009 vuntz@novell.com
- Update to version 2.27.1:
+ Baobab:
- bgo#580139 - invalid help uri
- bgo#581002 - Baobab crashes when scan is pointed to a
de-selected mount point
- Fix compiler warning
- Rework monitoring of the home file dir
- Remove leftover declaration
+ Dictionary:
+ Port to GtkBuilder
+ Search Tool:
- Minor logic fix
- Typo fix
- Sync open with menu with nautilus
- clean up code
+ Build system fixes and improvements.
+ Updated translation.
+ Drop gfloppy.
- Remove gfloppy packaging.
- Remove libglade2-devel BuildRequires.
- Update baobab-desktop.patch and
gnome-utils-logview-run-as-root.patch to apply without fuzz.
- Update gnome-utils-desktop-icons.patch to remove the gfloppy
part.
* Wed Apr 08 2009 vuntz@novell.com
- Split gfloppy in its own package, since it's not useful for most
people.
- Remove .la files.
* Tue Mar 17 2009 mboman@suse.de
- Update to version 2.26.0:
+ Baobab
* Fix bgo#574105 - Do no show GVfs FUSE file systems in the
preferences dialog
+ Screenshot
* Fix bgo#573939 - Disable the delay option when taking a
screenshot of a user selected area
+ Translation updates
- Remove e2fsprogs-devel, gconf2-devel, gnome-common, gtk-doc,
scrollkeeper from BuildRequires
- Merge -doc into -devel since it only contains gtk-doc
- Don't run autoreconf
- Remove custom CFLAGS
- Don't package omf files twice (they are in the lang package too).
* Fri Mar 06 2009 vuntz@novell.com
- Update to version 2.25.92:
+ Baobab:
- Use g_return_val_if_fail instead of g_return_if_fail.
+ Dictionary
- Replace deprecated gtk_entry_set_editable.
+ Screenshot
- Initialize threads at startup and explicitely depend on
GThreads.
- If we are in a multi-monitor setup that is not rectangular
blank out the "invisible" areas from the rectangular root
window.
- Don't try to shape the root window.
- Add support for taking a screenshot of an user-defined
selection.
+ Search Tool
- Get rid of deprecated libart calls.
- Get rid of deprecated GTK_CHECK_* macros.
+ System Log Viewer
- Explicitely depend on GThreads.
- Gather all the readable log files from /var/log and
/etc/syslog.conf instead of hardcoding obsolete values.
+ Updated translations.
- Drop gnome-utils-autobuild-warning.patch: fixed upstream.
/usr/bin/baobab /usr/bin/gnome-dictionary /usr/bin/gnome-panel-screenshot /usr/bin/gnome-screenshot /usr/bin/gnome-system-log /usr/share/GConf/schemas/baobab.schemas /usr/share/GConf/schemas/gnome-dictionary.schemas /usr/share/GConf/schemas/gnome-screenshot.schemas /usr/share/GConf/schemas/gnome-system-log.schemas /usr/share/applications/baobab.desktop /usr/share/applications/gnome-dictionary.desktop /usr/share/applications/gnome-screenshot.desktop /usr/share/applications/gnome-system-log.desktop /usr/share/baobab /usr/share/baobab/baobab-dialog-scan-props.ui /usr/share/baobab/baobab-main-window.ui /usr/share/baobab/pixmaps /usr/share/baobab/pixmaps/shot.png /usr/share/doc/packages/gnome-utils /usr/share/doc/packages/gnome-utils/AUTHORS /usr/share/doc/packages/gnome-utils/COPYING /usr/share/doc/packages/gnome-utils/ChangeLog /usr/share/doc/packages/gnome-utils/NEWS /usr/share/doc/packages/gnome-utils/README /usr/share/gnome /usr/share/gnome-dictionary /usr/share/gnome-dictionary/gnome-dictionary-preferences.ui /usr/share/gnome-dictionary/gnome-dictionary-source.ui /usr/share/gnome-dictionary/gnome-dictionary-ui.xml /usr/share/gnome-screenshot /usr/share/gnome-screenshot/gnome-screenshot.ui /usr/share/gnome-utils /usr/share/gnome-utils/logview-filter.ui /usr/share/gnome-utils/logview-toolbar.xml /usr/share/gnome/help /usr/share/gnome/help/baobab /usr/share/gnome/help/baobab/C /usr/share/gnome/help/baobab/C/baobab.xml /usr/share/gnome/help/baobab/C/figures /usr/share/gnome/help/baobab/C/figures/baobab_fullscan.png /usr/share/gnome/help/baobab/C/figures/baobab_prefs.png /usr/share/gnome/help/baobab/C/figures/baobab_remote.png /usr/share/gnome/help/baobab/C/figures/baobab_ringschart1.png /usr/share/gnome/help/baobab/C/figures/baobab_ringschart2.png /usr/share/gnome/help/baobab/C/figures/baobab_treemaps.png /usr/share/gnome/help/baobab/C/figures/baobab_window.png /usr/share/gnome/help/baobab/C/legal.xml /usr/share/gnome/help/gnome-dictionary /usr/share/gnome/help/gnome-dictionary/C /usr/share/gnome/help/gnome-dictionary/C/figures /usr/share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-add-source.png /usr/share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet-window.png /usr/share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet.png /usr/share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-application.png /usr/share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-find.png /usr/share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-lookup.png /usr/share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-print.png /usr/share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-source.png /usr/share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml /usr/share/gnome/help/gnome-dictionary/C/legal.xml /usr/share/gnome/help/gnome-system-log /usr/share/gnome/help/gnome-system-log/C /usr/share/gnome/help/gnome-system-log/C/figures /usr/share/gnome/help/gnome-system-log/C/figures/syslog_window.png /usr/share/gnome/help/gnome-system-log/C/gnome-system-log.xml /usr/share/gnome/help/gnome-system-log/C/legal.xml /usr/share/icons/hicolor/16x16/apps/applets-screenshooter.png /usr/share/icons/hicolor/16x16/apps/logviewer.png /usr/share/icons/hicolor/22x22/apps/applets-screenshooter.png /usr/share/icons/hicolor/22x22/apps/logviewer.png /usr/share/icons/hicolor/24x24/apps/applets-screenshooter.png /usr/share/icons/hicolor/24x24/apps/baobab.png /usr/share/icons/hicolor/24x24/apps/logviewer.png /usr/share/icons/hicolor/32x32/apps/applets-screenshooter.png /usr/share/icons/hicolor/32x32/apps/logviewer.png /usr/share/icons/hicolor/48x48/apps/applets-screenshooter.png /usr/share/icons/hicolor/48x48/apps/logviewer.png /usr/share/icons/hicolor/scalable/apps/baobab.svg /usr/share/man/man1/baobab.1.gz /usr/share/man/man1/gnome-dictionary.1.gz /usr/share/man/man1/gnome-screenshot.1.gz /usr/share/man/man1/gnome-system-log.1.gz /usr/share/omf /usr/share/omf/baobab /usr/share/omf/baobab/baobab-C.omf /usr/share/omf/gnome-dictionary /usr/share/omf/gnome-dictionary/gnome-dictionary-C.omf /usr/share/omf/gnome-system-log /usr/share/omf/gnome-system-log/gnome-system-log-C.omf
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 11:49:16 2013