Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xclip for openSUSE:Factory checked in at 2021-03-16 15:42:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xclip (Old) and /work/SRC/openSUSE:Factory/.xclip.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xclip" Tue Mar 16 15:42:44 2021 rev:16 rq:879101 version:0.13 Changes: -------- --- /work/SRC/openSUSE:Factory/xclip/xclip.changes 2017-05-27 13:13:56.329050830 +0200 +++ /work/SRC/openSUSE:Factory/.xclip.new.2401/xclip.changes 2021-03-16 15:43:55.152990595 +0100 @@ -1,0 +2,5 @@ +Fri Mar 12 22:37:21 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- modernise spec-file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xclip.spec ++++++ --- /var/tmp/diff_new_pack.ybnsPs/_old 2021-03-16 15:43:55.696991466 +0100 +++ /var/tmp/diff_new_pack.ybnsPs/_new 2021-03-16 15:43:55.700991472 +0100 @@ -1,7 +1,7 @@ # # spec file for package xclip # -# Copyright (c) 2017 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/ # @@ -20,9 +20,9 @@ Version: 0.13 Release: 0 Summary: Command Line Interface to the X11 Clipboard -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/X11/Utilities -Url: https://github.com/astrand/xclip +URL: https://github.com/astrand/xclip Source: https://github.com/astrand/%{name}/archive/%{version}.tar.gz#./%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake @@ -30,7 +30,6 @@ BuildRequires: xorg-x11-libX11-devel BuildRequires: xorg-x11-libXext-devel BuildRequires: xorg-x11-libXmu-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xclip is a command line interface to the X11 clipboard. It can also be used @@ -46,19 +45,19 @@ --x-includes="%{_usr}/include" \ --x-libraries="%{_usr}/%{_lib}" \ --with-x -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc ChangeLog COPYING README +%license COPYING +%doc ChangeLog README %{_bindir}/xclip %{_bindir}/xclip-copyfile %{_bindir}/xclip-cutfile %{_bindir}/xclip-pastefile -%{_mandir}/man1/xclip.1* -%{_mandir}/man1/xclip-copyfile.1%{ext_man} +%{_mandir}/man1/xclip.1%{?ext_man} +%{_mandir}/man1/xclip-copyfile.1%{?ext_man} %changelog