Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libgnome-desktop-2-11-2.28.2-0.1.1 RPM for i586

From OpenSuSE 11.2 updates for i586

Name: libgnome-desktop-2-11 Distribution: openSUSE 11.2
Version: 2.28.2 Vendor: openSUSE
Release: 0.1.1 Build date: Thu Jan 21 18:32:02 2010
Group: System/GUI/GNOME Build host: build14
Size: 238003 Source RPM: gnome-desktop-2.28.2-0.1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.gnome.org
Summary: The GNOME Desktop API Library
This package contains the libgnome-desktop library that contains APIs
that really belong in libgnome/libgnomeui but have not seen enough
testing or development to be considered stable. Use them at your own
risk.

Also contained here are documents installed as part of the core GNOME
distribution: the GPL, GNOME's .desktop files, the gnome-about program,
some man pages, and GNOME's core graphics files and icons.

Provides

Requires

License

GFDLv1.1 ; GPLv2+ ; LGPLv2.1+

Changelog

* Thu Dec 17 2009 dimstar@opensuse.org
  - Update to version 2.28.2:
    + GnomeRR: Allow rotation if the virtual size has the correct
      number of pixels
  - Changes from version 2.28.1:
    + Updated translations.
* Tue Sep 22 2009 dimstar@opensuse.org
  - Update to version 2.28.0:
    + Updated translations.
* Wed Sep 09 2009 vuntz@opensuse.org
  - Update to version 2.27.92:
    + Updated translations.
* Wed Aug 26 2009 vuntz@novell.com
  - Update to version 2.27.91:
    + GnomeRR:
    - add support for primary monitor
    - in clone mode, don't label each output
    + GnomeBG:
    - add gnome_bg_changes_with_time() API
    - gnome_bg_create_frame_thumbnail() API
    + Build fixes.
    + gnome-about
    - Remove deprecated Encoding key from desktop file
    + Updated translations.
  - Respin gnome-desktop-desktop.patch.
  - Use spec-cleaner to reorder lines in preamble and split
    BuildRequires/Requires line on separate lines.
* Thu Jul 30 2009 vuntz@novell.com
  - Change Requires from gnome-desktop to libgnome-desktop-2-11 in
    devel package.
* Wed Jul 29 2009 vuntz@novell.com
  - Update to version 2.27.5:
    + Thumbnail:
    - Fix thumbnailer thread-safety
    + GnomeRR:
    - Get monitor vendor name from pnp.ids
    + gnome-about:
    - Remove libgnome usage
    + Updated translations.
  - Do not package omf files twice.
  - Ship COPYING.LIB in libgnome-desktop-2-11.
  - Remove Requires on libgnome-desktop-2-11 in the main package:
    it's not true.
  - Remove Requires on the main package in libgnome-desktop-2-11:
    it's not true either.
* Mon Jul 20 2009 vuntz@novell.com
  - Update to version 2.27.4:
    + GnomeRR:
    - Adapt to RANDR 1.3's name for the EDID property
    + Updated translations.
* Tue Jun 16 2009 vuntz@novell.com
  - Update to version 2.27.3:
    + GnomeRR:
    - Only select for RRScreenChangeNotifyMask, not for the more
      detailed RANDR 1.2 events
    - Don't ask for RANDR events if the caller doesn't specify a
      callback
    - Add _with_time() versions to the GnomeRR and GnomeRRConfig
      functions that change the RANDR configuration
    - Add gnome_rr_screen_get_timestamps() to query the XRR
      timestamps
    - Don't force a reprobe of the RANDR outputs on every RANDR
      event
    - First update screen resources, then update the screen size
      range
    - Add debug dialog to show the RANDR timestamps
    + Updated translations.
* Wed May 20 2009 vuntz@novell.com
  - Update to version 2.26.2:
    + libgnome-desktop
    - Thumbnail: Preload /gnome/desktop/thumbnails in thumbnail
      factory for performance
    - GnomeRR: Fill out ScreenInfo structs sufficiently without
      reprobing
    - GnomeRR: Fix display name heuristics to result less in
      'Unknown'
    - Thumbnail: Code improvements
    - GnomeRR: Don't append a newline to monitor vendor names
    - GnomeRR: Make GnomeRRLabeler's labels explicitly black
    + Misc build system changes.
    + Updated translations.
