Hello community,

here is the log from the commit of package lxdm for openSUSE:Factory
checked in at Wed Sep 7 17:55:43 CEST 2011.



--------
--- lxdm/lxdm.changes   2011-08-12 12:13:53.000000000 +0200
+++ /mounts/work_src_done/STABLE/lxdm/lxdm.changes      2011-09-06 
06:35:24.000000000 +0200
@@ -1,0 +2,38 @@
+Mon Sep  5 21:35:36 UTC 2011 - e...@suse.com
+
+- Add %_libdir/X11 to the list of dirs. 
+
+-------------------------------------------------------------------
+Wed Aug 31 07:37:48 UTC 2011 - e...@suse.com
+
+- %{_libdir}/X11/displaymanagers is no config file. 
+
+-------------------------------------------------------------------
+Wed Aug 31 07:33:03 UTC 2011 - e...@suse.com
+
+- lxdm: fixed bug. 
+
+-------------------------------------------------------------------
+Tue Aug 30 14:56:01 UTC 2011 - e...@suse.com
+
+- Changed %{_sysconfdir}/X11/displaymanagers to
+  %{_libdir}/X11/displaymanagers. 
+
+-------------------------------------------------------------------
+Tue Aug 30 09:51:30 UTC 2011 - e...@suse.com
+
+- add missing "%dir %{_sysconfdir}/X11/displaymanagers"
+  to specfile. 
+
+-------------------------------------------------------------------
+Thu Aug 25 12:14:26 UTC 2011 - e...@novell.com
+
+- lxdm: Add startup script file to be sourced by /etc/xinit.d/xdm.
+
+The display manager stratup script /etc/init.d/xdm should not
+contain any code specific to a display manager. Instead such code
+should live in a script file supplied by the specific dm which
+is sourced by the start script. Those script files will live
+in /etc/X11/displaymanagers/.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  lxdm

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

Other differences:
------------------
++++++ lxdm.spec ++++++
--- /var/tmp/diff_new_pack.GGdDig/_old  2011-09-07 17:55:39.000000000 +0200
+++ /var/tmp/diff_new_pack.GGdDig/_new  2011-09-07 17:55:39.000000000 +0200
@@ -21,7 +21,7 @@
 Name:           lxdm
 Summary:        LXDE Display Manager
 Version:        0.4.1
-Release:        7
+Release:        9
 License:        GPLv2 and LGPLv2
 Group:          System/GUI/LXDE
 Url:            http://lxde.org/
@@ -30,6 +30,7 @@
 Source2:        %{name}.pamd
 Source3:        lxdm-config.desktop
 Source4:        config-users.png
+Source5:        lxdm
 Patch0:         %{name}-0.4.0-background.patch
 # PATCH-FEATURE-OPENSUSE lxdm-0.4.0-use-sysconfig.patch and...@opensuse.org
 # this patch allow lxdm to read system settings from /etc/sysconfig
@@ -91,6 +92,8 @@
 %__mkdir_p %buildroot/%_localstatedir/run
 %__mkdir_p %buildroot/%_localstatedir/lib/%name
 touch %buildroot/%_localstatedir/run/%name.pid
+%__mkdir_p %{buildroot}%{_libdir}/X11/displaymanagers/
+%__cp %{SOURCE5} %{buildroot}%{_libdir}/X11/displaymanagers/
 
 %clean
 %__rm -rf %buildroot
@@ -115,6 +118,8 @@
 %{_datadir}/applications/lxdm-config.desktop
 %{_datadir}/%{name}/*
 %dir %{_sysconfdir}/%{name}/
+%dir %{_libdir}/X11/
+%dir %{_libdir}/X11/displaymanagers/
 %{_bindir}/%{name}
 %{_bindir}/%{name}-config
 %{_sbindir}/%{name}-binary
@@ -133,5 +138,6 @@
 %attr(750,lxdm,lxdm) %dir %{_localstatedir}/lib/%{name}
 %ghost %{_localstatedir}/run/%{name}.pid
 %exclude /%_datadir/pixmaps
+%{_libdir}/X11/displaymanagers/lxdm
 
 %changelog


++++++ lxdm ++++++
lxdm_start_proc() {
    xdm_reload_files
    return $?
}

lxdm_vars() {
    case $1 in
        lxdm|LXDM)
            DISPLAYMANAGER=/usr/bin/lxdm
            XDMOPTIONS=-d
            STARTPROC=lxdm_start_proc
            RELOADPROC=lxdm_start_proc
            ;;
        *)
            return 1
            ;;
    esac
    return 0
}

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to