Hello community,

here is the log from the commit of package wdm for openSUSE:Factory
checked in at Sun Sep 11 19:37:36 CEST 2011.



--------
--- wdm/wdm.changes     2011-02-15 13:54:10.000000000 +0100
+++ /mounts/work_src_done/STABLE/wdm/wdm.changes        2011-09-06 
06:37:17.000000000 +0200
@@ -1,0 +2,33 @@
+Mon Sep  5 21:33:52 UTC 2011 - [email protected]
+
+- Add %_libdir/X11 to the list of dirs. 
+
+-------------------------------------------------------------------
+Wed Aug 31 07:39:45 UTC 2011 - [email protected]
+
+- %{_libdir}/X11/displaymanagers is no config file. 
+
+-------------------------------------------------------------------
+Tue Aug 30 14:58:22 UTC 2011 - [email protected]
+
+- Changed %{_sysconfdir}/X11/displaymanagers to
+  %{_libdir}/X11/displaymanagers. 
+
+-------------------------------------------------------------------
+Tue Aug 30 09:49:20 UTC 2011 - [email protected]
+
+- add missing "%dir %{_sysconfdir}/X11/displaymanagers"
+  to specfile.
+
+-------------------------------------------------------------------
+Thu Aug 25 12:16:08 UTC 2011 - [email protected]
+
+- wdm: 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:
----
  wdm

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

Other differences:
------------------
++++++ wdm.spec ++++++
--- /var/tmp/diff_new_pack.eVz5gF/_old  2011-09-11 19:37:27.000000000 +0200
+++ /var/tmp/diff_new_pack.eVz5gF/_new  2011-09-11 19:37:27.000000000 +0200
@@ -25,12 +25,13 @@
 Group:          System/X11/Displaymanagers
 AutoReqProv:    on
 Version:        1.28
-Release:        225
+Release:        226
 PreReq:         /etc/X11/xdm/xdm-config
 Source:         %{name}-%{version}.tar.bz2
 Source2:        SUSE.png
 Source3:        wdm-config
 Source4:        wdmLogin
+Source5:        wdm
 Patch2:         %{name}-%{version}-pam.patch
 Patch3:         %{name}-%{version}-WINGs.patch
 Patch4:         %{name}-%{version}-reserve.patch
@@ -83,6 +84,8 @@
 rm $RPM_BUILD_ROOT/etc/pam.d/wdm
 rm `find $RPM_BUILD_ROOT/%{wdmdir} -type f -maxdepth 1 -not -name wdm-config 
-print`
 %find_lang %{name}
+mkdir -p %{buildroot}%{_libdir}/X11/displaymanagers/
+cp %{SOURCE5} %{buildroot}%{_libdir}/X11/displaymanagers/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -98,8 +101,11 @@
 %dir %{wdmdir}
 %dir %{wdmdir}/pixmaps
 %dir %{wdmdir}/Defaults
+%dir %{_libdir}/X11
+%dir %{_libdir}/X11/displaymanagers
 %config %{wdmdir}/pixmaps/*
 %config %{wdmdir}/Defaults/*
 %config(noreplace) %{wdmdir}/wdm-config
+%{_libdir}/X11/displaymanagers/wdm
 
 %changelog


++++++ wdm ++++++
wdm_start_proc () {
    xdm_reload_files
    return $?
}

wdm_vars() {
    WDM_BIN=/usr/bin/wdm

    case "${DISPLAYMANAGER##*/}" in
        wdm|WDM)
            DISPLAYMANAGER=$WDM_BIN
            STARTPROC=wdm_start_proc
            ;;
        *)
            return 1  ;;
    esac

    return 0
}



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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to