Hello community,

here is the log from the commit of package lightdm for openSUSE:Factory checked 
in at 2013-04-03 23:46:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-03-27 
19:26:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lightdm.new/lightdm.changes     2013-04-03 
23:46:27.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Apr  3 07:12:19 UTC 2013 - [email protected]
+
+- added lightdm-fix-build-with-gobject-introspection-1.35.9.patch
+  in order to fix the build with gobject-introspection >= 1.35.9
+  (backported from upstream bzr)
+
+-------------------------------------------------------------------

New:
----
  lightdm-fix-build-with-gobject-introspection-1.35.9.patch

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

Other differences:
------------------
++++++ lightdm.spec ++++++
--- /var/tmp/diff_new_pack.AVdd4b/_old  2013-04-03 23:46:29.000000000 +0200
+++ /var/tmp/diff_new_pack.AVdd4b/_new  2013-04-03 23:46:29.000000000 +0200
@@ -56,14 +56,16 @@
 Patch6:         lightdm-make-sessions-inherit-system-default-locale.patch
 # PATCH-FIX-OPENSUSE lightdm-fix-language-setting.patch lp#1068853 lp#1019314 
[email protected] -- Fix saving/retrieving of the language setting
 Patch7:         lightdm-fix-language-setting.patch
-# PATCH-FIX-OPENSUSE lightdm-do-not-strip-codeset-from-language.patch 
lp#1074946 [email protected] -- Do not strip the codeset and be consistent with 
how the Language setting is retrived from AccountsService
+# PATCH-FIX-OPENSUSE lightdm-do-not-strip-codeset-from-language.patch 
lp#1074946 [email protected] -- Do not strip the codeset and be consistent with 
how the Language setting is retrieved from AccountsService
 Patch8:         lightdm-do-not-strip-codeset-from-language.patch
 # PATCH-FIX-OPENSUSE lightdm-use-run-dir.patch [email protected] -- Use /run 
instead of /var/run
 Patch9:         lightdm-use-run-dir.patch
-# PATCH-FIX-UPSTREAM lightdm-fix-determining-active-display.patch 
[email protected] -- Correctly work out the active display from the active VT 
when it exits so a greeter starts (backported from upstrem bzr)
+# PATCH-FIX-UPSTREAM lightdm-fix-determining-active-display.patch 
[email protected] -- Correctly work out the active display from the active VT 
when it exits so a greeter starts (backported from upstream bzr)
 Patch10:        lightdm-fix-determining-active-display.patch
-# PATCH-FIX-UPSTREAM lightdm-use-fine-grained-memory-locking.patch 
[email protected] -- Use libgcrypt to selectively secure password memory 
instead of the big-hammer approach of mlockall (backported from upstrem bzr)
+# PATCH-FIX-UPSTREAM lightdm-use-fine-grained-memory-locking.patch 
[email protected] -- Use libgcrypt to selectively secure password memory 
instead of the big-hammer approach of mlockall (backported from upstream bzr)
 Patch11:        lightdm-use-fine-grained-memory-locking.patch
+# PATCH-FIX-UPSTREAM lightdm-fix-build-with-gobject-introspection-1.35.9.patch 
[email protected] -- Fix build with gobject-introspection >= 1.35.9 (backported 
from upstream bzr)
+Patch12:        lightdm-fix-build-with-gobject-introspection-1.35.9.patch
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common
 BuildRequires:  gtk-doc
@@ -165,6 +167,7 @@
 %endif
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 ./autogen.sh

++++++ lightdm-fix-build-with-gobject-introspection-1.35.9.patch ++++++
# HG changeset patch
# Parent d51ef406aa2b509d0fbfce8635d0e4977047fffe
Fix build with gobject-introspection 1.35.9

diff --git a/liblightdm-gobject/Makefile.am b/liblightdm-gobject/Makefile.am
--- a/liblightdm-gobject/Makefile.am
+++ b/liblightdm-gobject/Makefile.am
@@ -41,7 +41,7 @@ INTROSPECTION_GIRS = LightDM-1.gir
 
 LightDM-1.gir: liblightdm-gobject-1.la
 LightDM_1_gir_INCLUDES = GObject-2.0
-LightDM_1_gir_CFLAGS = $(INCLUDES) --symbol-prefix=lightdm
+LightDM_1_gir_SCANNERFLAGS = --symbol-prefix=lightdm
 LightDM_1_gir_LIBS = liblightdm-gobject-1.la
 LightDM_1_gir_FILES = $(liblightdm_gobject_1_la_SOURCES)
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to