Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xload for openSUSE:Factory checked in at 2021-12-03 20:35:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xload (Old) and /work/SRC/openSUSE:Factory/.xload.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xload" Fri Dec 3 20:35:46 2021 rev:8 rq:935488 version:1.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/xload/xload.changes 2018-04-19 15:27:07.104864367 +0200 +++ /work/SRC/openSUSE:Factory/.xload.new.31177/xload.changes 2021-12-03 20:36:14.772037269 +0100 @@ -1,0 +2,5 @@ +Fri Dec 3 14:05:49 UTC 2021 - Dirk M??ller <[email protected]> + +- modernize spec file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xload.spec ++++++ --- /var/tmp/diff_new_pack.jZASeD/_old 2021-12-03 20:36:15.212035662 +0100 +++ /var/tmp/diff_new_pack.jZASeD/_new 2021-12-03 20:36:15.216035647 +0100 @@ -1,7 +1,7 @@ # # spec file for package xload # -# Copyright (c) 2018 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/ # @@ -22,11 +22,11 @@ Summary: X utility to display system load average 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 Source1: xload.desktop Source2: xload.png -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xaw7) @@ -36,7 +36,6 @@ BuildRequires: pkgconfig(xt) # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xload displays a periodically updating histogram of the system load @@ -48,7 +47,7 @@ %build %configure -make %{?_smp_mflags} +%make_build %install %make_install @@ -56,8 +55,8 @@ install -m0644 -D %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/xload.png %files -%defattr(-,root,root) -%doc ChangeLog COPYING README +%license COPYING +%doc ChangeLog README %{_bindir}/xload %{_datadir}/applications/xload.desktop %{_datadir}/pixmaps/xload.png
