Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xlsclients for openSUSE:Factory checked in at 2022-09-19 16:03:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xlsclients (Old) and /work/SRC/openSUSE:Factory/.xlsclients.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xlsclients" Mon Sep 19 16:03:28 2022 rev:9 rq:1004623 version:1.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/xlsclients/xlsclients.changes 2018-04-19 15:28:17.258002235 +0200 +++ /work/SRC/openSUSE:Factory/.xlsclients.new.2083/xlsclients.changes 2022-09-19 16:03:34.110187507 +0200 @@ -1,0 +2,5 @@ +Mon Sep 19 08:25:01 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- modernize spec-file, move license to licensedir + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xlsclients.spec ++++++ --- /var/tmp/diff_new_pack.aARBLu/_old 2022-09-19 16:03:34.538188651 +0200 +++ /var/tmp/diff_new_pack.aARBLu/_new 2022-09-19 16:03:34.542188661 +0200 @@ -1,7 +1,7 @@ # # spec file for package xlsclients # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 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,14 +22,13 @@ Summary: Utility to list client applications running on a X11 server License: X11 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(xcb) >= 1.6 BuildRequires: pkgconfig(xorg-macros) >= 1.8 # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xlsclients is a utility for listing information about the client @@ -40,14 +39,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}/xlsclients %{_mandir}/man1/xlsclients.1%{?ext_man}