| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libgnome-desktop-3-0-32bit | Distribution: openSUSE 11.4 |
| Version: 2.91.6.1 | Vendor: openSUSE |
| Release: 2.1 | Build date: Sat Feb 19 00:18:29 2011 |
| Group: System/GUI/GNOME | Build host: build19 |
| Size: 154692 | Source RPM: gnome-desktop-2.91.6.1-2.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnome.org | |
| Summary: The GNOME Desktop API Library | |
The libgnome-desktop library provides API shared by several applications on the desktop, but that cannot live in the platform for various reasons. There is no API or ABI guarantee, although we are doing our best to provide stability. Documentation for the API is available with gtk-doc.
LGPLv2.1+
* Sun Feb 13 2011 vuntz@opensuse.org
- Update to version 2.91.6.1:
+ Do not require gconf to build introspection data.
+ Updated translations.
- Drop gnome-desktop-gir-no-gconf.patch: fixed upstream.
- Remove unneeded update-desktop-files BuildRequires as there are
no desktop files anymore.
- 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.
* Fri Jan 14 2011 vuntz@opensuse.org
- Remove pkgconfig(gconf-2.0) BuildRequires: it's all ported to
GSettings now.
- Add gobject-introspection-devel BuildRequires to build
introspection data.
- Add gnome-desktop-gir-no-gconf.patch to fix build of
introspection data. Taken from git.
- Add back --disable-date-in-gnome-version and
- -with-gnome-distributor="SUSE" to configure: gnome-version.xml
is back.
- Do not build the gnome-version subpackage if
IS_DEFAULT_GNOME_DESKTOP is 0, unless BUILD_FROM_VCS is defined.
* Wed Jan 12 2011 fcrozat@novell.com
- Update to version 2.91.6:
+ libgnome-desktop:
- Prevent gnome-settings-daemon from crashing at startup
+ Misc:
- Add back gnome-version.xml.
- Changes from version 2.91.5:
+ libgnome-desktop:
- gnome-desktop-utils has been ported to GSettings (bgo#638169)
- GnomeRRScreen, GnomeRRConfig and GnomeOutputInfo have been
turned into a GObjects (bgo#630913).
- The GnomeRR api is introspectable now
- Switch thumbnailers from GConf to key files (bgo#638172)
+ Updated translations.
- Add support for source service checkout, with %BUILD_FROM_VCS:
+ Add call to ./autogen.sh (if present)
+ Enforce gtk-doc html generation by passing --enable-gtk-doc to
configure.
+ Add gnome-common, gtk-doc BuildRequires.
- Create a gnome-version subpackage to contain the xml file with
the GNOME version.
* Fri Jan 07 2011 vuntz@opensuse.org
- Update to version 2.91.4:
+ Remove gnome-about: a System Information panel in
gnome-control-center replaces it.
+ libgnome-desktop:
- Adapt to GTK+ 3 changes.
+ Misc
- Don't export private symbols in the shared library.
+ Updated translations.
- Drop gnome-desktop-gdk_functions.patch: fixed upstream.
- Drop gnome-desktop-desktop.patch: gnome-about got removed.
- Remove gnome-about packaging (that was disabled via
IS_DEFAULT_GNOME_DESKTOP): gnome-about got removed.
- Do not pass --disable-date-in-gnome-version and
- -with-gnome-distributor="SUSE" to configure: the options don't
exist anymore.
* Tue Dec 14 2010 vuntz@opensuse.org
- Stop removing kg locale on 11.4 and later: bnc#659001 has been
fixed.
* Tue Dec 14 2010 dimstar@opensuse.org
- Add gnome-desktop-gdk_functions.patch to fix build with latest
gtk3. Patch from upstream git, commit 260f6d, 24863a & ff299b.
* Sat Dec 11 2010 vuntz@opensuse.org
- Remove some locales until bnc#659001 is fixed, to fix a build
failure.
* Mon Dec 06 2010 vuntz@opensuse.org
- Add gsettings-desktop-schemas Requires to libgnome-desktop-3-0,
since applications using the library don't have to know that
gsettings-desktop-schemas is required.
* Fri Nov 26 2010 dimstar@opensuse.org
- Update to version 2.91.3:
+ Add API to ensure primary display is set in config
+ Add cache for resized wallpapers (to help CPU usage on startup)
+ Remove gconf-2.0 from pkg-config files
- Changes frm version 2.91.2:
+ Build System fixes
+ Fix possible double-free when destroying private windows
+ Updated translations.
* Mon Nov 15 2010 dimstar@opensuse.org
- Update to version 2.91.1:
+ libgnome-desktop:
- GnomeRR: Make the RR labels honor workarea so they don't
appear over/under panels
- bgo#629168: Don't read past the end of a string
- GnomeBG: Port to GSettings
+ Misc:
- Require gconf in pc file
+ Updated translations.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires.
* Mon Oct 11 2010 vuntz@opensuse.org
- Update baselibs.conf to not reference non-existing gnome-desktop.
* Tue Oct 05 2010 vuntz@opensuse.org
- Update to version 2.91.0:
+ libgnome-desktop:
- GnomeRR: Force a refresh of timestamps so other clients won't
think this is a server-generated event
- Thumbnail: Look up mimetypes properly
- GnomeBG: Update for GTK+ 3 changes
- GnomeBG: Don't try to use a null format
+ Misc:
- Rename --enable-deprecations configure flag to
- -enable-deprecation-flags
+ Updated translations.
* Thu Sep 09 2010 vuntz@opensuse.org
- Always make libgnome-desktop-3-0 provide gnome-desktop =
%{version} to make lang package installable. However, the
Obsoletes is only there if %IS_DEFAULT_GNOME_DESKTOP is set: we
don't want to obsolete it if it's not the default.
* Wed Sep 08 2010 vuntz@opensuse.org
- Update gnome-desktop to the GNOME 3 version. The GNOME 2 version
will be kept as the gnome-desktop2 source package.
- There is a IS_DEFAULT_GNOME_DESKTOP default to make it easy to
choose which gnome-desktop version will be the default. This is
important since some files like gnome-about and the documentation
are conflicting between the two versions.
- Update to version 2.90.5. Changes from version 2.31.90:
+ libgnome-desktop:
- Port to GTK+ 3.0 and make it parallel installable with GTK+
2.0 version
- Drop GnomeDesktopItem API
+ Add --disable-desktop-docs configure flag
+ Remove old icons installed in /usr/share/pixmaps
+ Update gnome-about man page
+ Updated translations
- Change old-style BuildRequires to pkgconfig() style
BuildRequires:
+ old-style: gconf2-devel, gtk2-devel,
startup-notification-devel.
+ new-style: gconf-2.0, gdk-pixbuf-2.0, glib-2.0, gtk+-3.0,
libstartup-notification-1.0, x11, xrandr.
- Drop gnome-desktop-fate300461-desktop-gettext.patch,
gnome-desktop-recently-used-apps.patch, X-KDE-SubstituteUID.dif:
they were needed for the GnomeDesktopItem API, but it got
removed.
- Change Requires of lang subpackage to Recommends.
- Remove gnome-core Obsoletes: it's gone for a long time now.
- Create a gnome-about subpackage instead of the main gnome-desktop
package, since it only contains gnome-about.
- Rename libgnome-desktop-2-17 subpackage to libgnome-desktop-3-0,
following the library name change upstream.
- Rename devel subpackage to libgnome-desktop-3-devel, and make it
Provides/Obsoletes gnome-desktop-devel if
%IS_DEFAULT_GNOME_DESKTOP is set.
- Make libgnome-desktop-3-0 Provides/Obsoletes gnome-desktop if
%IS_DEFAULT_GNOME_DESKTOP is set.
- If %IS_DEFAULT_GNOME_DESKTOP is not set, pass
- -disable-gnome-about and --disable-desktop-docs to configure, do
not look for the help files, and do not create a main package,
since it would be empty.
- Update description of packages.
* Wed Aug 18 2010 dimstar@opensuse.org
- Update to version 2.31.90:
+ GnomeBG: Be sure to unreference the file_monitor object during
dispose
+ Add --disable-gnome-about configure flag
+ Updated translations.
* Fri Aug 06 2010 vuntz@opensuse.org
- Update to version 2.31.6:
+ Don't use deprecated Gdk drawing APIs
+ Updated translations.
- Changes from version 2.31.2:
+ GnomeRR: Improve errors from the CRTC assignment process
+ GnomeBG: Fix a case of width-for-height confusion that could
lead to huge memory consumption on multi-monitor systems
+ Updated translations.
* Wed Mar 31 2010 vuntz@opensuse.org
- Update to version 2.30.0:
+ GnomeRR:
- Fix build failure with GTK 2.19+
- Fix build with -DGSEAL_ENABLE
- Ignore errors when setting the monitor size fails
+ GnomeBG:
- Fix crash in gradient handling code
+ Misc
- Really fix build without randr
+ Updated translations.
* Mon Mar 08 2010 dimstar@opensuse.org
- Update to version 2.29.92:
+ libgnome-desktop:
- GnomeRR: Add new API gnome_rr_output_get_connector_type() and
gnome_rr_output_is_laptop()
- GnomeRR: fix leak
- GnomeRR: build fix
- GnomeBG: Drop pixbuf cache before switching slides
+ Misc:
- Make xrandr an optional dependency
- Add main category to gnome-about desktop file
+ Updated translations.
* Mon Feb 22 2010 vuntz@opensuse.org
- Update to version 2.29.91:
+ GnomeBG:
- Fix a memory leak
- Add a picture option to make the background span monitors
+ GnomeDesktopItem:
- Improve error string
+ Add translator comments
+ Updated translations.
* Wed Feb 10 2010 vuntz@opensuse.org
- Update to version 2.29.90:
+ Updated translations.
* Wed Jan 27 2010 vuntz@opensuse.org
- Update to version 2.29.6:
+ Updated translations.
* Wed Jan 13 2010 captain.magnus@opensuse.org
- Update to version 2.29.5:
+ Bump library soname since ABI was broken in 2.29.4
- Rename libgnome-desktop-2-11 subpackage to libgnome-desktop-2-17,
following soname change.
- Update the way we remove the ig locale on old versions of
openSUSE.
- Package baselibs.conf
* Wed Dec 23 2009 vuntz@opensuse.org
- Update to version 2.29.4:
+ GnomeBG:
- Per-monitor background support
- Memory leak fixes
+ Updated translations.
* Wed Dec 02 2009 vuntz@opensuse.org
- Update to version 2.29.3:
+ Build improvement
- Changes from version 2.29.2:
+ GnomeRR:
- Allow rotation if the virtual size has the correct number of
pixels
- Add gamma API
+ Updated translations.
* Sat Nov 14 2009 vuntz@opensuse.org
- Update to version 2.28.1:
+ Updated translations.
- Respin gnome-desktop-fate300461-desktop-gettext.patch and
gnome-desktop-recently-used-apps.patch to apply without fuzz.
* 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.
/usr/lib/libgnome-desktop-3.so.0 /usr/lib/libgnome-desktop-3.so.0.0.5
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 11:49:16 2013