1
0
forked from pool/gnome-desktop

Accepting request 58272 from home:vuntz:branches:GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/58272
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=101
This commit is contained in:
2011-01-16 15:44:53 +00:00
committed by Git OBS Bridge
parent f9911c669a
commit 09b7c55677
4 changed files with 91 additions and 22 deletions

View File

@@ -1,21 +1,42 @@
-------------------------------------------------------------------
Fri Jan 14 15:25:14 CET 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 10:20:36 UTC 2011 - fcrozat@novell.com
- Update to version 2.91.6:
+ Prevent gnome-settings-daemon from crashing at startup
- Change from 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) API change!
* The GnomeRR api is introspectable now
* Switch thumbnailers from GConf to key files (bgo#638172)
+ Translations update
+ 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 build dependencies when building from checkout
+ 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 verison.
-------------------------------------------------------------------
Fri Jan 7 17:48:32 CET 2011 - vuntz@opensuse.org