Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xmodmap for openSUSE:Factory checked in at 2021-04-18 21:45:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmodmap (Old) and /work/SRC/openSUSE:Factory/.xmodmap.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmodmap" Sun Apr 18 21:45:19 2021 rev:10 rq:886351 version:1.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/xmodmap/xmodmap.changes 2020-10-07 14:16:09.621374693 +0200 +++ /work/SRC/openSUSE:Factory/.xmodmap.new.12324/xmodmap.changes 2021-04-18 21:45:31.068763178 +0200 @@ -1,0 +2,5 @@ +Sat Apr 17 16:39:15 UTC 2021 - Dirk M??ller <[email protected]> + +- modernize spec-file (move license to licensedir) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmodmap.spec ++++++ --- /var/tmp/diff_new_pack.NdRTDN/_old 2021-04-18 21:45:31.648764159 +0200 +++ /var/tmp/diff_new_pack.NdRTDN/_new 2021-04-18 21:45:31.652764166 +0200 @@ -1,7 +1,7 @@ # # spec file for package xmodmap # -# 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 @@ -19,24 +19,22 @@ %if 0%{?suse_version} >= 1550 %define UsrEtcMove 1 %endif - Name: xmodmap Version: 1.0.10 Release: 0 Summary: Utility to modify keymaps and pointer button mappings in X 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: Xmodmap.template Source2: Xmodmap.remote.template -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 The xmodmap program is used to edit and display the keyboard modifier @@ -50,7 +48,7 @@ %build %configure -make %{?_smp_mflags} +%make_build %install %make_install @@ -63,8 +61,8 @@ %endif %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README.md +%license COPYING +%doc AUTHORS ChangeLog README.md %if 0%{?UsrEtcMove} %dir %{_distconfdir}/X11 %{_distconfdir}/X11/Xmodmap