* Tue Apr 14 2009 vuntz@novell.com
  - Update to version 2.26.1:
    + libgnome-desktop
    - GnomeBG: handle X errors when the root properties point to
      something wrong when getting the root pixmap
    - GnomeRR: use XRRGetScreenResourcesCurrent() from RANDR 1.3
      when possible, when we only need to fetch the current RANDR
      status
    + gnome-about
    - Make parsing of gnome-version.xml more tolerant against
      missing fields
    + Misc
    - Add a --disable-date-in-gnome-version configure option to
      remove the build date from gnome-version.xml
    - Remove unused --with-kde-datadir configure option
  - Drop gnome-desktop-no-date-in-version.patch: fixed upstream. Also
    disable autoreconf and remove gnome-common BuildRequires (that
    were added for this patch).
* Fri Mar 27 2009 vuntz@novell.com
  - Add gnome-desktop-no-date-in-version.patch to be more
    build-compare-friendly, and use new
    - -disable-date-in-gnome-version configure option.
  - Enable autoreconf for the patch, and add gnome-common
    BuildRequires.
  - Remove -fno-strict-aliasing from CFLAGS.
* Tue Mar 17 2009 vuntz@novell.com
  - Update to version 2.26.0:
    + GnomeRR: grab the X server while tweaking the RANDR
      configuration.
    + Remove scrollkeeper check, since it belongs to gnome-doc-utils
    + Updated translations.
  - Remove scrollkeeper BuildRequires again.
* Mon Mar 09 2009 vuntz@novell.com
  - Add scrollkeeper BuildRequires to fix build.
* Fri Mar 06 2009 vuntz@novell.com
  - Update to version 2.25.92:
    + GnomeBG: Allow apps to ignore a pending change so they can
      avoid updating their background twice
    + GnomeBG: Blow all expensive caches if we're not gonna update
      the background again in one minute
    + GnomeBG: Do slightly less steps in slide transitions to avoid
      using to much resources on things that are not visible
    + GnomeBG: Remove outstanding transitions on finalize
    + GnomeRR: Use g_new0() instead of calloc() for consistency
    + GnomeRR: Fix leak
    + GnomeRR: Code cleanup
    + GnomeRR: Revert the change to use
      XRRGetScreenResourcesCurrent(), it's not needed anymore and it
      broke the "Detect Monitors" button
    + General: Make sure that the translation system is initiliazed
      so that translations can be used
    + Updated translations.
* Tue Feb 17 2009 mboman@suse.de
  - Add Obsoletes/Provides for merged -doc package
* Tue Feb 17 2009 mboman@suse.de
  - Update to version 2.25.91:
    + Translation updates
  - Merge -doc into -devel since it only contained gtk-doc
  - Remove gnome-common, gtk-doc and scrollkeeper from BuildRequires
