Hello community, here is the log from the commit of package lightdm for openSUSE:Factory checked in at 2012-03-20 11:29:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lightdm (Old) and /work/SRC/openSUSE:Factory/.lightdm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lightdm", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/lightdm/lightdm.changes 2012-03-06 13:39:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lightdm.new/lightdm.changes 2012-03-20 11:30:20.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Mar 17 18:50:38 UTC 2012 - [email protected] + +- add lightdm-fix-missing-includes.patch which adds missing + includes (lp#958097) + +------------------------------------------------------------------- New: ---- lightdm-fix-missing-includes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lightdm.spec ++++++ --- /var/tmp/diff_new_pack.zgl1Cc/_old 2012-03-20 11:30:21.000000000 +0100 +++ /var/tmp/diff_new_pack.zgl1Cc/_new 2012-03-20 11:30:21.000000000 +0100 @@ -52,6 +52,8 @@ Patch8: lightdm-remove-xauthority-ownership-fix.patch # PATCH-FIX-UPSTREAM lightdm-call-g_thread_init-conditionally.patch [email protected] -- call g_thread_init() only on glib < 2.31.0 Patch10: lightdm-call-g_thread_init-conditionally.patch +# PATCH-FIX-UPSTREAM lightdm-fix-missing-includes.patch lp#958097 [email protected] -- Add missing header includes +Patch11: lightdm-fix-missing-includes.patch BuildRequires: gcc-c++ BuildRequires: gnome-common BuildRequires: gtk-doc @@ -179,6 +181,7 @@ %patch7 -p1 %patch8 -p1 %patch10 -p1 +%patch11 -p1 rm -f liblightdm-qt/*_moc.cpp greeters/qt/*_moc.cpp tests/src/*_moc.cpp %build ++++++ lightdm-fix-missing-includes.patch ++++++ # HG changeset patch # Parent df9d7501a5f380ec1a53d288e53cd161e061eda0 Add missing includes diff --git a/liblightdm-qt/greeter.cpp b/liblightdm-qt/greeter.cpp --- a/liblightdm-qt/greeter.cpp +++ b/liblightdm-qt/greeter.cpp @@ -14,6 +14,8 @@ #include "QLightDM/Greeter" +#include <unistd.h> + #include <security/pam_appl.h> #include <QtCore/QDebug> #include <QtCore/QDir> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
