Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xset for openSUSE:Factory checked in at 2021-05-05 20:39:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xset (Old) and /work/SRC/openSUSE:Factory/.xset.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xset" Wed May 5 20:39:18 2021 rev:10 rq:889859 version:1.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/xset/xset.changes 2019-06-30 10:14:54.527005689 +0200 +++ /work/SRC/openSUSE:Factory/.xset.new.2988/xset.changes 2021-05-05 20:39:19.579089973 +0200 @@ -1,0 +2,5 @@ +Sat May 1 18:43:17 UTC 2021 - Dirk M??ller <[email protected]> + +- modernize spec-file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xset.spec ++++++ --- /var/tmp/diff_new_pack.fbTyo0/_old 2021-05-05 20:39:20.047087964 +0200 +++ /var/tmp/diff_new_pack.fbTyo0/_new 2021-05-05 20:39:20.051087947 +0200 @@ -1,7 +1,7 @@ # # spec file for package xset # -# 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,9 +22,9 @@ Summary: User preference utility for X License: MIT Group: System/X11/Utilities -Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 -BuildRequires: pkg-config +URL: https://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xfontcache) @@ -33,7 +33,6 @@ BuildRequires: pkgconfig(xproto) >= 7.0.17 # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This program is used to set various user preference options of the @@ -44,14 +43,14 @@ %build %configure -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc ChangeLog COPYING README +%license COPYING +%doc ChangeLog README %{_bindir}/xset %{_mandir}/man1/xset.1%{?ext_man}
