Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dtach for openSUSE:Factory checked in at 2021-03-15 10:54:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dtach (Old) and /work/SRC/openSUSE:Factory/.dtach.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dtach" Mon Mar 15 10:54:58 2021 rev:2 rq:878764 version:v0.9+2.748020b Changes: -------- --- /work/SRC/openSUSE:Factory/dtach/dtach.changes 2017-08-24 18:30:49.779704235 +0200 +++ /work/SRC/openSUSE:Factory/.dtach.new.2401/dtach.changes 2021-03-15 10:54:59.093225550 +0100 @@ -1,0 +2,5 @@ +Sat Mar 13 14:19:32 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- modernize specfile (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dtach.spec ++++++ --- /var/tmp/diff_new_pack.wYCV5h/_old 2021-03-15 10:54:59.721226514 +0100 +++ /var/tmp/diff_new_pack.wYCV5h/_new 2021-03-15 10:54:59.725226520 +0100 @@ -1,7 +1,7 @@ # # spec file for package dtach # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,18 +20,17 @@ Version: v0.9+2.748020b Release: 0 Summary: Background processes and reattach to them -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Console -Url: http://%{name}.sourceforge.net/ +URL: http://dtach.sourceforge.net/ Source0: %{name}-%{version}.tar.xz Patch0: dtach-remove-date-time-compile-macros.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description dtach wraps a command in a sort of process container with new terminal device and session, allowing to "detach" from it, essentially backgrounding the process, and later re-attach to it, -simliar to the eponymous feature of GNU screen. +similar to the eponymous feature of GNU screen. dtach avoids interpreting most of the input and output between attached terminals and the program under its control. Though multi display mode (like @@ -44,7 +43,7 @@ %build %configure -make %{?_smp_mflags} +%make_build %install install -D -p -m 755 %{name} \ @@ -53,9 +52,9 @@ %{buildroot}/%{_mandir}/man1/%{name}.1 %files -%defattr(-,root,root) -%doc README COPYING +%license COPYING +%doc README %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} %changelog