1
0
forked from pool/gnome-desktop

Accepting request 47746 from GNOME:Factory

checked in (request 47746)

OBS-URL: https://build.opensuse.org/request/show/47746
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=85
This commit is contained in:
OBS User autobuild
2010-09-13 09:53:18 +00:00
committed by Git OBS Bridge
parent 548e6f9f4f
commit 8feb55843e
8 changed files with 401 additions and 138 deletions

View File

@@ -1,56 +1,3 @@
-------------------------------------------------------------------
Fri Sep 10 00:34:48 CEST 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 8 20:13:21 CEST 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 18:41:35 CEST 2010 - dimstar@opensuse.org