commit wdm for openSUSE:Factory

2017-12-22 Thread root
Hello community,

here is the log from the commit of package wdm for openSUSE:Factory checked in 
at 2017-12-22 12:17:52

Comparing /work/SRC/openSUSE:Factory/wdm (Old)
 and  /work/SRC/openSUSE:Factory/.wdm.new (New)


Package is "wdm"

Fri Dec 22 12:17:52 2017 rev:24 rq:546632 version:1.28

Changes:

--- /work/SRC/openSUSE:Factory/wdm/wdm.changes  2017-10-13 14:21:05.935008408 
+0200
+++ /work/SRC/openSUSE:Factory/.wdm.new/wdm.changes 2017-12-22 
12:17:54.016885298 +0100
@@ -1,0 +2,6 @@
+Wed Nov 29 15:24:04 UTC 2017 - crrodrig...@opensuse.org
+
+- FIx BuildRequires to use only what is directly needed, this
+  change is required after WindowMaker-devel dependency fixes.
+
+---



Other differences:
--
++ wdm.spec ++
--- /var/tmp/diff_new_pack.V3f4vk/_old  2017-12-22 12:17:54.784847852 +0100
+++ /var/tmp/diff_new_pack.V3f4vk/_new  2017-12-22 12:17:54.784847852 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wdm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,13 @@
 BuildRequires:  freetype2-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  pam-devel
-BuildRequires:  xorg-x11
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xau)
+BuildRequires:  pkgconfig(xdmcp)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xmu)
+BuildRequires:  pkgconfig(xpm)
+BuildRequires:  pkgconfig(xt)
 Version:1.28
 Release:0
 PreReq: /etc/X11/xdm/xdm-config





commit wdm for openSUSE:Factory

2017-10-13 Thread root
Hello community,

here is the log from the commit of package wdm for openSUSE:Factory checked in 
at 2017-10-13 14:20:47

Comparing /work/SRC/openSUSE:Factory/wdm (Old)
 and  /work/SRC/openSUSE:Factory/.wdm.new (New)


Package is "wdm"

Fri Oct 13 14:20:47 2017 rev:23 rq:533861 version:1.28

Changes:

