Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xauth for openSUSE:Factory checked in at 2021-03-17 20:13:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xauth (Old) and /work/SRC/openSUSE:Factory/.xauth.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xauth" Wed Mar 17 20:13:44 2021 rev:10 rq:879245 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/xauth/xauth.changes 2019-07-16 08:39:18.851056150 +0200 +++ /work/SRC/openSUSE:Factory/.xauth.new.2401/xauth.changes 2021-03-17 20:13:56.106823823 +0100 @@ -1,0 +2,5 @@ +Mon Mar 15 15:19:29 UTC 2021 - Dirk M??ller <[email protected]> + +- modernize spec file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xauth.spec ++++++ --- /var/tmp/diff_new_pack.PZAJAj/_old 2021-03-17 20:13:56.562824446 +0100 +++ /var/tmp/diff_new_pack.PZAJAj/_new 2021-03-17 20:13:56.562824446 +0100 @@ -1,7 +1,7 @@ # # spec file for package xauth # -# Copyright (c) 2019 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 @@ -22,10 +22,10 @@ Summary: Utility to edit and display the X authorization information 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 Patch1: xauth-tolerant-hostname-changes.diff -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xau) BuildRequires: pkgconfig(xext) @@ -34,7 +34,6 @@ # Name of subpackage when this was part of the xorg-x11 package up to version 7.6 Provides: xorg-x11-xauth = 7.6 Obsoletes: xorg-x11-xauth <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The xauth program is used to edit and display the authorization @@ -46,14 +45,14 @@ %build %configure -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc ChangeLog COPYING README.md +%license COPYING +%doc ChangeLog README.md %{_bindir}/xauth %{_mandir}/man1/xauth.1%{?ext_man}
