Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2015-11-06 00:09:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-session (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-session.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-session"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes      
2015-10-28 17:28:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2015-11-06 00:09:48.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Oct 30 23:15:17 UTC 2015 - zai...@opensuse.org
+
+- Drop pkgconfig(gconf-2.0) BuildRequires and pass --disable-gconf
+  to configure to be sure it's not enabled during build. It was
+  only present to support gconf-based autostart.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.CfuYZ3/_old  2015-11-06 00:09:49.000000000 +0100
+++ /var/tmp/diff_new_pack.CfuYZ3/_new  2015-11-06 00:09:49.000000000 +0100
@@ -38,8 +38,6 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(dbus-glib-1) >= 0.76
-# Support gconf-based autostart
-BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0) >= 2.35.0
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.35.0
@@ -124,7 +122,9 @@
 
 %build
 NOCONFIGURE=1 gnome-autogen.sh
-%configure --enable-systemd
+%configure \
+        --enable-systemd \
+        --disable-gconf
 %__make %{?jobs:-j%jobs} V=1
 
 %install


Reply via email to