Hello community, here is the log from the commit of package xdm for openSUSE:Factory checked in at 2012-11-30 12:30:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdm (Old) and /work/SRC/openSUSE:Factory/.xdm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdm", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/xdm/xdm.changes 2012-09-26 16:29:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xdm.new/xdm.changes 2012-11-30 12:32:11.000000000 +0100 @@ -1,0 +2,7 @@ +Thu Nov 15 20:21:24 UTC 2012 - tittiatc...@gmail.com + +- Added a switch to enable building against systemd-logind and + to remove the dependency on ConsoleKit +- Enabled the systemd switch already for Factory + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdm.spec ++++++ --- /var/tmp/diff_new_pack.ZPtaLg/_old 2012-11-30 12:32:12.000000000 +0100 +++ /var/tmp/diff_new_pack.ZPtaLg/_new 2012-11-30 12:32:12.000000000 +0100 @@ -15,6 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%if 0%{?suse_version} > 1220 +%define with_systemd 1 +%else +%define with_systemd 0 +%endif %define _dminitdir %{_libexecdir}/X11/displaymanagers @@ -35,12 +40,13 @@ Source1: xdm.tar.bz2 Source2: HOWTO.xdm Source3: xdm-fallbacks.tar.bz2 +%if !%with_systemd Patch0: xdm-consolekit.diff +%endif Patch1: xdm-tolerant-hostname-changes.diff Patch2: U_xdm_config-AC_LIBTOOL_DLOPEN-is-required-for-dynamic-lin.patch Patch3: U_xdm_config-use-libtool-export-dynamic-option-for-reverse.patch Patch4: U_xdm_Fix-missing-linking-dependency-on-ldl.patch -BuildRequires: ConsoleKit-devel %if 0%{?suse_version} >= 01140 # Needed to create the man page symlink to init.d BuildRequires: aaa_base-extras @@ -61,7 +67,10 @@ BuildRequires: pkgconfig(xpm) BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xtrans) +%if !%with_systemd +BuildRequires: ConsoleKit-devel Requires: ConsoleKit +%endif Requires: logrotate Requires: sessreg Requires: xrdb @@ -78,7 +87,9 @@ %prep %setup -q cp %{SOURCE2} . +%if !%with_systemd %patch0 -p1 +%endif %patch1 -p1 %patch2 -p1 %patch3 -p1 -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org