* Mon Feb 16 2009 sbrabec@suse.cz
  - Added support for translation-update-upstream (FATE#301344).
* Thu Feb 05 2009 mboman@suse.de
  - Update to version 2.25.90:
    + GnomeRR: Create a backup file of the configuration when saving
    + GnomeRR: Add public API to get to
      $(XDG_CONFIG_HOME)/monitors.xml and a backup of that file
    + GnomeRR: Add gnome_rr_config_apply_from_filename()
    + GnomeRR: Deprecate gnome_rr_config_apply_stored()
    + Translation updates
* Sun Feb 01 2009 mboman@suse.de
  - Update to version 2.25.5:
    + GnomeBG: use gdk_color_equal() instead of custom function
    + GnomeRR: use XRRGetScreenResourcesCurrent instead of
      XRRGetScreenResources when available (xrandr 1.3) because it's
      cheaper
    + GnomeBG: emit "transitioned" signal instead of "changed" signal for
      new frames in a slideshow background
    + GnomeBG: reorganize code a bit
    + GnomeBG: add fading API to support fading between two backgrounds
    + Translation updates
* Sun Feb 01 2009 vuntz@novell.com
  - Update gnome-desktop-fate300461-desktop-gettext.patch: the inline
    translations were ignored if they were not matching the first
    language returned by g_get_language_names(), and gettext was
    used. This was not the intended behavior, and made it impossible
    to customize the name/comment of a launcher, eg.
* Fri Jan 23 2009 vuntz@novell.com
  - Remove static libraries.
  - Remove part of gnome-desktop-desktop.patch that is already
    handled with %suse_update_desktop_file
  - Sanitize BuildRequires and Requires.
  - Minor tweaks.
* Fri Jan 23 2009 vuntz@novell.com
  - Really drop gnome-desktop-foreign-for-screen.patch, fixed
    upstream.
* Sat Jan 17 2009 crrodriguez@suse.de
  - remove "la" files, baby step to clean up all references
    to libavahi-*.la
* Sat Jan 10 2009 mboman@suse.de
  - Remove gnome-desktop-randr-gerror.diff. Fixed upstream
* Fri Jan 09 2009 federico@novell.com
  - Added gnome-desktop-randr-gerror.diff.  This adds GError reporting
    to the GnomeRR API, which in turn lets gnome-settings-daemon and
    gnome-control-center provide good error messages when something
    fails in multihead configuration.
  - Removed gnome-desktop-randr-cloned-outputs.diff, as it is already
    part of the patch above.
* Tue Jan 06 2009 mboman@suse.de
  - Update to version 2.25.4:
    + Translation updates
* Sat Dec 20 2008 mboman@suse.de
  - Update to version 2.25.3:
    + libgnome-desktop
    - GnomeRR: plug leaks
    - GnomeRR: add API-breaking error reporting API
    - GnomeBG: fix potential crash with some empty slideshow
    - Build fixes
    + Translation updates
* Sun Dec 14 2008 mboman@suse.de
  - Update to version 2.25.2:
    + libgnome-desktop
    - GnomeDesktopThumbnail: reenable check for preview::icon
    - GnomeRR: add Lenovo display name
    - GnomeBG: plug a leak
    - GnomeDesktopThumbnail: fix potential crash when a temporary file
      cannot be created
    + Misc
    - Require glib 2.19.1
    - Update a bit API documentation
    - Require GTK+ 2.14.0
    + Translation updates
  - Remove icon-search-path.dif. Not valid due to API/ABI changes
  - Remove gnome-desktop-randr-cloned-outputs.diff. Fixed upstream
* Tue Nov 11 2008 rodrigo@novell.com
  - Add upstream patch for bgo#555701
* Wed Oct 22 2008 maw@suse.de
  - Update to version 2.24.1:
    + Updated translations.
* 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
* Mon Sep 15 2008 mboman@novell.com
  - Update to version 2.23.92:
    + GnomeRR: fix compilation on Solaris
    + Misc: Fix compilation with old Xorg with no pkg-config files
    + Translation updates
* Fri Sep 12 2008 vuntz@novell.com
  - Update gnome-desktop-fate300461-desktop-gettext.patch to make it
    able to load translations from the desktop-translations package.
    This is part of fate#300461 again.
* Wed Sep 10 2008 federico@novell.com
  - Added gnome-desktop-randr-cloned-outputs.diff to provide
    infrastructure needed to support switching display output modes on
    laptops with the Fn-F7 (XF86Display) hotkey.  The actual handling of
    the hotkey happens in the gnome-settings-daemon package.
* Wed Sep 03 2008 mboman@novell.com
  - Update to version 2.23.91:
    + Fix leak
    + GnomeRR: allow E-EDID blocks
    + Fix compilation with old Xorg with no pkg-config files
    + Translation updates
* Fri Aug 29 2008 maw@suse.de
  - Update to version 2.23.90:
    + Add support for randr monitor labling (so drop
      gnome-desktop-randr-monitor-labeling.diff, which previously
      implemented this but now is upstream)
    + Updated translations.
* Fri Aug 15 2008 federico@novell.com
  - Added gnome-desktop-randr-monitor-labeling.diff.  This implements an
    API to label physical monitors while their RANDR options are being
    configured.
* Tue Aug 05 2008 rodrigo@suse.de
  - Update to version 2.23.6:
    + Fix build with gcc 2.x (Jens Granseuer)
    + GnomeBG: fix handling of empty filenames (Soren Sandmann)
    + GnomeBG: word around non-atomic gconf for emitting changed signals
      only once (Soren Sandmann)
  - Remove upstreamed randr1.2 patch
* Mon Jul 28 2008 vuntz@novell.com
  - Add gnome-desktop-fate300461-desktop-gettext.patch to support
    translation of desktop entries via gettext. This is part of
    fate#300461
* Mon Jul 07 2008 ro@suse.de
  - update baselibs.conf
    (it is called libgnome-desktop-2-7 by now)
* Thu Jul 03 2008 aj@suse.de
  - Revert last change, it's needed for gnome-panel.
* Mon Jun 30 2008 aj@suse.de
  - Remove gnome-desktop from baselibs.conf.
* Fri Jun 20 2008 maw@suse.de
  - Update to version 2.23.4:
    + Require intltool 0.40.0
    + Updated translations.
* Mon Jun 16 2008 maw@suse.de
  - Update to version 2.23.3:
    + libgnome-desktop:
    * Do not force the top-left corner of the image to fit in
      the screen, so that zoomed image appears to be zoomed from
      the center of the screen
    * Add gnome_bg_load_from_preferences(), so applications don't
      have to rely on libbackground
    * GnomeBG: Fix some logic errors wrt to caching of slideshows
      that may cause nautilus crashes
    * GnomeBG: Support multi-resolution backgrounds
    * GnomeBG: Falls back to the default image if the user's
      background doesn't exist
    * GnomeBG: Prevent loops caused by setting URI
    * GnomeBG: Fix leak
    * GnomeBG: Get rid of URIs and only use paths
    * GnomeBG: Make sure tiles are at least 24 pixels wide
    * GnomeBG: Some tweaks to the tile scaling heuristic
    * GnomeBG: Small fixes
    * GnomeBG: Add getters for the various properties
    * GnomeBG: Monitor the image file
    + gnome-about:
    * Don't skip the last description from gnome-version.xml (Matt Keenan)
    * Convert the strftime() output to UTF-8 (Takao Fujiwara)
    + Updated translations
  - Rename the libgnome-desktop shared library subpackage.
* Thu May 29 2008 federico@novell.com
  - Updated gnome-desktop-randr-1.2.diff with the latest fixes from upstream.
* Sun May 11 2008 coolo@suse.de
  - fix renames of xxbit packages
* Wed May 07 2008 federico@novell.com
  - Updated gnome-desktop-randr-1.2.diff with bugfixes from Fedora and Ubuntu.
* Tue Apr 29 2008 cthiel@suse.de
  - obsolete gnome-desktop-<arch> via baselibs.conf
* Fri Apr 25 2008 federico@novell.com
  - Added gnome-desktop-randr-1.2.diff to integrate the new
    functionality to configure RandR 1.2.
* Mon Apr 21 2008 vuntz@suse.de
  - Rewrite gnome-desktop-recently-used-apps.patch so that it
    applies.
* Thu Apr 10 2008 maw@suse.de
  - Update to version 2.22.1:
    + Fix some compiler warnings
    + Handle start time in the future correctly in GnomeBG
    + Updated translations.
* Thu Apr 10 2008 ro@suse.de
  - added baselibs.conf file to build xxbit packages
    for multilib support
* Tue Apr 01 2008 vuntz@suse.de
  - Remove uz@cyrillic workaround (see bnc#372941)
* Fri Mar 14 2008 maw@suse.de
  - Update to version 2.22.0:
    + Updated translations.
* Tue Mar 04 2008 maw@suse.de
  - Update to version 2.21.92:
    + libgnome-desktop:
    * Fix crash in GnomeBG
    * Fix GnomeBG gio port
    + gnome-about:
    * Fix translator comment not available in po files
    * Fix TypeError crasher in a print statement
    + Misc:
    * Use gvfs-copy instead of gnomevfs-copy in autogen.sh
    + Updated translations.
* Mon Feb 18 2008 maw@suse.de
  - Update to version 2.21.91:
    + libgnome-desktop:
    * Fix invalid read
    * Fix compilation issue caused by some headers
    * Port to gio
    * Fix crash in GnomeBG when file is empty
    + gnome-about:
    * Add back a --version option
    + Require gio, and get rid of gnome-vfs
    + Updated translations.
* Fri Feb 01 2008 maw@suse.de
  - Update to version 2.21.90:
    + Add GNOME_DESKTOP_USE_UNSTABLE_API API guard
    + Updated translations
  - Build with -fno-strict-aliasing.
* Thu Jan 24 2008 rodrigo@suse.de
  - Updated to GNOME 2.21.5 version:
    * gnome-about: Don't keep the window centered
    * gnome-about: Fix problem when the color of the logo is wrong
      when changing theme
    * gnome-about: Cleanups
    * gnome-about: Slow down a bit the animation for the description
      so people can actually read it
    * Add check for X11 libraries
    * Translations update
* Tue Sep 18 2007 sbrabec@suse.cz
  - Updated to version 2.20.0:
    * gnome-about: Display the list of Foundation members too
    * Remove gnome-vfs dependency for gnome-about
    * Remove spec file
    * Translations update
* Mon Sep 10 2007 mauro@suse.de
  - Update to version 2.19.92:
    + Updated translations.
    + Updated README
* Thu Aug 30 2007 maw@suse.de
  - Update to version 2.19.90:
    + Updated translations.
* Tue Aug 14 2007 maw@suse.de
  - Rename the uz@cyrillic locale directory to uz@Cyrl to avoid
    unowned directories.
* Wed Aug 08 2007 maw@suse.de
  - Use %fdupes
  - Split off a -lang subpackage
  - s#%run_ldconfig#/sbin/ldconfig/ in %post and %postun.
* Thu Aug 02 2007 mauro@suse.de
  - Update to version 2.19.6
  - Dependencies fixes.
* Fri Jul 06 2007 maw@suse.de
  - Update to version 2.19.4
  - Updated translations
  - Some tangoified icons
  - Requires newer versions of glib2 and gtk2.
* Fri Jun 22 2007 maw@suse.de
  - Require libopenssl-devel in the -devel subpackage
  - Let the automagic requirements stuff do all the work.
* Thu Jun 07 2007 sbrabec@suse.cz
  - Removed invalid desktop Category "Application" (#254654).
* Fri Apr 27 2007 sbrabec@suse.cz
  - Do not call meinproc (#227624).
* Thu Apr 12 2007 maw@suse.de
  - Update to version 2.18.1
  - Minor fixes
  - Updated translations for both the documentation (ar and ca)
    and the software itself (dz, es, eu, gl, ku, and lv).
* Fri Mar 23 2007 maw@suse.de
  - Update to version 2.18.0
  - Few, minor changes.
* Mon Feb 19 2007 maw@suse.de
  - Update to version 2.17.91.
* Wed Feb 07 2007 sbrabec@suse.cz
  - Do not build unusable static libraries (#238552).
* Sun Jan 07 2007 sbrabec@suse.cz
  - Splitted gnome-desktop-doc from gnome-desktop.
* Thu Dec 14 2006 maw@suse.de
  - Move to /usr
  - Some specfile cleanup.
* Tue Nov 21 2006 sbrabec@suse.cz
  - Do not explicitly require mDNSResponder-lib blocking avahi compat
    package.
* Wed Nov 15 2006 jimmyk@suse.de
  - Updated recently-used-apps.patch to be compatible with new recently-used
    format, BNC #221392.
* Fri Oct 13 2006 ro@suse.de
  - added gnome-doc-utils-devel to buildreq
* Mon Oct 02 2006 jhargadon@suse.de
  - update to version 2.16.1
  - updated translations
* Wed Sep 13 2006 jhargadon@suse.de
  - update to version 2.16.0
  - updated translations
* Tue Sep 12 2006 danw@suse.de
  - update X-KDE-SubstituteUID.dif for 2.15 and re-enable it. #202076
* Wed Aug 30 2006 jhargadon@suse.de
  - update to version 2.15.92
  - Remove gnome-workspace icon
  - Doc Translations
* Fri Aug 18 2006 jhargadon@suse.de
  - update to version 2.15.91
  - Use a useful icon theme in gnome_desktop_item_find_icon() when no
    icon theme is passed as argument so we get results
* Fri Aug 11 2006 jhargadon@suse.de
  - updated to version 2.15.90
  - Set GNOME_PARAM_APP_DATADIR in test application
  - Save some memory in gnome-about
  - Make URI canonical before using them
  - Remember the added locales in GnomeDitemEdit
  - Sort locales list in GnomeDitemEdit
  - Use gdk_x11_display_get_user_time() to get the launch time
  - Don't crash when launching a desktop file without specifying a
    screen

Files

/usr/lib/libgnome-desktop-2.so.11
/usr/lib/libgnome-desktop-2.so.11.4.2
/usr/share/doc/packages/libgnome-desktop-2-11
/usr/share/doc/packages/libgnome-desktop-2-11/COPYING.LIB
/usr/share/libgnome-desktop
/usr/share/libgnome-desktop/pnp.ids


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 20 05:47:33 2013