Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory checked 
in at 2012-03-29 14:02:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-20 
11:30:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lightdm.new/lightdm.changes     2012-03-29 
14:02:39.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Mar 21 08:24:34 UTC 2012 - [email protected]
+
+- update to version 1.0.10
+  - fix compilation failure in liblightdm-qt with GCC 4.7
+- dropped obsolete lightdm-fix-missing-includes.patch
+
+-------------------------------------------------------------------

Old:
----
  lightdm-1.0.9.tar.gz
  lightdm-fix-missing-includes.patch

New:
----
  lightdm-1.0.10.tar.gz

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

Other differences:
------------------
++++++ lightdm.spec ++++++
--- /var/tmp/diff_new_pack.Zkm7MH/_old  2012-03-29 14:02:42.000000000 +0200
+++ /var/tmp/diff_new_pack.Zkm7MH/_new  2012-03-29 14:02:42.000000000 +0200
@@ -23,7 +23,7 @@
 %define qt_lib          lib%{qt_libname}-0
 
 Name:           lightdm
-Version:        1.0.9
+Version:        1.0.10
 Release:        0
 Summary:        Lightweight, Cross-desktop Display Manager
 License:        GPL-3.0+
@@ -52,8 +52,6 @@
 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
@@ -181,7 +179,6 @@
 %patch7 -p1
 %patch8 -p1
 %patch10 -p1
-%patch11 -p1
 rm -f liblightdm-qt/*_moc.cpp greeters/qt/*_moc.cpp tests/src/*_moc.cpp
 
 %build

++++++ lightdm-1.0.9.tar.gz -> lightdm-1.0.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightdm-1.0.9/NEWS new/lightdm-1.0.10/NEWS
--- old/lightdm-1.0.9/NEWS      2012-03-05 04:03:19.000000000 +0100
+++ new/lightdm-1.0.10/NEWS     2012-03-21 07:21:46.000000000 +0100
@@ -1,3 +1,7 @@
+Overview of changes in lightdm 1.0.10
+
+    * Fix compilation failure in liblightdm-qt with GCC 4.7
+
 Overview of changes in lightdm 1.0.9
 
     * Don't distribute Qt moc files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightdm-1.0.9/aclocal.m4 
new/lightdm-1.0.10/aclocal.m4
--- old/lightdm-1.0.9/aclocal.m4        2012-03-05 04:03:40.000000000 +0100
+++ new/lightdm-1.0.10/aclocal.m4       2012-03-21 07:23:50.000000000 +0100
@@ -488,6 +488,8 @@
     ],dnl
     [auto],[dnl
         PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], 
found_introspection=yes, found_introspection=no)
+       dnl Canonicalize enable_introspection
+       enable_introspection=$found_introspection
     ],dnl
     [dnl       
         AC_MSG_ERROR([invalid argument passed to --enable-introspection, 
should be one of @<:@no/auto/yes@:>@])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightdm-1.0.9/configure new/lightdm-1.0.10/configure
--- old/lightdm-1.0.9/configure 2012-03-05 04:03:42.000000000 +0100
+++ new/lightdm-1.0.10/configure        2012-03-21 07:23:52.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for lightdm 1.0.9.
+# Generated by GNU Autoconf 2.68 for lightdm 1.0.10.
 #
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -567,8 +567,8 @@
 # Identity of this package.
 PACKAGE_NAME='lightdm'
 PACKAGE_TARNAME='lightdm'
-PACKAGE_VERSION='1.0.9'
-PACKAGE_STRING='lightdm 1.0.9'
+PACKAGE_VERSION='1.0.10'
+PACKAGE_STRING='lightdm 1.0.10'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1443,7 +1443,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures lightdm 1.0.9 to adapt to many kinds of systems.
+\`configure' configures lightdm 1.0.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1513,7 +1513,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of lightdm 1.0.9:";;
+     short | recursive ) echo "Configuration of lightdm 1.0.10:";;
    esac
   cat <<\_ACEOF
 
@@ -1686,7 +1686,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-lightdm configure 1.0.9
+lightdm configure 1.0.10
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2172,7 +2172,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by lightdm $as_me 1.0.9, which was
+It was created by lightdm $as_me 1.0.10, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2990,7 +2990,7 @@
 
 # Define the identity of the package.
  PACKAGE='lightdm'
- VERSION='1.0.9'
+ VERSION='1.0.10'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15565,6 +15565,7 @@
 else
   found_introspection=no
 fi
+               enable_introspection=$found_introspection
      ;; #(
   *) :
                 as_fn_error $? "invalid argument passed to 
--enable-introspection, should be one of [no/auto/yes]" "$LINENO" 5
@@ -19105,7 +19106,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by lightdm $as_me 1.0.9, which was
+This file was extended by lightdm $as_me 1.0.10, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19171,7 +19172,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-lightdm config.status 1.0.9
+lightdm config.status 1.0.10
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightdm-1.0.9/configure.ac 
new/lightdm-1.0.10/configure.ac
--- old/lightdm-1.0.9/configure.ac      2012-03-05 04:03:26.000000000 +0100
+++ new/lightdm-1.0.10/configure.ac     2012-03-21 07:23:16.000000000 +0100
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(lightdm, 1.0.9)
+AC_INIT(lightdm, 1.0.10)
 AC_CONFIG_MACRO_DIR(m4)
 AC_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightdm-1.0.9/liblightdm-qt/greeter.cpp 
new/lightdm-1.0.10/liblightdm-qt/greeter.cpp
--- old/lightdm-1.0.9/liblightdm-qt/greeter.cpp 2011-09-28 09:11:35.000000000 
+0200
+++ new/lightdm-1.0.10/liblightdm-qt/greeter.cpp        2012-03-21 
07:21:17.000000000 +0100
@@ -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]

Reply via email to