--- /work/SRC/openSUSE:Factory/wdm/wdm.changes  2013-01-24 15:45:54.0 
+0100
+++ /work/SRC/openSUSE:Factory/.wdm.new/wdm.changes 2017-10-13 
14:21:05.935008408 +0200
@@ -1,0 +2,7 @@
+Thu Oct 12 14:44:35 UTC 2017 - dims...@opensuse.org
+
+- Have update-alternatives handle Xinit's integration of the
+  displaymanager, replacing /etc/sysconfig/displaymanager
+  (boo#1053863).
+
+---



Other differences:
--
++ wdm.spec ++
--- /var/tmp/diff_new_pack.TTUYqW/_old  2017-10-13 14:21:06.650976929 +0200
+++ /var/tmp/diff_new_pack.TTUYqW/_new  2017-10-13 14:21:06.650976929 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wdm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,8 +26,6 @@
 BuildRequires:  libselinux-devel
 BuildRequires:  pam-devel
 BuildRequires:  xorg-x11
-License:GPL-2.0+
-Group:  System/X11/Displaymanagers
 Version:1.28
 Release:0
 PreReq: /etc/X11/xdm/xdm-config
@@ -43,6 +41,8 @@
 Url:http://voins.program.ru/wdm/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:WINGs Display Manager
+License:GPL-2.0+
+Group:  System/X11/Displaymanagers
 
 %description
 WDM is a modification and enhancement of X11's XDM that provides a more
@@ -89,6 +89,17 @@
 %find_lang %{name}
 mkdir -p %{buildroot}%{_dminitdir}/
 cp %{SOURCE5} %{buildroot}%{_dminitdir}/
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
+touch %{buildroot}%{_sysconfdir}/alternatives/default-displaymanager
+ln -s %{_sysconfdir}/alternatives/default-displaymanager 
%{buildroot}%{_libexecdir}/X11/displaymanagers/default-displaymanager
+
+%post
+%{_sbindir}/update-alternatives --install 
%{_libexecdir}/X11/displaymanagers/default-displaymanager \
+  default-displaymanager %{_libexecdir}/X11/displaymanagers/wdm 10
+
+%postun
+[ -f %{_libexecdir}/X11/displaymanagers/wdm ] || 
%{_sbindir}/update-alternatives \
+  --remove default-displaymanager %{_libexecdir}/X11/displaymanagers/wdm
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -106,5 +117,7 @@
 %config %{wdmdir}/Defaults/*
 %config(noreplace) %{wdmdir}/wdm-config
 %{_dminitdir}/wdm
+%{_dminitdir}/default-displaymanager
+%ghost %{_sysconfdir}/alternatives/default-displaymanager
 
 %changelog





commit wdm for openSUSE:Factory

2013-01-24 Thread h_root
Hello community,

here is the log from the commit of package wdm for openSUSE:Factory checked in 
at 2013-01-24 15:45:53

Comparing /work/SRC/openSUSE:Factory/wdm (Old)
 and  /work/SRC/openSUSE:Factory/.wdm.new (New)


Package is wdm, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wdm/wdm.changes  2011-12-02 16:26:11.0 
+0100
+++ /work/SRC/openSUSE:Factory/.wdm.new/wdm.changes 2013-01-24 
15:45:54.0 +0100
@@ -1,0 +2,5 @@
+Wed Jan 23 15:25:44 CET 2013 - mhruse...@suse.cz
+
+- get rid of %{suse_update_config}
+
+---



Other differences:
--
++ wdm.spec ++
--- /var/tmp/diff_new_pack.yEc7vs/_old  2013-01-24 15:45:55.0 +0100
+++ /var/tmp/diff_new_pack.yEc7vs/_new  2013-01-24 15:45:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wdm
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,6 +14,9 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
+#
 %define _dminitdir %{_prefix}/lib/X11/displaymanagers
 
 Name:   wdm
@@ -61,10 +64,9 @@
 %patch3
 %patch4
 %patch5
-%{suse_update_config}
 
 %build
-autoreconf
+autoreconf --force --install
 export CFLAGS=$RPM_OPT_FLAGS -DDEV_RANDOM=\\\/dev/random\\\
 export CXXFLAGS=$CFLAGS
 %configure \
@@ -91,9 +93,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-%run_suseconfig -m wdm
-
 %files -f %{name}.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README README.pam TODO


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



commit wdm for openSUSE:Factory

2011-12-02 Thread h_root
Hello community,

here is the log from the commit of package wdm for openSUSE:Factory checked in 
at 2011-12-02 16:26:10

Comparing /work/SRC/openSUSE:Factory/wdm (Old)
 and  /work/SRC/openSUSE:Factory/.wdm.new (New)


Package is wdm, Maintainer is nadvor...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/wdm/wdm.changes  2011-09-23 12:50:14.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wdm.new/wdm.changes 2011-12-02 
16:26:11.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  1 17:07:15 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ wdm.spec ++
--- /var/tmp/diff_new_pack.DknqeM/_old  2011-12-02 16:26:13.0 +0100
+++ /var/tmp/diff_new_pack.DknqeM/_new  2011-12-02 16:26:13.0 +0100
@@ -14,19 +14,19 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
 %define _dminitdir %{_prefix}/lib/X11/displaymanagers
 
 Name:   wdm
-BuildRequires:  WindowMaker-devel freetype2-devel pam-devel xorg-x11
+BuildRequires:  WindowMaker-devel
+BuildRequires:  automake
+BuildRequires:  freetype2-devel
 BuildRequires:  libselinux-devel
-License:GPLv2+
+BuildRequires:  pam-devel
+BuildRequires:  xorg-x11
+License:GPL-2.0+
 Group:  System/X11/Displaymanagers
-AutoReqProv:on
 Version:1.28
-Release:226
+Release:0
 PreReq: /etc/X11/xdm/xdm-config
 Source: %{name}-%{version}.tar.bz2
 Source2:SUSE.png


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



commit wdm for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package wdm for openSUSE:Factory
checked in at Thu Sep 22 10:52:50 CEST 2011.




--- wdm/wdm.changes 2011-09-06 06:37:17.0 +0200
+++ /mounts/work_src_done/STABLE/wdm/wdm.changes2011-09-21 
11:45:39.0 +0200
@@ -1,0 +2,11 @@
+Wed Sep 21 08:37:17 UTC 2011 - e...@suse.com
+
+- Don't use %{_libexecdir} for init script path, it's not uniformly 
+  defined on all supported products. 
+
+---
+Tue Sep 20 16:03:38 UTC 2011 - e...@suse.com
+
+- Change %{_libdir} to ${_libexecdir}.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ wdm.spec ++
--- /var/tmp/diff_new_pack.I9Bggr/_old  2011-09-22 10:52:47.0 +0200
+++ /var/tmp/diff_new_pack.I9Bggr/_new  2011-09-22 10:52:47.0 +0200
@@ -17,6 +17,7 @@
 
 # norootforbuild
 
+%define _dminitdir %{_prefix}/lib/X11/displaymanagers
 
 Name:   wdm
 BuildRequires:  WindowMaker-devel freetype2-devel pam-devel xorg-x11
@@ -84,8 +85,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/
+mkdir -p %{buildroot}%{_dminitdir}/
+cp %{SOURCE5} %{buildroot}%{_dminitdir}/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -101,11 +102,10 @@
 %dir %{wdmdir}
 %dir %{wdmdir}/pixmaps
 %dir %{wdmdir}/Defaults
-%dir %{_libdir}/X11
-%dir %{_libdir}/X11/displaymanagers
+%dir %{_dminitdir}
 %config %{wdmdir}/pixmaps/*
 %config %{wdmdir}/Defaults/*
 %config(noreplace) %{wdmdir}/wdm-config
-%{_libdir}/X11/displaymanagers/wdm
+%{_dminitdir}/wdm
 
 %changelog







Remember to have fun...

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



commit wdm for openSUSE:Factory

2011-09-11 Thread h_root

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.0 +0100
+++ /mounts/work_src_done/STABLE/wdm/wdm.changes2011-09-06 
06:37:17.0 +0200
@@ -1,0 +2,33 @@
+Mon Sep  5 21:33:52 UTC 2011 - e...@suse.com
+
+- Add %_libdir/X11 to the list of dirs. 
+
+---
+Wed Aug 31 07:39:45 UTC 2011 - e...@suse.com
+
+- %{_libdir}/X11/displaymanagers is no config file. 
+
+---
+Tue Aug 30 14:58:22 UTC 2011 - e...@suse.com
+
+- Changed %{_sysconfdir}/X11/displaymanagers to
+  %{_libdir}/X11/displaymanagers. 
+
+---
+Tue Aug 30 09:49:20 UTC 2011 - e...@suse.com
+
+- add missing %dir %{_sysconfdir}/X11/displaymanagers
+  to specfile.
+
+---
+Thu Aug 25 12:16:08 UTC 2011 - e...@novell.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.eVz5gF/_new  2011-09-11 19:37:27.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit wdm for openSUSE:Factory

2011-03-23 Thread h_root

Hello community,

here is the log from the commit of package wdm for openSUSE:Factory
checked in at Wed Mar 23 13:53:23 CET 2011.




--- wdm/wdm.changes 2008-11-21 14:40:03.0 +0100
+++ /mounts/work_src_done/STABLE/wdm/wdm.changes2011-02-15 
13:54:10.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 15 13:48:00 CET 2011 - ku...@suse.de
+
+- Get ride of SuSEconfig.wdm
+
+---

calling whatdependson for head-i586


Old:

  SuSEconfig.wdm
  wdm-config.in

New:

  wdm-config



Other differences:
--
++ wdm.spec ++
--- /var/tmp/diff_new_pack.qoQoF7/_old  2011-03-23 13:52:46.0 +0100
+++ /var/tmp/diff_new_pack.qoQoF7/_new  2011-03-23 13:52:46.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package wdm (Version 1.28)
+# spec file for package wdm
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,17 +21,16 @@
 Name:   wdm
 BuildRequires:  WindowMaker-devel freetype2-devel pam-devel xorg-x11
 BuildRequires:  libselinux-devel
-License:GPL v2 or later
+License:GPLv2+
 Group:  System/X11/Displaymanagers
 AutoReqProv:on
 Version:1.28
-Release:215
+Release:225
 PreReq: /etc/X11/xdm/xdm-config
 Source: %{name}-%{version}.tar.bz2
 Source2:SUSE.png
-Source3:SuSEconfig.wdm
-Source4:wdm-config.in
-Source5:wdmLogin
+Source3:wdm-config
+Source4:wdmLogin
 Patch2: %{name}-%{version}-pam.patch
 Patch3: %{name}-%{version}-WINGs.patch
 Patch4: %{name}-%{version}-reserve.patch
@@ -77,13 +76,12 @@
 mkdir -p $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT/sbin/conf.d
-install -m 755 %{S:3} $RPM_BUILD_ROOT/sbin/conf.d
-install -m 644 %{S:4} $RPM_BUILD_ROOT/%{wdmdir}
+install -m 644 %{S:3} $RPM_BUILD_ROOT/%{wdmdir}
 mkdir -p $RPM_BUILD_ROOT/%{wdmdir}/Defaults
-install -m 644 %{S:5} $RPM_BUILD_ROOT/%{wdmdir}/Defaults
+install -m 644 %{S:4} $RPM_BUILD_ROOT/%{wdmdir}/Defaults
 install -m 644 %{S:2} $RPM_BUILD_ROOT/%{wdmdir}/pixmaps
 rm $RPM_BUILD_ROOT/etc/pam.d/wdm
-rm `find $RPM_BUILD_ROOT/%{wdmdir} -type f -maxdepth 1 -not -name 
wdm-config.in -print`
+rm `find $RPM_BUILD_ROOT/%{wdmdir} -type f -maxdepth 1 -not -name wdm-config 
-print`
 %find_lang %{name}
 
 %clean
@@ -102,7 +100,6 @@
 %dir %{wdmdir}/Defaults
 %config %{wdmdir}/pixmaps/*
 %config %{wdmdir}/Defaults/*
-%config(noreplace) %{wdmdir}/wdm-config.in
-/sbin/conf.d/SuSEconfig.wdm
+%config(noreplace) %{wdmdir}/wdm-config
 
 %changelog


++ wdm-config ++
! Following part is taken from xdm-config:
!==
!
! xdm-config:   Configuration of the xdm
!
DisplayManager.errorLogFile:/var/log/xdm.errors
DisplayManager.pidFile: /var/run/xdm.pid
DisplayManager.authDir: /var/lib/xdm
DisplayManager.keyFile: /etc/X11/xdm/xdm-keys
DisplayManager.servers: /etc/X11/xdm/Xservers
DisplayManager.accessFile:  /etc/X11/xdm/Xaccess
DisplayManager.willing: su nobody -c /etc/X11/xdm/Xwilling
!
! ATTENTION: `authName' should be in general MIT-MAGIC-COOKIE-1
! For XDM-AUTHENTICATION-1 which is default for xterminals see
! manual page of xdm and the manual coming with the xterminal.
!
DisplayManager.*.authName:  MIT-MAGIC-COOKIE-1
DisplayManager.*.authComplain:  false
!
! All displays should use authorization, but we cannot be sure
! X terminals will be configured that way, so by default
! use authorization only for local displays :0, :1, etc.
!
DisplayManager._0.authorize:true
DisplayManager._1.authorize:true
DisplayManager._93.authorize:   true
!
! The scripts handling the setup, the startup, the session its self,
! and the reset of an X session.
!
DisplayManager.*.setup: /etc/X11/xdm/Xsetup
DisplayManager.*.chooser:   /etc/X11/xdm/RunChooser
DisplayManager.*.startup:   /etc/X11/xdm/Xstartup
DisplayManager.*.session:   /etc/X11/xdm/Xsession
DisplayManager.*.reset: /etc/X11/xdm/Xreset
!
DisplayManager._0.terminateServer:  true
DisplayManager._93.terminateServer: true
!
DisplayManager*resources:   /etc/X11/xdm/Xresources
DisplayManager.*.terminateServer:   false
!
! SECURITY: do not listen for XDMCP or Chooser requests
! Comment out this line if you want to manage X terminals with xdm
!
DisplayManager.requestPort: 0
!
!==
! 
! Following part contains wdm specific options: