Hello community, here is the log from the commit of package gnome-shell for openSUSE:Factory checked in at 2012-01-24 12:17:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old) and /work/SRC/openSUSE:Factory/.gnome-shell.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-shell", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes 2012-01-09 15:16:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes 2012-01-24 12:17:25.000000000 +0100 @@ -1,0 +2,9 @@ +Wed Jan 18 12:08:24 UTC 2012 - [email protected] + +- Add gnome-shell-link-gl.patch: explicitly link to GL as cogl + doesn't do that anymore. +- Add gnome-common BuildRequires and call to gnome-autogen.sh, + needed for above patch. +- Add pkgconfig(gl) BuildRequires: new dependency. + +------------------------------------------------------------------- New: ---- gnome-shell-link-gl.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-shell.spec ++++++ --- /var/tmp/diff_new_pack.9A4AK6/_old 2012-01-24 12:17:30.000000000 +0100 +++ /var/tmp/diff_new_pack.9A4AK6/_new 2012-01-24 12:17:30.000000000 +0100 @@ -23,6 +23,10 @@ Group: System/GUI/GNOME Url: http://live.gnome.org/GnomeShell Source: http://download.gnome.org/sources/gnome-shell/3.3/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gnome-shell-link-gl.patch [email protected] -- Explicitly link to GL, taken from git +Patch0: gnome-shell-link-gl.patch +# needed for patch0 +BuildRequires: gnome-common BuildRequires: intltool BuildRequires: translation-update-upstream BuildRequires: update-desktop-files @@ -35,6 +39,7 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) >= 2.31.0 BuildRequires: pkgconfig(gjs-1.0) >= 1.29.18 +BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(gnome-bluetooth-1.0) >= 3.1.0 BuildRequires: pkgconfig(gnome-desktop-3.0) BuildRequires: pkgconfig(gnome-keyring-1) @@ -120,8 +125,11 @@ %prep %setup -q translation-update-upstream +%patch0 -p1 %build +# needed for patch0 +NOCONFIGURE=1 gnome-autogen.sh export BROWSER_PLUGIN_DIR=%{_libdir}/browser-plugins %configure \ --disable-static \ ++++++ gnome-shell-link-gl.patch ++++++ >From 235cb9c505a9c24934dcb4d307edc8facf82da6b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi <[email protected]> Date: Sat, 14 Jan 2012 23:58:53 +0000 Subject: build: Add the 'gl' pkg-config Cogl does not explicitly link against GL or GLES any more, and Clutter master dropped the 'gl' pkg-config requirement because it introduced unneeded and conflicting dependencies. GNOME Shell still uses glXQuery* API, so it needs to explicitly link against libGL. https://bugzilla.gnome.org/show_bug.cgi?id=667864 --- diff --git a/configure.ac b/configure.ac index d0c99dd..b4d5afe 100644 --- a/configure.ac +++ b/configure.ac @@ -84,6 +84,7 @@ PKG_CHECK_MODULES(GNOME_SHELL, gio-unix-2.0 >= $GIO_MIN_VERSION gjs-internals-1.0 >= $GJS_MIN_VERSION libgnome-menu-3.0 $recorder_modules gdk-x11-3.0 libsoup-2.4 + gl clutter-x11-1.0 >= $CLUTTER_MIN_VERSION clutter-glx-1.0 >= $CLUTTER_MIN_VERSION libstartup-notification-1.0 >= $STARTUP_NOTIFICATION_MIN_VERSION -- cgit v0.9.0.2 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
