Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xprop for openSUSE:Factory checked in at 2021-03-16 15:41:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xprop (Old) and /work/SRC/openSUSE:Factory/.xprop.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xprop" Tue Mar 16 15:41:49 2021 rev:10 rq:878737 version:1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/xprop/xprop.changes 2020-11-23 19:08:22.858434349 +0100 +++ /work/SRC/openSUSE:Factory/.xprop.new.2401/xprop.changes 2021-03-16 15:43:09.736917912 +0100 @@ -1,0 +2,5 @@ +Fri Mar 12 22:17:57 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- modernize spec file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xprop.spec ++++++ --- /var/tmp/diff_new_pack.sHEIRp/_old 2021-03-16 15:43:10.072918449 +0100 +++ /var/tmp/diff_new_pack.sHEIRp/_new 2021-03-16 15:43:10.076918456 +0100 @@ -1,7 +1,7 @@ # # spec file for package xprop # -# Copyright (c) 2020 SUSE LLC +# 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,15 +22,14 @@ Summary: Property displayer for X License: MIT Group: System/X11/Utilities -URL: http://xorg.freedesktop.org/ +URL: https://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xorg-macros) >= 1.8 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 xprop displays window and font properties of an X server. @@ -40,14 +39,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}/xprop %{_mandir}/man1/xprop.1%{?ext_man}