Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xsm for openSUSE:Factory checked in at 2021-12-03 20:35:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xsm (Old) and /work/SRC/openSUSE:Factory/.xsm.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xsm" Fri Dec 3 20:35:47 2021 rev:9 rq:935490 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/xsm/xsm.changes 2020-07-05 01:15:59.532577864 +0200 +++ /work/SRC/openSUSE:Factory/.xsm.new.31177/xsm.changes 2021-12-03 20:36:15.804033498 +0100 @@ -1,0 +2,5 @@ +Fri Dec 3 14:03:40 UTC 2021 - Dirk M??ller <[email protected]> + +- modernize spec file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xsm.spec ++++++ --- /var/tmp/diff_new_pack.KyKDvb/_old 2021-12-03 20:36:16.184032110 +0100 +++ /var/tmp/diff_new_pack.KyKDvb/_new 2021-12-03 20:36:16.188032095 +0100 @@ -1,7 +1,7 @@ # # spec file for package xsm # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,20 @@ %if 0%{?suse_version} < 1550 -%define _distconfdir /usr/etc +%define _distconfdir %{_prefix}%{_sysconfdir} %endif - Name: xsm Version: 1.0.4 Release: 0 Summary: X Session Manager License: MIT Group: System/X11/Utilities -URL: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +URL: https://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 Patch0: n_UsrEtc.patch BuildRequires: autoconf BuildRequires: automake -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(x11) @@ -42,7 +41,6 @@ Requires: openssh # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xsm is a session manager. A session is a group of applications, each @@ -61,14 +59,14 @@ %build autoreconf -fi %configure -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc ChangeLog COPYING README +%license COPYING +%doc ChangeLog README %dir %{_distconfdir} %dir %{_distconfdir}/X11 %{_distconfdir}/X11/xsm/
