Hello community,

here is the log from the commit of package lxdm for openSUSE:Factory checked in 
at 2012-01-04 07:25:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxdm (Old)
 and      /work/SRC/openSUSE:Factory/.lxdm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxdm", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxdm/lxdm.changes        2011-10-16 
12:56:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lxdm.new/lxdm.changes   2012-01-04 
07:25:08.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 05 17:56:56 UTC 2011 - [email protected]
+
+- added patch to use new default wallpaper location since OS 12.1
+  bnc#732671
+-------------------------------------------------------------------

New:
----
  lxdm-0.4.1-background-12.1.patch

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

Other differences:
------------------
++++++ lxdm.spec ++++++
--- /var/tmp/diff_new_pack.s4e1O9/_old  2012-01-04 07:25:09.000000000 +0100
+++ /var/tmp/diff_new_pack.s4e1O9/_new  2012-01-04 07:25:09.000000000 +0100
@@ -22,7 +22,7 @@
 Name:           lxdm
 Summary:        LXDE Display Manager
 Version:        0.4.1
-Release:        9
+Release:        10
 License:        GPLv2 and LGPLv2
 Group:          System/GUI/LXDE
 Url:            http://lxde.org/
@@ -41,6 +41,9 @@
 # this patch fix bnc#586555 lxdm now use common scripts in /etc/X11/xdm
 Patch4:         %{name}-0.4.0-common.patch
 Patch5:         %{name}-0.4.0-fix-null-pointer-dereference.patch
+# Patch needed to use current new default wallpaper location
+# bnc#732671
+Patch6:         %{name}-0.4.1-background-12.1.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf automake gcc gettext-tools make
 BuildRequires:  ConsoleKit-devel gettext-runtime gtk2-devel intltool
@@ -48,7 +51,7 @@
 BuildRequires:  update-desktop-files
 Requires:       desktop-data-openSUSE
 Requires:       pam
-%if %suse_version >= 1210
+%if 0%{?suse_version} >= 1210
 Recommends:     gnome-control-center-user-faces
 %endif
 Provides:       lxdm-conf = %version
@@ -61,11 +64,16 @@
 
 %prep
 %setup -q
+%if 0%{?suse_version} <= 1140
 %patch0 -p1
+%endif
 %patch1 -p1
 %patch2 -p1
 %patch4 -p1
 %patch5 -p1
+%if 0%{?suse_version} >= 1210
+%patch6 -p1
+%endif
 
 %__cp %{SOURCE1} .
 


++++++ lxdm-0.4.1-background-12.1.patch ++++++
--- lxdm-0.4.1.old/data/lxdm.conf.in    2011-07-29 15:42:33.000000000 +0200
+++ lxdm-0.4.1/data/lxdm.conf.in        2011-12-02 16:46:15.821006819 +0100
@@ -27,7 +27,7 @@
 gtk_theme=Clearlooks
 
 ## background of the greeter
-bg=/usr/share/backgrounds/default.png
+bg=/usr/share/wallpapers/openSUSEdefault/contents/images/1600x1200.jpg
 
 ## if show bottom pane
 bottom_pane=1
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to