Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xeyes for openSUSE:Factory checked in at 2022-08-21 14:10:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xeyes (Old) and /work/SRC/openSUSE:Factory/.xeyes.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xeyes" Sun Aug 21 14:10:50 2022 rev:9 rq:998300 version:1.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xeyes/xeyes.changes 2021-08-04 22:29:15.765774329 +0200 +++ /work/SRC/openSUSE:Factory/.xeyes.new.2083/xeyes.changes 2022-08-21 14:10:51.974406945 +0200 @@ -1,0 +2,5 @@ +Thu Aug 11 07:58:31 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- modernize spec-file (move license to %%licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xeyes.spec ++++++ --- /var/tmp/diff_new_pack.ZF3hpi/_old 2022-08-21 14:10:52.346407971 +0200 +++ /var/tmp/diff_new_pack.ZF3hpi/_new 2022-08-21 14:10:52.354407993 +0200 @@ -1,7 +1,7 @@ # # spec file for package xeyes # -# Copyright (c) 2021 SUSE LLC +# 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 @@ -22,9 +22,9 @@ Summary: A follow the mouse X demo 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(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xi) @@ -34,7 +34,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 Xeyes watches what you do and reports to the Boss. @@ -44,14 +43,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}/xeyes %{_mandir}/man1/xeyes.1%{?ext_man}